Shades of Deep Pink #EA1985
Tints of Deep Pink #EA1985
RGB
CMYK
RGB Variations
Color information
#EA1985 (or 0xEA1985) is known color: Deep Pink. HEX triplet: EA, 19 and 85. RGB value is (234,25,133). Sum of RGB (Red+Green+Blue) = 234+25+133=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1985 is #15E67A. Grayscale: #636363. Windows color (decimal): -1435259 or 8722922. OLE color: 8722922.
HSL color Cylindrical-coordinate representation of color #EA1985: hue angle of 329º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1985 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.08 |
| HSL | 329º | 0.83% | 0.51% | - |
| HSV(B) | 329º | 0.89% | 0.92% | - |
| XYZ | 38.51 | 19.88 | 24 | - |
| YUV | 99.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 133 | 0 | 0.89 | 0.43 | 0.08 | 329 | 0.83 | 0.51 |
| Hex | EA | 19 | 85 | 0 | 59 | 2B | 8 | 149 | 53 | 33 |
| Octal | 352 | 31 | 205 | 0 | 131 | 53 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11001 | 10000101 | 0 | 1011001 | 101011 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1985
Complementary color
Monochromatic Colors of #EA1985
Black with #EA1985
Text Example
Text Example
White with #EA1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1985; }
p { color: rgb(234,25,133); }
H1.HeaderClassName
{
color: #EA1985;
}
.AnyTagClassName
{
color: #EA1985;
}
</style>
background-color css
<style>
a { background-color: #EA1985; }
a { background-color: rgb(234,25,133); }
div.DivClassName
{
background-color: #EA1985;
}
.BgClassName
{
background-color: #EA1985;
}
</style>
border-color css
<style>
span { border-color: #EA1985; }
span { border-color: rgb(234,25,133); }
td.TdClassName
{
border-color: #EA1985;
}
.TagClassName
{
border-color: #EA1985;
}
</style>