Shades of Shocking Pink #EE0CC9
Tints of Shocking Pink #EE0CC9
RGB
CMYK
RGB Variations
Color information
#EE0CC9 (or 0xEE0CC9) is known color: Shocking Pink. HEX triplet: EE, 0C and C9. RGB value is (238,12,201). Sum of RGB (Red+Green+Blue) = 238+12+201=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CC9 is #11F336. Grayscale: #646464. Windows color (decimal): -1176375 or 13176046. OLE color: 13176046.
HSL color Cylindrical-coordinate representation of color #EE0CC9: hue angle of 309.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.07 |
| HSL | 309.82º | 0.9% | 0.49% | - |
| HSV(B) | 309.82º | 0.95% | 0.93% | - |
| XYZ | 45.93 | 22.66 | 57.21 | - |
| YUV | 101.12 | 184.37 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 201 | 0 | 0.95 | 0.16 | 0.07 | 309.82 | 0.9 | 0.49 |
| Hex | EE | C | C9 | 0 | 5F | 10 | 7 | 136 | 5A | 31 |
| Octal | 356 | 14 | 311 | 0 | 137 | 20 | 7 | 466 | 132 | 61 |
| Binary | 11101110 | 1100 | 11001001 | 0 | 1011111 | 10000 | 111 | 100110110 | 1011010 | 110001 |
Color Harmonies of #EE0CC9
Complementary color
Monochromatic Colors of #EE0CC9
Black with #EE0CC9
Text Example
Text Example
White with #EE0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CC9; }
p { color: rgb(238,12,201); }
H1.HeaderClassName
{
color: #EE0CC9;
}
.AnyTagClassName
{
color: #EE0CC9;
}
</style>
background-color css
<style>
a { background-color: #EE0CC9; }
a { background-color: rgb(238,12,201); }
div.DivClassName
{
background-color: #EE0CC9;
}
.BgClassName
{
background-color: #EE0CC9;
}
</style>
border-color css
<style>
span { border-color: #EE0CC9; }
span { border-color: rgb(238,12,201); }
td.TdClassName
{
border-color: #EE0CC9;
}
.TagClassName
{
border-color: #EE0CC9;
}
</style>