Shades of Shocking Pink #EE02BE
Tints of Shocking Pink #EE02BE
RGB
CMYK
RGB Variations
Color information
#EE02BE (or 0xEE02BE) is known color: Shocking Pink. HEX triplet: EE, 02 and BE. RGB value is (238,2,190). Sum of RGB (Red+Green+Blue) = 238+2+190=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02BE is #11FD41. Grayscale: #5D5D5D. Windows color (decimal): -1178946 or 12452590. OLE color: 12452590.
HSL color Cylindrical-coordinate representation of color #EE02BE: hue angle of 312.2º 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 #EE02BE is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.07 |
| HSL | 312.2º | 0.98% | 0.47% | - |
| HSV(B) | 312.2º | 0.99% | 0.93% | - |
| XYZ | 44.58 | 21.94 | 50.6 | - |
| YUV | 94 | 182.19 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 190 | 0 | 0.99 | 0.20 | 0.07 | 312.2 | 0.98 | 0.47 |
| Hex | EE | 2 | BE | 0 | 63 | 14 | 7 | 138 | 62 | 2F |
| Octal | 356 | 2 | 276 | 0 | 143 | 24 | 7 | 470 | 142 | 57 |
| Binary | 11101110 | 10 | 10111110 | 0 | 1100011 | 10100 | 111 | 100111000 | 1100010 | 101111 |
Color Harmonies of #EE02BE
Complementary color
Monochromatic Colors of #EE02BE
Black with #EE02BE
Text Example
Text Example
White with #EE02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02BE; }
p { color: rgb(238,2,190); }
H1.HeaderClassName
{
color: #EE02BE;
}
.AnyTagClassName
{
color: #EE02BE;
}
</style>
background-color css
<style>
a { background-color: #EE02BE; }
a { background-color: rgb(238,2,190); }
div.DivClassName
{
background-color: #EE02BE;
}
.BgClassName
{
background-color: #EE02BE;
}
</style>
border-color css
<style>
span { border-color: #EE02BE; }
span { border-color: rgb(238,2,190); }
td.TdClassName
{
border-color: #EE02BE;
}
.TagClassName
{
border-color: #EE02BE;
}
</style>