Shades of Shocking Pink #EE00BB
Tints of Shocking Pink #EE00BB
RGB
CMYK
RGB Variations
Color information
#EE00BB (or 0xEE00BB) is known color: Shocking Pink. HEX triplet: EE, 00 and BB. RGB value is (238,0,187). Sum of RGB (Red+Green+Blue) = 238+0+187=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00BB is #11FF44. Grayscale: #5B5B5B. Windows color (decimal): -1179461 or 12255470. OLE color: 12255470.
HSL color Cylindrical-coordinate representation of color #EE00BB: hue angle of 312.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00BB is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.21 | 0.07 |
| HSL | 312.86º | 1% | 0.47% | - |
| HSV(B) | 312.86º | 1% | 0.93% | - |
| XYZ | 44.23 | 21.77 | 48.88 | - |
| YUV | 92.48 | 181.35 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 187 | 0 | 1 | 0.21 | 0.07 | 312.86 | 1 | 0.47 |
| Hex | EE | 0 | BB | 0 | 64 | 15 | 7 | 139 | 64 | 2F |
| Octal | 356 | 0 | 273 | 0 | 144 | 25 | 7 | 471 | 144 | 57 |
| Binary | 11101110 | 0 | 10111011 | 0 | 1100100 | 10101 | 111 | 100111001 | 1100100 | 101111 |
Color Harmonies of #EE00BB
Complementary color
Monochromatic Colors of #EE00BB
Black with #EE00BB
Text Example
Text Example
White with #EE00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00BB; }
p { color: rgb(238,0,187); }
H1.HeaderClassName
{
color: #EE00BB;
}
.AnyTagClassName
{
color: #EE00BB;
}
</style>
background-color css
<style>
a { background-color: #EE00BB; }
a { background-color: rgb(238,0,187); }
div.DivClassName
{
background-color: #EE00BB;
}
.BgClassName
{
background-color: #EE00BB;
}
</style>
border-color css
<style>
span { border-color: #EE00BB; }
span { border-color: rgb(238,0,187); }
td.TdClassName
{
border-color: #EE00BB;
}
.TagClassName
{
border-color: #EE00BB;
}
</style>