Shades of Deep Pink #EA2190
Tints of Deep Pink #EA2190
RGB
CMYK
RGB Variations
Color information
#EA2190 (or 0xEA2190) is known color: Deep Pink. HEX triplet: EA, 21 and 90. RGB value is (234,33,144). Sum of RGB (Red+Green+Blue) = 234+33+144=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2190 is #15DE6F. Grayscale: #696969. Windows color (decimal): -1433200 or 9445866. OLE color: 9445866.
HSL color Cylindrical-coordinate representation of color #EA2190: hue angle of 326.87º 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 #EA2190 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 144 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.08 |
| HSL | 326.87º | 0.83% | 0.52% | - |
| HSV(B) | 326.87º | 0.86% | 0.92% | - |
| XYZ | 39.51 | 20.59 | 28.28 | - |
| YUV | 105.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 144 | 0 | 0.86 | 0.38 | 0.08 | 326.87 | 0.83 | 0.52 |
| Hex | EA | 21 | 90 | 0 | 56 | 26 | 8 | 147 | 53 | 34 |
| Octal | 352 | 41 | 220 | 0 | 126 | 46 | 10 | 507 | 123 | 64 |
| Binary | 11101010 | 100001 | 10010000 | 0 | 1010110 | 100110 | 1000 | 101000111 | 1010011 | 110100 |
Color Harmonies of #EA2190
Complementary color
Monochromatic Colors of #EA2190
Black with #EA2190
Text Example
Text Example
White with #EA2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2190; }
p { color: rgb(234,33,144); }
H1.HeaderClassName
{
color: #EA2190;
}
.AnyTagClassName
{
color: #EA2190;
}
</style>
background-color css
<style>
a { background-color: #EA2190; }
a { background-color: rgb(234,33,144); }
div.DivClassName
{
background-color: #EA2190;
}
.BgClassName
{
background-color: #EA2190;
}
</style>
border-color css
<style>
span { border-color: #EA2190; }
span { border-color: rgb(234,33,144); }
td.TdClassName
{
border-color: #EA2190;
}
.TagClassName
{
border-color: #EA2190;
}
</style>