Shades of Shocking Pink #E117BE
Tints of Shocking Pink #E117BE
RGB
CMYK
RGB Variations
Color information
#E117BE (or 0xE117BE) is known color: Shocking Pink. HEX triplet: E1, 17 and BE. RGB value is (225,23,190). Sum of RGB (Red+Green+Blue) = 225+23+190=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E117BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117BE is #1EE841. Grayscale: #656565. Windows color (decimal): -2025538 or 12457953. OLE color: 12457953.
HSL color Cylindrical-coordinate representation of color #E117BE: hue angle of 310.4º 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 #E117BE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.12 |
| HSL | 310.4º | 0.81% | 0.49% | - |
| HSV(B) | 310.4º | 0.9% | 0.88% | - |
| XYZ | 40.65 | 20.34 | 50.5 | - |
| YUV | 102.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 190 | 0 | 0.90 | 0.16 | 0.12 | 310.4 | 0.81 | 0.49 |
| Hex | E1 | 17 | BE | 0 | 5A | 10 | C | 136 | 51 | 31 |
| Octal | 341 | 27 | 276 | 0 | 132 | 20 | 14 | 466 | 121 | 61 |
| Binary | 11100001 | 10111 | 10111110 | 0 | 1011010 | 10000 | 1100 | 100110110 | 1010001 | 110001 |
Color Harmonies of #E117BE
Complementary color
Monochromatic Colors of #E117BE
Black with #E117BE
Text Example
Text Example
White with #E117BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117BE; }
p { color: rgb(225,23,190); }
H1.HeaderClassName
{
color: #E117BE;
}
.AnyTagClassName
{
color: #E117BE;
}
</style>
background-color css
<style>
a { background-color: #E117BE; }
a { background-color: rgb(225,23,190); }
div.DivClassName
{
background-color: #E117BE;
}
.BgClassName
{
background-color: #E117BE;
}
</style>
border-color css
<style>
span { border-color: #E117BE; }
span { border-color: rgb(225,23,190); }
td.TdClassName
{
border-color: #E117BE;
}
.TagClassName
{
border-color: #E117BE;
}
</style>