Shades of Shocking Pink #EA19BC
Tints of Shocking Pink #EA19BC
RGB
CMYK
RGB Variations
Color information
#EA19BC (or 0xEA19BC) is known color: Shocking Pink. HEX triplet: EA, 19 and BC. RGB value is (234,25,188). Sum of RGB (Red+Green+Blue) = 234+25+188=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19BC is #15E643. Grayscale: #696969. Windows color (decimal): -1435204 or 12327402. OLE color: 12327402.
HSL color Cylindrical-coordinate representation of color #EA19BC: hue angle of 313.21º 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 #EA19BC is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.08 |
| HSL | 313.21º | 0.83% | 0.51% | - |
| HSV(B) | 313.21º | 0.89% | 0.92% | - |
| XYZ | 43.36 | 21.82 | 49.5 | - |
| YUV | 106.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 188 | 0 | 0.89 | 0.20 | 0.08 | 313.21 | 0.83 | 0.51 |
| Hex | EA | 19 | BC | 0 | 59 | 14 | 8 | 139 | 53 | 33 |
| Octal | 352 | 31 | 274 | 0 | 131 | 24 | 10 | 471 | 123 | 63 |
| Binary | 11101010 | 11001 | 10111100 | 0 | 1011001 | 10100 | 1000 | 100111001 | 1010011 | 110011 |
Color Harmonies of #EA19BC
Complementary color
Monochromatic Colors of #EA19BC
Black with #EA19BC
Text Example
Text Example
White with #EA19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19BC; }
p { color: rgb(234,25,188); }
H1.HeaderClassName
{
color: #EA19BC;
}
.AnyTagClassName
{
color: #EA19BC;
}
</style>
background-color css
<style>
a { background-color: #EA19BC; }
a { background-color: rgb(234,25,188); }
div.DivClassName
{
background-color: #EA19BC;
}
.BgClassName
{
background-color: #EA19BC;
}
</style>
border-color css
<style>
span { border-color: #EA19BC; }
span { border-color: rgb(234,25,188); }
td.TdClassName
{
border-color: #EA19BC;
}
.TagClassName
{
border-color: #EA19BC;
}
</style>