Shades of Shocking Pink #EE02BD
Tints of Shocking Pink #EE02BD
RGB
CMYK
RGB Variations
Color information
#EE02BD (or 0xEE02BD) is known color: Shocking Pink. HEX triplet: EE, 02 and BD. RGB value is (238,2,189). Sum of RGB (Red+Green+Blue) = 238+2+189=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02BD is #11FD42. Grayscale: #5D5D5D. Windows color (decimal): -1178947 or 12387054. OLE color: 12387054.
HSL color Cylindrical-coordinate representation of color #EE02BD: hue angle of 312.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02BD is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.07 |
| HSL | 312.46º | 0.98% | 0.47% | - |
| HSV(B) | 312.46º | 0.99% | 0.93% | - |
| XYZ | 44.47 | 21.89 | 50.03 | - |
| YUV | 93.88 | 181.69 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 189 | 0 | 0.99 | 0.21 | 0.07 | 312.46 | 0.98 | 0.47 |
| Hex | EE | 2 | BD | 0 | 63 | 15 | 7 | 138 | 62 | 2F |
| Octal | 356 | 2 | 275 | 0 | 143 | 25 | 7 | 470 | 142 | 57 |
| Binary | 11101110 | 10 | 10111101 | 0 | 1100011 | 10101 | 111 | 100111000 | 1100010 | 101111 |
Color Harmonies of #EE02BD
Complementary color
Monochromatic Colors of #EE02BD
Black with #EE02BD
Text Example
Text Example
White with #EE02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02BD; }
p { color: rgb(238,2,189); }
H1.HeaderClassName
{
color: #EE02BD;
}
.AnyTagClassName
{
color: #EE02BD;
}
</style>
background-color css
<style>
a { background-color: #EE02BD; }
a { background-color: rgb(238,2,189); }
div.DivClassName
{
background-color: #EE02BD;
}
.BgClassName
{
background-color: #EE02BD;
}
</style>
border-color css
<style>
span { border-color: #EE02BD; }
span { border-color: rgb(238,2,189); }
td.TdClassName
{
border-color: #EE02BD;
}
.TagClassName
{
border-color: #EE02BD;
}
</style>