Shades of Deep Pink #EA199E
Tints of Deep Pink #EA199E
RGB
CMYK
RGB Variations
Color information
#EA199E (or 0xEA199E) is known color: Deep Pink. HEX triplet: EA, 19 and 9E. RGB value is (234,25,158). Sum of RGB (Red+Green+Blue) = 234+25+158=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA199E is #15E661. Grayscale: #666666. Windows color (decimal): -1435234 or 10361322. OLE color: 10361322.
HSL color Cylindrical-coordinate representation of color #EA199E: hue angle of 321.82º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA199E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 158 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.08 |
| HSL | 321.82º | 0.83% | 0.51% | - |
| HSV(B) | 321.82º | 0.89% | 0.92% | - |
| XYZ | 40.45 | 20.66 | 34.2 | - |
| YUV | 102.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 158 | 0 | 0.89 | 0.32 | 0.08 | 321.82 | 0.83 | 0.51 |
| Hex | EA | 19 | 9E | 0 | 59 | 20 | 8 | 142 | 53 | 33 |
| Octal | 352 | 31 | 236 | 0 | 131 | 40 | 10 | 502 | 123 | 63 |
| Binary | 11101010 | 11001 | 10011110 | 0 | 1011001 | 100000 | 1000 | 101000010 | 1010011 | 110011 |
Color Harmonies of #EA199E
Complementary color
Monochromatic Colors of #EA199E
Black with #EA199E
Text Example
Text Example
White with #EA199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA199E; }
p { color: rgb(234,25,158); }
H1.HeaderClassName
{
color: #EA199E;
}
.AnyTagClassName
{
color: #EA199E;
}
</style>
background-color css
<style>
a { background-color: #EA199E; }
a { background-color: rgb(234,25,158); }
div.DivClassName
{
background-color: #EA199E;
}
.BgClassName
{
background-color: #EA199E;
}
</style>
border-color css
<style>
span { border-color: #EA199E; }
span { border-color: rgb(234,25,158); }
td.TdClassName
{
border-color: #EA199E;
}
.TagClassName
{
border-color: #EA199E;
}
</style>