Shades of Shocking Pink #EA19DA
Tints of Shocking Pink #EA19DA
RGB
CMYK
RGB Variations
Color information
#EA19DA (or 0xEA19DA) is known color: Shocking Pink. HEX triplet: EA, 19 and DA. RGB value is (234,25,218). Sum of RGB (Red+Green+Blue) = 234+25+218=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19DA is #15E625. Grayscale: #6C6C6C. Windows color (decimal): -1435174 or 14293482. OLE color: 14293482.
HSL color Cylindrical-coordinate representation of color #EA19DA: hue angle of 304.59º 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 #EA19DA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 218 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.08 |
| HSL | 304.59º | 0.83% | 0.51% | - |
| HSV(B) | 304.59º | 0.89% | 0.92% | - |
| XYZ | 46.93 | 23.25 | 68.34 | - |
| YUV | 109.49 | 189.24 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 218 | 0 | 0.89 | 0.07 | 0.08 | 304.59 | 0.83 | 0.51 |
| Hex | EA | 19 | DA | 0 | 59 | 7 | 8 | 131 | 53 | 33 |
| Octal | 352 | 31 | 332 | 0 | 131 | 7 | 10 | 461 | 123 | 63 |
| Binary | 11101010 | 11001 | 11011010 | 0 | 1011001 | 111 | 1000 | 100110001 | 1010011 | 110011 |
Color Harmonies of #EA19DA
Complementary color
Monochromatic Colors of #EA19DA
Black with #EA19DA
Text Example
Text Example
White with #EA19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19DA; }
p { color: rgb(234,25,218); }
H1.HeaderClassName
{
color: #EA19DA;
}
.AnyTagClassName
{
color: #EA19DA;
}
</style>
background-color css
<style>
a { background-color: #EA19DA; }
a { background-color: rgb(234,25,218); }
div.DivClassName
{
background-color: #EA19DA;
}
.BgClassName
{
background-color: #EA19DA;
}
</style>
border-color css
<style>
span { border-color: #EA19DA; }
span { border-color: rgb(234,25,218); }
td.TdClassName
{
border-color: #EA19DA;
}
.TagClassName
{
border-color: #EA19DA;
}
</style>