Shades of Shocking Pink #EE05C0
Tints of Shocking Pink #EE05C0
RGB
CMYK
RGB Variations
Color information
#EE05C0 (or 0xEE05C0) is known color: Shocking Pink. HEX triplet: EE, 05 and C0. RGB value is (238,5,192). Sum of RGB (Red+Green+Blue) = 238+5+192=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05C0 is #11FA3F. Grayscale: #5F5F5F. Windows color (decimal): -1178176 or 12584430. OLE color: 12584430.
HSL color Cylindrical-coordinate representation of color #EE05C0: hue angle of 311.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.07 |
| HSL | 311.85º | 0.96% | 0.48% | - |
| HSV(B) | 311.85º | 0.98% | 0.93% | - |
| XYZ | 44.83 | 22.09 | 51.77 | - |
| YUV | 95.99 | 182.19 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 192 | 0 | 0.98 | 0.19 | 0.07 | 311.85 | 0.96 | 0.48 |
| Hex | EE | 5 | C0 | 0 | 62 | 13 | 7 | 138 | 60 | 30 |
| Octal | 356 | 5 | 300 | 0 | 142 | 23 | 7 | 470 | 140 | 60 |
| Binary | 11101110 | 101 | 11000000 | 0 | 1100010 | 10011 | 111 | 100111000 | 1100000 | 110000 |
Color Harmonies of #EE05C0
Complementary color
Monochromatic Colors of #EE05C0
Black with #EE05C0
Text Example
Text Example
White with #EE05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05C0; }
p { color: rgb(238,5,192); }
H1.HeaderClassName
{
color: #EE05C0;
}
.AnyTagClassName
{
color: #EE05C0;
}
</style>
background-color css
<style>
a { background-color: #EE05C0; }
a { background-color: rgb(238,5,192); }
div.DivClassName
{
background-color: #EE05C0;
}
.BgClassName
{
background-color: #EE05C0;
}
</style>
border-color css
<style>
span { border-color: #EE05C0; }
span { border-color: rgb(238,5,192); }
td.TdClassName
{
border-color: #EE05C0;
}
.TagClassName
{
border-color: #EE05C0;
}
</style>