Shades of Shocking Pink #EA0DC4
Tints of Shocking Pink #EA0DC4
RGB
CMYK
RGB Variations
Color information
#EA0DC4 (or 0xEA0DC4) is known color: Shocking Pink. HEX triplet: EA, 0D and C4. RGB value is (234,13,196). Sum of RGB (Red+Green+Blue) = 234+13+196=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0DC4 is #15F23B. Grayscale: #636363. Windows color (decimal): -1438268 or 12848618. OLE color: 12848618.
HSL color Cylindrical-coordinate representation of color #EA0DC4: hue angle of 310.32º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.08 |
| HSL | 310.32º | 0.89% | 0.48% | - |
| HSV(B) | 310.32º | 0.94% | 0.92% | - |
| XYZ | 44.04 | 21.77 | 54.1 | - |
| YUV | 99.94 | 182.22 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 196 | 0 | 0.94 | 0.16 | 0.08 | 310.32 | 0.89 | 0.48 |
| Hex | EA | D | C4 | 0 | 5E | 10 | 8 | 136 | 59 | 30 |
| Octal | 352 | 15 | 304 | 0 | 136 | 20 | 10 | 466 | 131 | 60 |
| Binary | 11101010 | 1101 | 11000100 | 0 | 1011110 | 10000 | 1000 | 100110110 | 1011001 | 110000 |
Color Harmonies of #EA0DC4
Complementary color
Monochromatic Colors of #EA0DC4
Black with #EA0DC4
Text Example
Text Example
White with #EA0DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DC4; }
p { color: rgb(234,13,196); }
H1.HeaderClassName
{
color: #EA0DC4;
}
.AnyTagClassName
{
color: #EA0DC4;
}
</style>
background-color css
<style>
a { background-color: #EA0DC4; }
a { background-color: rgb(234,13,196); }
div.DivClassName
{
background-color: #EA0DC4;
}
.BgClassName
{
background-color: #EA0DC4;
}
</style>
border-color css
<style>
span { border-color: #EA0DC4; }
span { border-color: rgb(234,13,196); }
td.TdClassName
{
border-color: #EA0DC4;
}
.TagClassName
{
border-color: #EA0DC4;
}
</style>