Shades of Deep Pink #EA1697
Tints of Deep Pink #EA1697
RGB
CMYK
RGB Variations
Color information
#EA1697 (or 0xEA1697) is known color: Deep Pink. HEX triplet: EA, 16 and 97. RGB value is (234,22,151). Sum of RGB (Red+Green+Blue) = 234+22+151=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1697 is #15E968. Grayscale: #636363. Windows color (decimal): -1436009 or 9901802. OLE color: 9901802.
HSL color Cylindrical-coordinate representation of color #EA1697: hue angle of 323.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1697 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 151 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.08 |
| HSL | 323.49º | 0.83% | 0.5% | - |
| HSV(B) | 323.49º | 0.91% | 0.92% | - |
| XYZ | 39.8 | 20.3 | 31.1 | - |
| YUV | 100.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 151 | 0 | 0.91 | 0.35 | 0.08 | 323.49 | 0.83 | 0.5 |
| Hex | EA | 16 | 97 | 0 | 5B | 23 | 8 | 143 | 53 | 32 |
| Octal | 352 | 26 | 227 | 0 | 133 | 43 | 10 | 503 | 123 | 62 |
| Binary | 11101010 | 10110 | 10010111 | 0 | 1011011 | 100011 | 1000 | 101000011 | 1010011 | 110010 |
Color Harmonies of #EA1697
Complementary color
Monochromatic Colors of #EA1697
Black with #EA1697
Text Example
Text Example
White with #EA1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1697; }
p { color: rgb(234,22,151); }
H1.HeaderClassName
{
color: #EA1697;
}
.AnyTagClassName
{
color: #EA1697;
}
</style>
background-color css
<style>
a { background-color: #EA1697; }
a { background-color: rgb(234,22,151); }
div.DivClassName
{
background-color: #EA1697;
}
.BgClassName
{
background-color: #EA1697;
}
</style>
border-color css
<style>
span { border-color: #EA1697; }
span { border-color: rgb(234,22,151); }
td.TdClassName
{
border-color: #EA1697;
}
.TagClassName
{
border-color: #EA1697;
}
</style>