Shades of Shocking Pink #E117BF
Tints of Shocking Pink #E117BF
RGB
CMYK
RGB Variations
Color information
#E117BF (or 0xE117BF) is known color: Shocking Pink. HEX triplet: E1, 17 and BF. RGB value is (225,23,191). Sum of RGB (Red+Green+Blue) = 225+23+191=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E117BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117BF is #1EE840. Grayscale: #666666. Windows color (decimal): -2025537 or 12523489. OLE color: 12523489.
HSL color Cylindrical-coordinate representation of color #E117BF: hue angle of 310.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117BF is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 191 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.12 |
| HSL | 310.1º | 0.81% | 0.49% | - |
| HSV(B) | 310.1º | 0.9% | 0.88% | - |
| XYZ | 40.76 | 20.38 | 51.08 | - |
| YUV | 102.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 191 | 0 | 0.90 | 0.15 | 0.12 | 310.1 | 0.81 | 0.49 |
| Hex | E1 | 17 | BF | 0 | 5A | F | C | 136 | 51 | 31 |
| Octal | 341 | 27 | 277 | 0 | 132 | 17 | 14 | 466 | 121 | 61 |
| Binary | 11100001 | 10111 | 10111111 | 0 | 1011010 | 1111 | 1100 | 100110110 | 1010001 | 110001 |
Color Harmonies of #E117BF
Complementary color
Monochromatic Colors of #E117BF
Black with #E117BF
Text Example
Text Example
White with #E117BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117BF; }
p { color: rgb(225,23,191); }
H1.HeaderClassName
{
color: #E117BF;
}
.AnyTagClassName
{
color: #E117BF;
}
</style>
background-color css
<style>
a { background-color: #E117BF; }
a { background-color: rgb(225,23,191); }
div.DivClassName
{
background-color: #E117BF;
}
.BgClassName
{
background-color: #E117BF;
}
</style>
border-color css
<style>
span { border-color: #E117BF; }
span { border-color: rgb(225,23,191); }
td.TdClassName
{
border-color: #E117BF;
}
.TagClassName
{
border-color: #E117BF;
}
</style>