Shades of Deep Pink #EA1491
Tints of Deep Pink #EA1491
RGB
CMYK
RGB Variations
Color information
#EA1491 (or 0xEA1491) is known color: Deep Pink. HEX triplet: EA, 14 and 91. RGB value is (234,20,145). Sum of RGB (Red+Green+Blue) = 234+20+145=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1491 is #15EB6E. Grayscale: #616161. Windows color (decimal): -1436527 or 9508074. OLE color: 9508074.
HSL color Cylindrical-coordinate representation of color #EA1491: hue angle of 324.95º 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 #EA1491 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 145 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.08 |
| HSL | 324.95º | 0.84% | 0.5% | - |
| HSV(B) | 324.95º | 0.91% | 0.92% | - |
| XYZ | 39.29 | 20.04 | 28.58 | - |
| YUV | 98.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 145 | 0 | 0.91 | 0.38 | 0.08 | 324.95 | 0.84 | 0.5 |
| Hex | EA | 14 | 91 | 0 | 5B | 26 | 8 | 145 | 54 | 32 |
| Octal | 352 | 24 | 221 | 0 | 133 | 46 | 10 | 505 | 124 | 62 |
| Binary | 11101010 | 10100 | 10010001 | 0 | 1011011 | 100110 | 1000 | 101000101 | 1010100 | 110010 |
Color Harmonies of #EA1491
Complementary color
Monochromatic Colors of #EA1491
Black with #EA1491
Text Example
Text Example
White with #EA1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1491; }
p { color: rgb(234,20,145); }
H1.HeaderClassName
{
color: #EA1491;
}
.AnyTagClassName
{
color: #EA1491;
}
</style>
background-color css
<style>
a { background-color: #EA1491; }
a { background-color: rgb(234,20,145); }
div.DivClassName
{
background-color: #EA1491;
}
.BgClassName
{
background-color: #EA1491;
}
</style>
border-color css
<style>
span { border-color: #EA1491; }
span { border-color: rgb(234,20,145); }
td.TdClassName
{
border-color: #EA1491;
}
.TagClassName
{
border-color: #EA1491;
}
</style>