Shades of Deep Pink #EA1797
Tints of Deep Pink #EA1797
RGB
CMYK
RGB Variations
Color information
#EA1797 (or 0xEA1797) is known color: Deep Pink. HEX triplet: EA, 17 and 97. RGB value is (234,23,151). Sum of RGB (Red+Green+Blue) = 234+23+151=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1797 is #15E868. Grayscale: #646464. Windows color (decimal): -1435753 or 9902058. OLE color: 9902058.
HSL color Cylindrical-coordinate representation of color #EA1797: hue angle of 323.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1797 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 151 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.08 |
| HSL | 323.6º | 0.83% | 0.5% | - |
| HSV(B) | 323.6º | 0.9% | 0.92% | - |
| XYZ | 39.82 | 20.34 | 31.11 | - |
| YUV | 100.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 151 | 0 | 0.90 | 0.35 | 0.08 | 323.6 | 0.83 | 0.5 |
| Hex | EA | 17 | 97 | 0 | 5A | 23 | 8 | 144 | 53 | 32 |
| Octal | 352 | 27 | 227 | 0 | 132 | 43 | 10 | 504 | 123 | 62 |
| Binary | 11101010 | 10111 | 10010111 | 0 | 1011010 | 100011 | 1000 | 101000100 | 1010011 | 110010 |
Color Harmonies of #EA1797
Complementary color
Monochromatic Colors of #EA1797
Black with #EA1797
Text Example
Text Example
White with #EA1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1797; }
p { color: rgb(234,23,151); }
H1.HeaderClassName
{
color: #EA1797;
}
.AnyTagClassName
{
color: #EA1797;
}
</style>
background-color css
<style>
a { background-color: #EA1797; }
a { background-color: rgb(234,23,151); }
div.DivClassName
{
background-color: #EA1797;
}
.BgClassName
{
background-color: #EA1797;
}
</style>
border-color css
<style>
span { border-color: #EA1797; }
span { border-color: rgb(234,23,151); }
td.TdClassName
{
border-color: #EA1797;
}
.TagClassName
{
border-color: #EA1797;
}
</style>