Shades of Shocking Pink #EE04BB
Tints of Shocking Pink #EE04BB
RGB
CMYK
RGB Variations
Color information
#EE04BB (or 0xEE04BB) is known color: Shocking Pink. HEX triplet: EE, 04 and BB. RGB value is (238,4,187). Sum of RGB (Red+Green+Blue) = 238+4+187=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE04BB is #11FB44. Grayscale: #5E5E5E. Windows color (decimal): -1178437 or 12256494. OLE color: 12256494.
HSL color Cylindrical-coordinate representation of color #EE04BB: hue angle of 313.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04BB is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.07 |
| HSL | 313.08º | 0.97% | 0.47% | - |
| HSV(B) | 313.08º | 0.98% | 0.93% | - |
| XYZ | 44.27 | 21.85 | 48.9 | - |
| YUV | 94.83 | 180.02 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 187 | 0 | 0.98 | 0.21 | 0.07 | 313.08 | 0.97 | 0.47 |
| Hex | EE | 4 | BB | 0 | 62 | 15 | 7 | 139 | 61 | 2F |
| Octal | 356 | 4 | 273 | 0 | 142 | 25 | 7 | 471 | 141 | 57 |
| Binary | 11101110 | 100 | 10111011 | 0 | 1100010 | 10101 | 111 | 100111001 | 1100001 | 101111 |
Color Harmonies of #EE04BB
Complementary color
Monochromatic Colors of #EE04BB
Black with #EE04BB
Text Example
Text Example
White with #EE04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04BB; }
p { color: rgb(238,4,187); }
H1.HeaderClassName
{
color: #EE04BB;
}
.AnyTagClassName
{
color: #EE04BB;
}
</style>
background-color css
<style>
a { background-color: #EE04BB; }
a { background-color: rgb(238,4,187); }
div.DivClassName
{
background-color: #EE04BB;
}
.BgClassName
{
background-color: #EE04BB;
}
</style>
border-color css
<style>
span { border-color: #EE04BB; }
span { border-color: rgb(238,4,187); }
td.TdClassName
{
border-color: #EE04BB;
}
.TagClassName
{
border-color: #EE04BB;
}
</style>