Shades of Shocking Pink #EA19BF
Tints of Shocking Pink #EA19BF
RGB
CMYK
RGB Variations
Color information
#EA19BF (or 0xEA19BF) is known color: Shocking Pink. HEX triplet: EA, 19 and BF. RGB value is (234,25,191). Sum of RGB (Red+Green+Blue) = 234+25+191=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19BF is #15E640. Grayscale: #696969. Windows color (decimal): -1435201 or 12524010. OLE color: 12524010.
HSL color Cylindrical-coordinate representation of color #EA19BF: hue angle of 312.34º 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 #EA19BF is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 191 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.08 |
| HSL | 312.34º | 0.83% | 0.51% | - |
| HSV(B) | 312.34º | 0.89% | 0.92% | - |
| XYZ | 43.68 | 21.95 | 51.22 | - |
| YUV | 106.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 191 | 0 | 0.89 | 0.18 | 0.08 | 312.34 | 0.83 | 0.51 |
| Hex | EA | 19 | BF | 0 | 59 | 12 | 8 | 138 | 53 | 33 |
| Octal | 352 | 31 | 277 | 0 | 131 | 22 | 10 | 470 | 123 | 63 |
| Binary | 11101010 | 11001 | 10111111 | 0 | 1011001 | 10010 | 1000 | 100111000 | 1010011 | 110011 |
Color Harmonies of #EA19BF
Complementary color
Monochromatic Colors of #EA19BF
Black with #EA19BF
Text Example
Text Example
White with #EA19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19BF; }
p { color: rgb(234,25,191); }
H1.HeaderClassName
{
color: #EA19BF;
}
.AnyTagClassName
{
color: #EA19BF;
}
</style>
background-color css
<style>
a { background-color: #EA19BF; }
a { background-color: rgb(234,25,191); }
div.DivClassName
{
background-color: #EA19BF;
}
.BgClassName
{
background-color: #EA19BF;
}
</style>
border-color css
<style>
span { border-color: #EA19BF; }
span { border-color: rgb(234,25,191); }
td.TdClassName
{
border-color: #EA19BF;
}
.TagClassName
{
border-color: #EA19BF;
}
</style>