Shades of Shocking Pink #EE1ECC
Tints of Shocking Pink #EE1ECC
RGB
CMYK
RGB Variations
Color information
#EE1ECC (or 0xEE1ECC) is known color: Shocking Pink. HEX triplet: EE, 1E and CC. RGB value is (238,30,204). Sum of RGB (Red+Green+Blue) = 238+30+204=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ECC is #11E133. Grayscale: #6F6F6F. Windows color (decimal): -1171764 or 13377262. OLE color: 13377262.
HSL color Cylindrical-coordinate representation of color #EE1ECC: hue angle of 309.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.07 |
| HSL | 309.81º | 0.86% | 0.53% | - |
| HSV(B) | 309.81º | 0.87% | 0.93% | - |
| XYZ | 46.62 | 23.47 | 59.2 | - |
| YUV | 112.03 | 179.91 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 204 | 0 | 0.87 | 0.14 | 0.07 | 309.81 | 0.86 | 0.53 |
| Hex | EE | 1E | CC | 0 | 57 | E | 7 | 136 | 56 | 35 |
| Octal | 356 | 36 | 314 | 0 | 127 | 16 | 7 | 466 | 126 | 65 |
| Binary | 11101110 | 11110 | 11001100 | 0 | 1010111 | 1110 | 111 | 100110110 | 1010110 | 110101 |
Color Harmonies of #EE1ECC
Complementary color
Monochromatic Colors of #EE1ECC
Black with #EE1ECC
Text Example
Text Example
White with #EE1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1ECC; }
p { color: rgb(238,30,204); }
H1.HeaderClassName
{
color: #EE1ECC;
}
.AnyTagClassName
{
color: #EE1ECC;
}
</style>
background-color css
<style>
a { background-color: #EE1ECC; }
a { background-color: rgb(238,30,204); }
div.DivClassName
{
background-color: #EE1ECC;
}
.BgClassName
{
background-color: #EE1ECC;
}
</style>
border-color css
<style>
span { border-color: #EE1ECC; }
span { border-color: rgb(238,30,204); }
td.TdClassName
{
border-color: #EE1ECC;
}
.TagClassName
{
border-color: #EE1ECC;
}
</style>