Shades of Deep Pink #EA1391
Tints of Deep Pink #EA1391
RGB
CMYK
RGB Variations
Color information
#EA1391 (or 0xEA1391) is known color: Deep Pink. HEX triplet: EA, 13 and 91. RGB value is (234,19,145). Sum of RGB (Red+Green+Blue) = 234+19+145=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1391 is #15EC6E. Grayscale: #616161. Windows color (decimal): -1436783 or 9507818. OLE color: 9507818.
HSL color Cylindrical-coordinate representation of color #EA1391: hue angle of 324.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1391 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 145 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.08 |
| HSL | 324.84º | 0.85% | 0.5% | - |
| HSV(B) | 324.84º | 0.92% | 0.92% | - |
| XYZ | 39.28 | 20 | 28.58 | - |
| YUV | 97.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 145 | 0 | 0.92 | 0.38 | 0.08 | 324.84 | 0.85 | 0.5 |
| Hex | EA | 13 | 91 | 0 | 5C | 26 | 8 | 145 | 55 | 32 |
| Octal | 352 | 23 | 221 | 0 | 134 | 46 | 10 | 505 | 125 | 62 |
| Binary | 11101010 | 10011 | 10010001 | 0 | 1011100 | 100110 | 1000 | 101000101 | 1010101 | 110010 |
Color Harmonies of #EA1391
Complementary color
Monochromatic Colors of #EA1391
Black with #EA1391
Text Example
Text Example
White with #EA1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1391; }
p { color: rgb(234,19,145); }
H1.HeaderClassName
{
color: #EA1391;
}
.AnyTagClassName
{
color: #EA1391;
}
</style>
background-color css
<style>
a { background-color: #EA1391; }
a { background-color: rgb(234,19,145); }
div.DivClassName
{
background-color: #EA1391;
}
.BgClassName
{
background-color: #EA1391;
}
</style>
border-color css
<style>
span { border-color: #EA1391; }
span { border-color: rgb(234,19,145); }
td.TdClassName
{
border-color: #EA1391;
}
.TagClassName
{
border-color: #EA1391;
}
</style>