Shades of Deep Pink #EA1190
Tints of Deep Pink #EA1190
RGB
CMYK
RGB Variations
Color information
#EA1190 (or 0xEA1190) is known color: Deep Pink. HEX triplet: EA, 11 and 90. RGB value is (234,17,144). Sum of RGB (Red+Green+Blue) = 234+17+144=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1190 is #15EE6F. Grayscale: #606060. Windows color (decimal): -1437296 or 9441770. OLE color: 9441770.
HSL color Cylindrical-coordinate representation of color #EA1190: hue angle of 324.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1190 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 144 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.08 |
| HSL | 324.88º | 0.86% | 0.49% | - |
| HSV(B) | 324.88º | 0.93% | 0.92% | - |
| XYZ | 39.17 | 19.91 | 28.16 | - |
| YUV | 96.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 144 | 0 | 0.93 | 0.38 | 0.08 | 324.88 | 0.86 | 0.49 |
| Hex | EA | 11 | 90 | 0 | 5D | 26 | 8 | 145 | 56 | 31 |
| Octal | 352 | 21 | 220 | 0 | 135 | 46 | 10 | 505 | 126 | 61 |
| Binary | 11101010 | 10001 | 10010000 | 0 | 1011101 | 100110 | 1000 | 101000101 | 1010110 | 110001 |
Color Harmonies of #EA1190
Complementary color
Monochromatic Colors of #EA1190
Black with #EA1190
Text Example
Text Example
White with #EA1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1190; }
p { color: rgb(234,17,144); }
H1.HeaderClassName
{
color: #EA1190;
}
.AnyTagClassName
{
color: #EA1190;
}
</style>
background-color css
<style>
a { background-color: #EA1190; }
a { background-color: rgb(234,17,144); }
div.DivClassName
{
background-color: #EA1190;
}
.BgClassName
{
background-color: #EA1190;
}
</style>
border-color css
<style>
span { border-color: #EA1190; }
span { border-color: rgb(234,17,144); }
td.TdClassName
{
border-color: #EA1190;
}
.TagClassName
{
border-color: #EA1190;
}
</style>