Shades of Deep Pink #EA0A8D
Tints of Deep Pink #EA0A8D
RGB
CMYK
RGB Variations
Color information
#EA0A8D (or 0xEA0A8D) is known color: Deep Pink. HEX triplet: EA, 0A and 8D. RGB value is (234,10,141). Sum of RGB (Red+Green+Blue) = 234+10+141=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A8D is #15F572. Grayscale: #5B5B5B. Windows color (decimal): -1439091 or 9243370. OLE color: 9243370.
HSL color Cylindrical-coordinate representation of color #EA0A8D: hue angle of 324.91º 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 #EA0A8D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.08 |
| HSL | 324.91º | 0.92% | 0.48% | - |
| HSV(B) | 324.91º | 0.96% | 0.92% | - |
| XYZ | 38.85 | 19.63 | 26.94 | - |
| YUV | 91.91 | 155.71 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 141 | 0 | 0.96 | 0.40 | 0.08 | 324.91 | 0.92 | 0.48 |
| Hex | EA | A | 8D | 0 | 60 | 28 | 8 | 145 | 5C | 30 |
| Octal | 352 | 12 | 215 | 0 | 140 | 50 | 10 | 505 | 134 | 60 |
| Binary | 11101010 | 1010 | 10001101 | 0 | 1100000 | 101000 | 1000 | 101000101 | 1011100 | 110000 |
Color Harmonies of #EA0A8D
Complementary color
Monochromatic Colors of #EA0A8D
Black with #EA0A8D
Text Example
Text Example
White with #EA0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A8D; }
p { color: rgb(234,10,141); }
H1.HeaderClassName
{
color: #EA0A8D;
}
.AnyTagClassName
{
color: #EA0A8D;
}
</style>
background-color css
<style>
a { background-color: #EA0A8D; }
a { background-color: rgb(234,10,141); }
div.DivClassName
{
background-color: #EA0A8D;
}
.BgClassName
{
background-color: #EA0A8D;
}
</style>
border-color css
<style>
span { border-color: #EA0A8D; }
span { border-color: rgb(234,10,141); }
td.TdClassName
{
border-color: #EA0A8D;
}
.TagClassName
{
border-color: #EA0A8D;
}
</style>