Shades of Shocking Pink #E118BB
Tints of Shocking Pink #E118BB
RGB
CMYK
RGB Variations
Color information
#E118BB (or 0xE118BB) is known color: Shocking Pink. HEX triplet: E1, 18 and BB. RGB value is (225,24,187). Sum of RGB (Red+Green+Blue) = 225+24+187=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E118BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118BB is #1EE744. Grayscale: #666666. Windows color (decimal): -2025285 or 12261601. OLE color: 12261601.
HSL color Cylindrical-coordinate representation of color #E118BB: hue angle of 311.34º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118BB is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 187 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.12 |
| HSL | 311.34º | 0.81% | 0.49% | - |
| HSV(B) | 311.34º | 0.89% | 0.88% | - |
| XYZ | 40.35 | 20.25 | 48.8 | - |
| YUV | 102.68 | 175.59 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 187 | 0 | 0.89 | 0.17 | 0.12 | 311.34 | 0.81 | 0.49 |
| Hex | E1 | 18 | BB | 0 | 59 | 11 | C | 137 | 51 | 31 |
| Octal | 341 | 30 | 273 | 0 | 131 | 21 | 14 | 467 | 121 | 61 |
| Binary | 11100001 | 11000 | 10111011 | 0 | 1011001 | 10001 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E118BB
Complementary color
Monochromatic Colors of #E118BB
Black with #E118BB
Text Example
Text Example
White with #E118BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118BB; }
p { color: rgb(225,24,187); }
H1.HeaderClassName
{
color: #E118BB;
}
.AnyTagClassName
{
color: #E118BB;
}
</style>
background-color css
<style>
a { background-color: #E118BB; }
a { background-color: rgb(225,24,187); }
div.DivClassName
{
background-color: #E118BB;
}
.BgClassName
{
background-color: #E118BB;
}
</style>
border-color css
<style>
span { border-color: #E118BB; }
span { border-color: rgb(225,24,187); }
td.TdClassName
{
border-color: #E118BB;
}
.TagClassName
{
border-color: #E118BB;
}
</style>