Shades of Shocking Pink #EA19BA
Tints of Shocking Pink #EA19BA
RGB
CMYK
RGB Variations
Color information
#EA19BA (or 0xEA19BA) is known color: Shocking Pink. HEX triplet: EA, 19 and BA. RGB value is (234,25,186). Sum of RGB (Red+Green+Blue) = 234+25+186=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19BA is #15E645. Grayscale: #696969. Windows color (decimal): -1435206 or 12196330. OLE color: 12196330.
HSL color Cylindrical-coordinate representation of color #EA19BA: hue angle of 313.78º 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 #EA19BA is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 186 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.08 |
| HSL | 313.78º | 0.83% | 0.51% | - |
| HSV(B) | 313.78º | 0.89% | 0.92% | - |
| XYZ | 43.14 | 21.73 | 48.38 | - |
| YUV | 105.85 | 173.24 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 186 | 0 | 0.89 | 0.21 | 0.08 | 313.78 | 0.83 | 0.51 |
| Hex | EA | 19 | BA | 0 | 59 | 15 | 8 | 13A | 53 | 33 |
| Octal | 352 | 31 | 272 | 0 | 131 | 25 | 10 | 472 | 123 | 63 |
| Binary | 11101010 | 11001 | 10111010 | 0 | 1011001 | 10101 | 1000 | 100111010 | 1010011 | 110011 |
Color Harmonies of #EA19BA
Complementary color
Monochromatic Colors of #EA19BA
Black with #EA19BA
Text Example
Text Example
White with #EA19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19BA; }
p { color: rgb(234,25,186); }
H1.HeaderClassName
{
color: #EA19BA;
}
.AnyTagClassName
{
color: #EA19BA;
}
</style>
background-color css
<style>
a { background-color: #EA19BA; }
a { background-color: rgb(234,25,186); }
div.DivClassName
{
background-color: #EA19BA;
}
.BgClassName
{
background-color: #EA19BA;
}
</style>
border-color css
<style>
span { border-color: #EA19BA; }
span { border-color: rgb(234,25,186); }
td.TdClassName
{
border-color: #EA19BA;
}
.TagClassName
{
border-color: #EA19BA;
}
</style>