Shades of Deep Pink #EA2192
Tints of Deep Pink #EA2192
RGB
CMYK
RGB Variations
Color information
#EA2192 (or 0xEA2192) is known color: Deep Pink. HEX triplet: EA, 21 and 92. RGB value is (234,33,146). Sum of RGB (Red+Green+Blue) = 234+33+146=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2192 is #15DE6D. Grayscale: #696969. Windows color (decimal): -1433198 or 9576938. OLE color: 9576938.
HSL color Cylindrical-coordinate representation of color #EA2192: hue angle of 326.27º 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 #EA2192 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.08 |
| HSL | 326.27º | 0.83% | 0.52% | - |
| HSV(B) | 326.27º | 0.86% | 0.92% | - |
| XYZ | 39.66 | 20.66 | 29.09 | - |
| YUV | 105.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 146 | 0 | 0.86 | 0.38 | 0.08 | 326.27 | 0.83 | 0.52 |
| Hex | EA | 21 | 92 | 0 | 56 | 26 | 8 | 146 | 53 | 34 |
| Octal | 352 | 41 | 222 | 0 | 126 | 46 | 10 | 506 | 123 | 64 |
| Binary | 11101010 | 100001 | 10010010 | 0 | 1010110 | 100110 | 1000 | 101000110 | 1010011 | 110100 |
Color Harmonies of #EA2192
Complementary color
Monochromatic Colors of #EA2192
Black with #EA2192
Text Example
Text Example
White with #EA2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2192; }
p { color: rgb(234,33,146); }
H1.HeaderClassName
{
color: #EA2192;
}
.AnyTagClassName
{
color: #EA2192;
}
</style>
background-color css
<style>
a { background-color: #EA2192; }
a { background-color: rgb(234,33,146); }
div.DivClassName
{
background-color: #EA2192;
}
.BgClassName
{
background-color: #EA2192;
}
</style>
border-color css
<style>
span { border-color: #EA2192; }
span { border-color: rgb(234,33,146); }
td.TdClassName
{
border-color: #EA2192;
}
.TagClassName
{
border-color: #EA2192;
}
</style>