Shades of Shocking Pink #EA19BE
Tints of Shocking Pink #EA19BE
RGB
CMYK
RGB Variations
Color information
#EA19BE (or 0xEA19BE) is known color: Shocking Pink. HEX triplet: EA, 19 and BE. RGB value is (234,25,190). Sum of RGB (Red+Green+Blue) = 234+25+190=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19BE is #15E641. Grayscale: #696969. Windows color (decimal): -1435202 or 12458474. OLE color: 12458474.
HSL color Cylindrical-coordinate representation of color #EA19BE: hue angle of 312.63º 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 #EA19BE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 190 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.08 |
| HSL | 312.63º | 0.83% | 0.51% | - |
| HSV(B) | 312.63º | 0.89% | 0.92% | - |
| XYZ | 43.57 | 21.91 | 50.65 | - |
| YUV | 106.3 | 175.24 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 190 | 0 | 0.89 | 0.19 | 0.08 | 312.63 | 0.83 | 0.51 |
| Hex | EA | 19 | BE | 0 | 59 | 13 | 8 | 139 | 53 | 33 |
| Octal | 352 | 31 | 276 | 0 | 131 | 23 | 10 | 471 | 123 | 63 |
| Binary | 11101010 | 11001 | 10111110 | 0 | 1011001 | 10011 | 1000 | 100111001 | 1010011 | 110011 |
Color Harmonies of #EA19BE
Complementary color
Monochromatic Colors of #EA19BE
Black with #EA19BE
Text Example
Text Example
White with #EA19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19BE; }
p { color: rgb(234,25,190); }
H1.HeaderClassName
{
color: #EA19BE;
}
.AnyTagClassName
{
color: #EA19BE;
}
</style>
background-color css
<style>
a { background-color: #EA19BE; }
a { background-color: rgb(234,25,190); }
div.DivClassName
{
background-color: #EA19BE;
}
.BgClassName
{
background-color: #EA19BE;
}
</style>
border-color css
<style>
span { border-color: #EA19BE; }
span { border-color: rgb(234,25,190); }
td.TdClassName
{
border-color: #EA19BE;
}
.TagClassName
{
border-color: #EA19BE;
}
</style>