Shades of Deep Pink #EA0785
Tints of Deep Pink #EA0785
RGB
CMYK
RGB Variations
Color information
#EA0785 (or 0xEA0785) is known color: Deep Pink. HEX triplet: EA, 07 and 85. RGB value is (234,7,133). Sum of RGB (Red+Green+Blue) = 234+7+133=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0785 is #15F87A. Grayscale: #585858. Windows color (decimal): -1439867 or 8718314. OLE color: 8718314.
HSL color Cylindrical-coordinate representation of color #EA0785: hue angle of 326.7º degrees, saturation: 0.94, 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 #EA0785 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.08 |
| HSL | 326.7º | 0.94% | 0.47% | - |
| HSV(B) | 326.7º | 0.97% | 0.92% | - |
| XYZ | 38.24 | 19.34 | 23.91 | - |
| YUV | 89.24 | 152.71 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 133 | 0 | 0.97 | 0.43 | 0.08 | 326.7 | 0.94 | 0.47 |
| Hex | EA | 7 | 85 | 0 | 61 | 2B | 8 | 147 | 5E | 2F |
| Octal | 352 | 7 | 205 | 0 | 141 | 53 | 10 | 507 | 136 | 57 |
| Binary | 11101010 | 111 | 10000101 | 0 | 1100001 | 101011 | 1000 | 101000111 | 1011110 | 101111 |
Color Harmonies of #EA0785
Complementary color
Monochromatic Colors of #EA0785
Black with #EA0785
Text Example
Text Example
White with #EA0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0785; }
p { color: rgb(234,7,133); }
H1.HeaderClassName
{
color: #EA0785;
}
.AnyTagClassName
{
color: #EA0785;
}
</style>
background-color css
<style>
a { background-color: #EA0785; }
a { background-color: rgb(234,7,133); }
div.DivClassName
{
background-color: #EA0785;
}
.BgClassName
{
background-color: #EA0785;
}
</style>
border-color css
<style>
span { border-color: #EA0785; }
span { border-color: rgb(234,7,133); }
td.TdClassName
{
border-color: #EA0785;
}
.TagClassName
{
border-color: #EA0785;
}
</style>