Shades of Deep Pink #EA0885
Tints of Deep Pink #EA0885
RGB
CMYK
RGB Variations
Color information
#EA0885 (or 0xEA0885) is known color: Deep Pink. HEX triplet: EA, 08 and 85. RGB value is (234,8,133). Sum of RGB (Red+Green+Blue) = 234+8+133=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0885 is #15F77A. Grayscale: #595959. Windows color (decimal): -1439611 or 8718570. OLE color: 8718570.
HSL color Cylindrical-coordinate representation of color #EA0885: hue angle of 326.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0885 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 133 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.08 |
| HSL | 326.81º | 0.93% | 0.47% | - |
| HSV(B) | 326.81º | 0.97% | 0.92% | - |
| XYZ | 38.25 | 19.36 | 23.91 | - |
| YUV | 89.82 | 152.37 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 133 | 0 | 0.97 | 0.43 | 0.08 | 326.81 | 0.93 | 0.47 |
| Hex | EA | 8 | 85 | 0 | 61 | 2B | 8 | 147 | 5D | 2F |
| Octal | 352 | 10 | 205 | 0 | 141 | 53 | 10 | 507 | 135 | 57 |
| Binary | 11101010 | 1000 | 10000101 | 0 | 1100001 | 101011 | 1000 | 101000111 | 1011101 | 101111 |
Color Harmonies of #EA0885
Complementary color
Monochromatic Colors of #EA0885
Black with #EA0885
Text Example
Text Example
White with #EA0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0885; }
p { color: rgb(234,8,133); }
H1.HeaderClassName
{
color: #EA0885;
}
.AnyTagClassName
{
color: #EA0885;
}
</style>
background-color css
<style>
a { background-color: #EA0885; }
a { background-color: rgb(234,8,133); }
div.DivClassName
{
background-color: #EA0885;
}
.BgClassName
{
background-color: #EA0885;
}
</style>
border-color css
<style>
span { border-color: #EA0885; }
span { border-color: rgb(234,8,133); }
td.TdClassName
{
border-color: #EA0885;
}
.TagClassName
{
border-color: #EA0885;
}
</style>