Shades of Deep Pink #EA1489
Tints of Deep Pink #EA1489
RGB
CMYK
RGB Variations
Color information
#EA1489 (or 0xEA1489) is known color: Deep Pink. HEX triplet: EA, 14 and 89. RGB value is (234,20,137). Sum of RGB (Red+Green+Blue) = 234+20+137=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1489 is #15EB76. Grayscale: #616161. Windows color (decimal): -1436535 or 8983786. OLE color: 8983786.
HSL color Cylindrical-coordinate representation of color #EA1489: hue angle of 327.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1489 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.08 |
| HSL | 327.2º | 0.84% | 0.5% | - |
| HSV(B) | 327.2º | 0.91% | 0.92% | - |
| XYZ | 38.7 | 19.8 | 25.45 | - |
| YUV | 97.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 137 | 0 | 0.91 | 0.41 | 0.08 | 327.2 | 0.84 | 0.5 |
| Hex | EA | 14 | 89 | 0 | 5B | 29 | 8 | 147 | 54 | 32 |
| Octal | 352 | 24 | 211 | 0 | 133 | 51 | 10 | 507 | 124 | 62 |
| Binary | 11101010 | 10100 | 10001001 | 0 | 1011011 | 101001 | 1000 | 101000111 | 1010100 | 110010 |
Color Harmonies of #EA1489
Complementary color
Monochromatic Colors of #EA1489
Black with #EA1489
Text Example
Text Example
White with #EA1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1489; }
p { color: rgb(234,20,137); }
H1.HeaderClassName
{
color: #EA1489;
}
.AnyTagClassName
{
color: #EA1489;
}
</style>
background-color css
<style>
a { background-color: #EA1489; }
a { background-color: rgb(234,20,137); }
div.DivClassName
{
background-color: #EA1489;
}
.BgClassName
{
background-color: #EA1489;
}
</style>
border-color css
<style>
span { border-color: #EA1489; }
span { border-color: rgb(234,20,137); }
td.TdClassName
{
border-color: #EA1489;
}
.TagClassName
{
border-color: #EA1489;
}
</style>