Shades of Deep Pink #EA1696
Tints of Deep Pink #EA1696
RGB
CMYK
RGB Variations
Color information
#EA1696 (or 0xEA1696) is known color: Deep Pink. HEX triplet: EA, 16 and 96. RGB value is (234,22,150). Sum of RGB (Red+Green+Blue) = 234+22+150=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1696 is #15E969. Grayscale: #636363. Windows color (decimal): -1436010 or 9836266. OLE color: 9836266.
HSL color Cylindrical-coordinate representation of color #EA1696: hue angle of 323.77º 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 #EA1696 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.08 |
| HSL | 323.77º | 0.83% | 0.5% | - |
| HSV(B) | 323.77º | 0.91% | 0.92% | - |
| XYZ | 39.72 | 20.27 | 30.67 | - |
| YUV | 99.98 | 156.24 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 150 | 0 | 0.91 | 0.36 | 0.08 | 323.77 | 0.83 | 0.5 |
| Hex | EA | 16 | 96 | 0 | 5B | 24 | 8 | 144 | 53 | 32 |
| Octal | 352 | 26 | 226 | 0 | 133 | 44 | 10 | 504 | 123 | 62 |
| Binary | 11101010 | 10110 | 10010110 | 0 | 1011011 | 100100 | 1000 | 101000100 | 1010011 | 110010 |
Color Harmonies of #EA1696
Complementary color
Monochromatic Colors of #EA1696
Black with #EA1696
Text Example
Text Example
White with #EA1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1696; }
p { color: rgb(234,22,150); }
H1.HeaderClassName
{
color: #EA1696;
}
.AnyTagClassName
{
color: #EA1696;
}
</style>
background-color css
<style>
a { background-color: #EA1696; }
a { background-color: rgb(234,22,150); }
div.DivClassName
{
background-color: #EA1696;
}
.BgClassName
{
background-color: #EA1696;
}
</style>
border-color css
<style>
span { border-color: #EA1696; }
span { border-color: rgb(234,22,150); }
td.TdClassName
{
border-color: #EA1696;
}
.TagClassName
{
border-color: #EA1696;
}
</style>