Shades of Shocking Pink #EA19D5
Tints of Shocking Pink #EA19D5
RGB
CMYK
RGB Variations
Color information
#EA19D5 (or 0xEA19D5) is known color: Shocking Pink. HEX triplet: EA, 19 and D5. RGB value is (234,25,213). Sum of RGB (Red+Green+Blue) = 234+25+213=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19D5 is #15E62A. Grayscale: #6C6C6C. Windows color (decimal): -1435179 or 13965802. OLE color: 13965802.
HSL color Cylindrical-coordinate representation of color #EA19D5: hue angle of 306.03º 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 #EA19D5 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 213 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.08 |
| HSL | 306.03º | 0.83% | 0.51% | - |
| HSV(B) | 306.03º | 0.89% | 0.92% | - |
| XYZ | 46.29 | 22.99 | 64.95 | - |
| YUV | 108.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 213 | 0 | 0.89 | 0.09 | 0.08 | 306.03 | 0.83 | 0.51 |
| Hex | EA | 19 | D5 | 0 | 59 | 9 | 8 | 132 | 53 | 33 |
| Octal | 352 | 31 | 325 | 0 | 131 | 11 | 10 | 462 | 123 | 63 |
| Binary | 11101010 | 11001 | 11010101 | 0 | 1011001 | 1001 | 1000 | 100110010 | 1010011 | 110011 |
Color Harmonies of #EA19D5
Complementary color
Monochromatic Colors of #EA19D5
Black with #EA19D5
Text Example
Text Example
White with #EA19D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19D5; }
p { color: rgb(234,25,213); }
H1.HeaderClassName
{
color: #EA19D5;
}
.AnyTagClassName
{
color: #EA19D5;
}
</style>
background-color css
<style>
a { background-color: #EA19D5; }
a { background-color: rgb(234,25,213); }
div.DivClassName
{
background-color: #EA19D5;
}
.BgClassName
{
background-color: #EA19D5;
}
</style>
border-color css
<style>
span { border-color: #EA19D5; }
span { border-color: rgb(234,25,213); }
td.TdClassName
{
border-color: #EA19D5;
}
.TagClassName
{
border-color: #EA19D5;
}
</style>