Shades of Shocking Pink #EA0DB6
Tints of Shocking Pink #EA0DB6
RGB
CMYK
RGB Variations
Color information
#EA0DB6 (or 0xEA0DB6) is known color: Shocking Pink. HEX triplet: EA, 0D and B6. RGB value is (234,13,182). Sum of RGB (Red+Green+Blue) = 234+13+182=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0DB6 is #15F249. Grayscale: #616161. Windows color (decimal): -1438282 or 11931114. OLE color: 11931114.
HSL color Cylindrical-coordinate representation of color #EA0DB6: hue angle of 314.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0DB6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 182 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.08 |
| HSL | 314.12º | 0.89% | 0.48% | - |
| HSV(B) | 314.12º | 0.94% | 0.92% | - |
| XYZ | 42.52 | 21.16 | 46.1 | - |
| YUV | 98.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 182 | 0 | 0.94 | 0.22 | 0.08 | 314.12 | 0.89 | 0.48 |
| Hex | EA | D | B6 | 0 | 5E | 16 | 8 | 13A | 59 | 30 |
| Octal | 352 | 15 | 266 | 0 | 136 | 26 | 10 | 472 | 131 | 60 |
| Binary | 11101010 | 1101 | 10110110 | 0 | 1011110 | 10110 | 1000 | 100111010 | 1011001 | 110000 |
Color Harmonies of #EA0DB6
Complementary color
Monochromatic Colors of #EA0DB6
Black with #EA0DB6
Text Example
Text Example
White with #EA0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DB6; }
p { color: rgb(234,13,182); }
H1.HeaderClassName
{
color: #EA0DB6;
}
.AnyTagClassName
{
color: #EA0DB6;
}
</style>
background-color css
<style>
a { background-color: #EA0DB6; }
a { background-color: rgb(234,13,182); }
div.DivClassName
{
background-color: #EA0DB6;
}
.BgClassName
{
background-color: #EA0DB6;
}
</style>
border-color css
<style>
span { border-color: #EA0DB6; }
span { border-color: rgb(234,13,182); }
td.TdClassName
{
border-color: #EA0DB6;
}
.TagClassName
{
border-color: #EA0DB6;
}
</style>