Shades of Shocking Pink #EA0CC5
Tints of Shocking Pink #EA0CC5
RGB
CMYK
RGB Variations
Color information
#EA0CC5 (or 0xEA0CC5) is known color: Shocking Pink. HEX triplet: EA, 0C and C5. RGB value is (234,12,197). Sum of RGB (Red+Green+Blue) = 234+12+197=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CC5 is #15F33A. Grayscale: #626262. Windows color (decimal): -1438523 or 12913898. OLE color: 12913898.
HSL color Cylindrical-coordinate representation of color #EA0CC5: hue angle of 310º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 197 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.08 |
| HSL | 310º | 0.9% | 0.48% | - |
| HSV(B) | 310º | 0.95% | 0.92% | - |
| XYZ | 44.14 | 21.79 | 54.7 | - |
| YUV | 99.47 | 183.05 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 197 | 0 | 0.95 | 0.16 | 0.08 | 310 | 0.9 | 0.48 |
| Hex | EA | C | C5 | 0 | 5F | 10 | 8 | 136 | 5A | 30 |
| Octal | 352 | 14 | 305 | 0 | 137 | 20 | 10 | 466 | 132 | 60 |
| Binary | 11101010 | 1100 | 11000101 | 0 | 1011111 | 10000 | 1000 | 100110110 | 1011010 | 110000 |
Color Harmonies of #EA0CC5
Complementary color
Monochromatic Colors of #EA0CC5
Black with #EA0CC5
Text Example
Text Example
White with #EA0CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CC5; }
p { color: rgb(234,12,197); }
H1.HeaderClassName
{
color: #EA0CC5;
}
.AnyTagClassName
{
color: #EA0CC5;
}
</style>
background-color css
<style>
a { background-color: #EA0CC5; }
a { background-color: rgb(234,12,197); }
div.DivClassName
{
background-color: #EA0CC5;
}
.BgClassName
{
background-color: #EA0CC5;
}
</style>
border-color css
<style>
span { border-color: #EA0CC5; }
span { border-color: rgb(234,12,197); }
td.TdClassName
{
border-color: #EA0CC5;
}
.TagClassName
{
border-color: #EA0CC5;
}
</style>