Shades of Deep Pink #EA2091
Tints of Deep Pink #EA2091
RGB
CMYK
RGB Variations
Color information
#EA2091 (or 0xEA2091) is known color: Deep Pink. HEX triplet: EA, 20 and 91. RGB value is (234,32,145). Sum of RGB (Red+Green+Blue) = 234+32+145=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2091 is #15DF6E. Grayscale: #696969. Windows color (decimal): -1433455 or 9511146. OLE color: 9511146.
HSL color Cylindrical-coordinate representation of color #EA2091: hue angle of 326.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2091 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.08 |
| HSL | 326.44º | 0.83% | 0.52% | - |
| HSV(B) | 326.44º | 0.86% | 0.92% | - |
| XYZ | 39.56 | 20.57 | 28.67 | - |
| YUV | 105.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 145 | 0 | 0.86 | 0.38 | 0.08 | 326.44 | 0.83 | 0.52 |
| Hex | EA | 20 | 91 | 0 | 56 | 26 | 8 | 146 | 53 | 34 |
| Octal | 352 | 40 | 221 | 0 | 126 | 46 | 10 | 506 | 123 | 64 |
| Binary | 11101010 | 100000 | 10010001 | 0 | 1010110 | 100110 | 1000 | 101000110 | 1010011 | 110100 |
Color Harmonies of #EA2091
Complementary color
Monochromatic Colors of #EA2091
Black with #EA2091
Text Example
Text Example
White with #EA2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2091; }
p { color: rgb(234,32,145); }
H1.HeaderClassName
{
color: #EA2091;
}
.AnyTagClassName
{
color: #EA2091;
}
</style>
background-color css
<style>
a { background-color: #EA2091; }
a { background-color: rgb(234,32,145); }
div.DivClassName
{
background-color: #EA2091;
}
.BgClassName
{
background-color: #EA2091;
}
</style>
border-color css
<style>
span { border-color: #EA2091; }
span { border-color: rgb(234,32,145); }
td.TdClassName
{
border-color: #EA2091;
}
.TagClassName
{
border-color: #EA2091;
}
</style>