Shades of Shocking Pink #EA0AB9
Tints of Shocking Pink #EA0AB9
RGB
CMYK
RGB Variations
Color information
#EA0AB9 (or 0xEA0AB9) is known color: Shocking Pink. HEX triplet: EA, 0A and B9. RGB value is (234,10,185). Sum of RGB (Red+Green+Blue) = 234+10+185=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0AB9 is #15F546. Grayscale: #606060. Windows color (decimal): -1439047 or 12126954. OLE color: 12126954.
HSL color Cylindrical-coordinate representation of color #EA0AB9: hue angle of 313.12º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.08 |
| HSL | 313.13º | 0.92% | 0.48% | - |
| HSV(B) | 313.13º | 0.96% | 0.92% | - |
| XYZ | 42.8 | 21.21 | 47.74 | - |
| YUV | 96.93 | 177.71 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 185 | 0 | 0.96 | 0.21 | 0.08 | 313.13 | 0.92 | 0.48 |
| Hex | EA | A | B9 | 0 | 60 | 15 | 8 | 139 | 5C | 30 |
| Octal | 352 | 12 | 271 | 0 | 140 | 25 | 10 | 471 | 134 | 60 |
| Binary | 11101010 | 1010 | 10111001 | 0 | 1100000 | 10101 | 1000 | 100111001 | 1011100 | 110000 |
Color Harmonies of #EA0AB9
Complementary color
Monochromatic Colors of #EA0AB9
Black with #EA0AB9
Text Example
Text Example
White with #EA0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AB9; }
p { color: rgb(234,10,185); }
H1.HeaderClassName
{
color: #EA0AB9;
}
.AnyTagClassName
{
color: #EA0AB9;
}
</style>
background-color css
<style>
a { background-color: #EA0AB9; }
a { background-color: rgb(234,10,185); }
div.DivClassName
{
background-color: #EA0AB9;
}
.BgClassName
{
background-color: #EA0AB9;
}
</style>
border-color css
<style>
span { border-color: #EA0AB9; }
span { border-color: rgb(234,10,185); }
td.TdClassName
{
border-color: #EA0AB9;
}
.TagClassName
{
border-color: #EA0AB9;
}
</style>