Shades of Shocking Pink #EA11CE
Tints of Shocking Pink #EA11CE
RGB
CMYK
RGB Variations
Color information
#EA11CE (or 0xEA11CE) is known color: Shocking Pink. HEX triplet: EA, 11 and CE. RGB value is (234,17,206). Sum of RGB (Red+Green+Blue) = 234+17+206=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11CE is #15EE31. Grayscale: #666666. Windows color (decimal): -1437234 or 13505002. OLE color: 13505002.
HSL color Cylindrical-coordinate representation of color #EA11CE: hue angle of 307.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11CE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.08 |
| HSL | 307.74º | 0.86% | 0.49% | - |
| HSV(B) | 307.74º | 0.93% | 0.92% | - |
| XYZ | 45.27 | 22.35 | 60.32 | - |
| YUV | 103.43 | 185.89 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 206 | 0 | 0.93 | 0.12 | 0.08 | 307.74 | 0.86 | 0.49 |
| Hex | EA | 11 | CE | 0 | 5D | C | 8 | 134 | 56 | 31 |
| Octal | 352 | 21 | 316 | 0 | 135 | 14 | 10 | 464 | 126 | 61 |
| Binary | 11101010 | 10001 | 11001110 | 0 | 1011101 | 1100 | 1000 | 100110100 | 1010110 | 110001 |
Color Harmonies of #EA11CE
Complementary color
Monochromatic Colors of #EA11CE
Black with #EA11CE
Text Example
Text Example
White with #EA11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11CE; }
p { color: rgb(234,17,206); }
H1.HeaderClassName
{
color: #EA11CE;
}
.AnyTagClassName
{
color: #EA11CE;
}
</style>
background-color css
<style>
a { background-color: #EA11CE; }
a { background-color: rgb(234,17,206); }
div.DivClassName
{
background-color: #EA11CE;
}
.BgClassName
{
background-color: #EA11CE;
}
</style>
border-color css
<style>
span { border-color: #EA11CE; }
span { border-color: rgb(234,17,206); }
td.TdClassName
{
border-color: #EA11CE;
}
.TagClassName
{
border-color: #EA11CE;
}
</style>