Shades of Shocking Pink #EA19C0
Tints of Shocking Pink #EA19C0
RGB
CMYK
RGB Variations
Color information
#EA19C0 (or 0xEA19C0) is known color: Shocking Pink. HEX triplet: EA, 19 and C0. RGB value is (234,25,192). Sum of RGB (Red+Green+Blue) = 234+25+192=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19C0 is #15E63F. Grayscale: #6A6A6A. Windows color (decimal): -1435200 or 12589546. OLE color: 12589546.
HSL color Cylindrical-coordinate representation of color #EA19C0: hue angle of 312.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19C0 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 192 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.08 |
| HSL | 312.06º | 0.83% | 0.51% | - |
| HSV(B) | 312.06º | 0.89% | 0.92% | - |
| XYZ | 43.79 | 21.99 | 51.81 | - |
| YUV | 106.53 | 176.24 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 192 | 0 | 0.89 | 0.18 | 0.08 | 312.06 | 0.83 | 0.51 |
| Hex | EA | 19 | C0 | 0 | 59 | 12 | 8 | 138 | 53 | 33 |
| Octal | 352 | 31 | 300 | 0 | 131 | 22 | 10 | 470 | 123 | 63 |
| Binary | 11101010 | 11001 | 11000000 | 0 | 1011001 | 10010 | 1000 | 100111000 | 1010011 | 110011 |
Color Harmonies of #EA19C0
Complementary color
Monochromatic Colors of #EA19C0
Black with #EA19C0
Text Example
Text Example
White with #EA19C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19C0; }
p { color: rgb(234,25,192); }
H1.HeaderClassName
{
color: #EA19C0;
}
.AnyTagClassName
{
color: #EA19C0;
}
</style>
background-color css
<style>
a { background-color: #EA19C0; }
a { background-color: rgb(234,25,192); }
div.DivClassName
{
background-color: #EA19C0;
}
.BgClassName
{
background-color: #EA19C0;
}
</style>
border-color css
<style>
span { border-color: #EA19C0; }
span { border-color: rgb(234,25,192); }
td.TdClassName
{
border-color: #EA19C0;
}
.TagClassName
{
border-color: #EA19C0;
}
</style>