Shades of Shocking Pink #EA19BB
Tints of Shocking Pink #EA19BB
RGB
CMYK
RGB Variations
Color information
#EA19BB (or 0xEA19BB) is known color: Shocking Pink. HEX triplet: EA, 19 and BB. RGB value is (234,25,187). Sum of RGB (Red+Green+Blue) = 234+25+187=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19BB is #15E644. Grayscale: #696969. Windows color (decimal): -1435205 or 12261866. OLE color: 12261866.
HSL color Cylindrical-coordinate representation of color #EA19BB: hue angle of 313.49º 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 #EA19BB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 187 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.08 |
| HSL | 313.49º | 0.83% | 0.51% | - |
| HSV(B) | 313.49º | 0.89% | 0.92% | - |
| XYZ | 43.25 | 21.78 | 48.94 | - |
| YUV | 105.96 | 173.74 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 187 | 0 | 0.89 | 0.20 | 0.08 | 313.49 | 0.83 | 0.51 |
| Hex | EA | 19 | BB | 0 | 59 | 14 | 8 | 139 | 53 | 33 |
| Octal | 352 | 31 | 273 | 0 | 131 | 24 | 10 | 471 | 123 | 63 |
| Binary | 11101010 | 11001 | 10111011 | 0 | 1011001 | 10100 | 1000 | 100111001 | 1010011 | 110011 |
Color Harmonies of #EA19BB
Complementary color
Monochromatic Colors of #EA19BB
Black with #EA19BB
Text Example
Text Example
White with #EA19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19BB; }
p { color: rgb(234,25,187); }
H1.HeaderClassName
{
color: #EA19BB;
}
.AnyTagClassName
{
color: #EA19BB;
}
</style>
background-color css
<style>
a { background-color: #EA19BB; }
a { background-color: rgb(234,25,187); }
div.DivClassName
{
background-color: #EA19BB;
}
.BgClassName
{
background-color: #EA19BB;
}
</style>
border-color css
<style>
span { border-color: #EA19BB; }
span { border-color: rgb(234,25,187); }
td.TdClassName
{
border-color: #EA19BB;
}
.TagClassName
{
border-color: #EA19BB;
}
</style>