Shades of Shocking Pink #EA19D9
Tints of Shocking Pink #EA19D9
RGB
CMYK
RGB Variations
Color information
#EA19D9 (or 0xEA19D9) is known color: Shocking Pink. HEX triplet: EA, 19 and D9. RGB value is (234,25,217). Sum of RGB (Red+Green+Blue) = 234+25+217=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19D9 is #15E626. Grayscale: #6C6C6C. Windows color (decimal): -1435175 or 14227946. OLE color: 14227946.
HSL color Cylindrical-coordinate representation of color #EA19D9: hue angle of 304.88º 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 #EA19D9 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 217 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.08 |
| HSL | 304.88º | 0.83% | 0.51% | - |
| HSV(B) | 304.88º | 0.89% | 0.92% | - |
| XYZ | 46.8 | 23.2 | 67.66 | - |
| YUV | 109.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 217 | 0 | 0.89 | 0.07 | 0.08 | 304.88 | 0.83 | 0.51 |
| Hex | EA | 19 | D9 | 0 | 59 | 7 | 8 | 131 | 53 | 33 |
| Octal | 352 | 31 | 331 | 0 | 131 | 7 | 10 | 461 | 123 | 63 |
| Binary | 11101010 | 11001 | 11011001 | 0 | 1011001 | 111 | 1000 | 100110001 | 1010011 | 110011 |
Color Harmonies of #EA19D9
Complementary color
Monochromatic Colors of #EA19D9
Black with #EA19D9
Text Example
Text Example
White with #EA19D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19D9; }
p { color: rgb(234,25,217); }
H1.HeaderClassName
{
color: #EA19D9;
}
.AnyTagClassName
{
color: #EA19D9;
}
</style>
background-color css
<style>
a { background-color: #EA19D9; }
a { background-color: rgb(234,25,217); }
div.DivClassName
{
background-color: #EA19D9;
}
.BgClassName
{
background-color: #EA19D9;
}
</style>
border-color css
<style>
span { border-color: #EA19D9; }
span { border-color: rgb(234,25,217); }
td.TdClassName
{
border-color: #EA19D9;
}
.TagClassName
{
border-color: #EA19D9;
}
</style>