Shades of Shocking Pink #EE0BBB
Tints of Shocking Pink #EE0BBB
RGB
CMYK
RGB Variations
Color information
#EE0BBB (or 0xEE0BBB) is known color: Shocking Pink. HEX triplet: EE, 0B and BB. RGB value is (238,11,187). Sum of RGB (Red+Green+Blue) = 238+11+187=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BBB is #11F444. Grayscale: #626262. Windows color (decimal): -1176645 or 12258286. OLE color: 12258286.
HSL color Cylindrical-coordinate representation of color #EE0BBB: hue angle of 313.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.07 |
| HSL | 313.48º | 0.91% | 0.49% | - |
| HSV(B) | 313.48º | 0.95% | 0.93% | - |
| XYZ | 44.35 | 22 | 48.92 | - |
| YUV | 98.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 187 | 0 | 0.95 | 0.21 | 0.07 | 313.48 | 0.91 | 0.49 |
| Hex | EE | B | BB | 0 | 5F | 15 | 7 | 139 | 5B | 31 |
| Octal | 356 | 13 | 273 | 0 | 137 | 25 | 7 | 471 | 133 | 61 |
| Binary | 11101110 | 1011 | 10111011 | 0 | 1011111 | 10101 | 111 | 100111001 | 1011011 | 110001 |
Color Harmonies of #EE0BBB
Complementary color
Monochromatic Colors of #EE0BBB
Black with #EE0BBB
Text Example
Text Example
White with #EE0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BBB; }
p { color: rgb(238,11,187); }
H1.HeaderClassName
{
color: #EE0BBB;
}
.AnyTagClassName
{
color: #EE0BBB;
}
</style>
background-color css
<style>
a { background-color: #EE0BBB; }
a { background-color: rgb(238,11,187); }
div.DivClassName
{
background-color: #EE0BBB;
}
.BgClassName
{
background-color: #EE0BBB;
}
</style>
border-color css
<style>
span { border-color: #EE0BBB; }
span { border-color: rgb(238,11,187); }
td.TdClassName
{
border-color: #EE0BBB;
}
.TagClassName
{
border-color: #EE0BBB;
}
</style>