Shades of Shocking Pink #EE0ECA
Tints of Shocking Pink #EE0ECA
RGB
CMYK
RGB Variations
Color information
#EE0ECA (or 0xEE0ECA) is known color: Shocking Pink. HEX triplet: EE, 0E and CA. RGB value is (238,14,202). Sum of RGB (Red+Green+Blue) = 238+14+202=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ECA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ECA is #11F135. Grayscale: #656565. Windows color (decimal): -1175862 or 13242094. OLE color: 13242094.
HSL color Cylindrical-coordinate representation of color #EE0ECA: hue angle of 309.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.07 |
| HSL | 309.64º | 0.89% | 0.49% | - |
| HSV(B) | 309.64º | 0.94% | 0.93% | - |
| XYZ | 46.08 | 22.76 | 57.84 | - |
| YUV | 102.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 202 | 0 | 0.94 | 0.15 | 0.07 | 309.64 | 0.89 | 0.49 |
| Hex | EE | E | CA | 0 | 5E | F | 7 | 136 | 59 | 31 |
| Octal | 356 | 16 | 312 | 0 | 136 | 17 | 7 | 466 | 131 | 61 |
| Binary | 11101110 | 1110 | 11001010 | 0 | 1011110 | 1111 | 111 | 100110110 | 1011001 | 110001 |
Color Harmonies of #EE0ECA
Complementary color
Monochromatic Colors of #EE0ECA
Black with #EE0ECA
Text Example
Text Example
White with #EE0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ECA; }
p { color: rgb(238,14,202); }
H1.HeaderClassName
{
color: #EE0ECA;
}
.AnyTagClassName
{
color: #EE0ECA;
}
</style>
background-color css
<style>
a { background-color: #EE0ECA; }
a { background-color: rgb(238,14,202); }
div.DivClassName
{
background-color: #EE0ECA;
}
.BgClassName
{
background-color: #EE0ECA;
}
</style>
border-color css
<style>
span { border-color: #EE0ECA; }
span { border-color: rgb(238,14,202); }
td.TdClassName
{
border-color: #EE0ECA;
}
.TagClassName
{
border-color: #EE0ECA;
}
</style>