Shades of Shocking Pink #EE0ABB
Tints of Shocking Pink #EE0ABB
RGB
CMYK
RGB Variations
Color information
#EE0ABB (or 0xEE0ABB) is known color: Shocking Pink. HEX triplet: EE, 0A and BB. RGB value is (238,10,187). Sum of RGB (Red+Green+Blue) = 238+10+187=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ABB is #11F544. Grayscale: #616161. Windows color (decimal): -1176901 or 12258030. OLE color: 12258030.
HSL color Cylindrical-coordinate representation of color #EE0ABB: hue angle of 313.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.07 |
| HSL | 313.42º | 0.92% | 0.49% | - |
| HSV(B) | 313.42º | 0.96% | 0.93% | - |
| XYZ | 44.34 | 21.98 | 48.92 | - |
| YUV | 98.35 | 178.04 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 187 | 0 | 0.96 | 0.21 | 0.07 | 313.42 | 0.92 | 0.49 |
| Hex | EE | A | BB | 0 | 60 | 15 | 7 | 139 | 5C | 31 |
| Octal | 356 | 12 | 273 | 0 | 140 | 25 | 7 | 471 | 134 | 61 |
| Binary | 11101110 | 1010 | 10111011 | 0 | 1100000 | 10101 | 111 | 100111001 | 1011100 | 110001 |
Color Harmonies of #EE0ABB
Complementary color
Monochromatic Colors of #EE0ABB
Black with #EE0ABB
Text Example
Text Example
White with #EE0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ABB; }
p { color: rgb(238,10,187); }
H1.HeaderClassName
{
color: #EE0ABB;
}
.AnyTagClassName
{
color: #EE0ABB;
}
</style>
background-color css
<style>
a { background-color: #EE0ABB; }
a { background-color: rgb(238,10,187); }
div.DivClassName
{
background-color: #EE0ABB;
}
.BgClassName
{
background-color: #EE0ABB;
}
</style>
border-color css
<style>
span { border-color: #EE0ABB; }
span { border-color: rgb(238,10,187); }
td.TdClassName
{
border-color: #EE0ABB;
}
.TagClassName
{
border-color: #EE0ABB;
}
</style>