Shades of Shocking Pink #EA0DB5
Tints of Shocking Pink #EA0DB5
RGB
CMYK
RGB Variations
Color information
#EA0DB5 (or 0xEA0DB5) is known color: Shocking Pink. HEX triplet: EA, 0D and B5. RGB value is (234,13,181). Sum of RGB (Red+Green+Blue) = 234+13+181=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0DB5 is #15F24A. Grayscale: #616161. Windows color (decimal): -1438283 or 11865578. OLE color: 11865578.
HSL color Cylindrical-coordinate representation of color #EA0DB5: hue angle of 314.39º 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 #EA0DB5 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 181 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.08 |
| HSL | 314.39º | 0.89% | 0.48% | - |
| HSV(B) | 314.39º | 0.94% | 0.92% | - |
| XYZ | 42.42 | 21.12 | 45.56 | - |
| YUV | 98.23 | 174.72 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 181 | 0 | 0.94 | 0.23 | 0.08 | 314.39 | 0.89 | 0.48 |
| Hex | EA | D | B5 | 0 | 5E | 17 | 8 | 13A | 59 | 30 |
| Octal | 352 | 15 | 265 | 0 | 136 | 27 | 10 | 472 | 131 | 60 |
| Binary | 11101010 | 1101 | 10110101 | 0 | 1011110 | 10111 | 1000 | 100111010 | 1011001 | 110000 |
Color Harmonies of #EA0DB5
Complementary color
Monochromatic Colors of #EA0DB5
Black with #EA0DB5
Text Example
Text Example
White with #EA0DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DB5; }
p { color: rgb(234,13,181); }
H1.HeaderClassName
{
color: #EA0DB5;
}
.AnyTagClassName
{
color: #EA0DB5;
}
</style>
background-color css
<style>
a { background-color: #EA0DB5; }
a { background-color: rgb(234,13,181); }
div.DivClassName
{
background-color: #EA0DB5;
}
.BgClassName
{
background-color: #EA0DB5;
}
</style>
border-color css
<style>
span { border-color: #EA0DB5; }
span { border-color: rgb(234,13,181); }
td.TdClassName
{
border-color: #EA0DB5;
}
.TagClassName
{
border-color: #EA0DB5;
}
</style>