Shades of Deep Pink #EA1189
Tints of Deep Pink #EA1189
RGB
CMYK
RGB Variations
Color information
#EA1189 (or 0xEA1189) is known color: Deep Pink. HEX triplet: EA, 11 and 89. RGB value is (234,17,137). Sum of RGB (Red+Green+Blue) = 234+17+137=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1189 is #15EE76. Grayscale: #5F5F5F. Windows color (decimal): -1437303 or 8983018. OLE color: 8983018.
HSL color Cylindrical-coordinate representation of color #EA1189: hue angle of 326.82º 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 #EA1189 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.08 |
| HSL | 326.82º | 0.86% | 0.49% | - |
| HSV(B) | 326.82º | 0.93% | 0.92% | - |
| XYZ | 38.65 | 19.7 | 25.43 | - |
| YUV | 95.56 | 151.39 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 137 | 0 | 0.93 | 0.41 | 0.08 | 326.82 | 0.86 | 0.49 |
| Hex | EA | 11 | 89 | 0 | 5D | 29 | 8 | 147 | 56 | 31 |
| Octal | 352 | 21 | 211 | 0 | 135 | 51 | 10 | 507 | 126 | 61 |
| Binary | 11101010 | 10001 | 10001001 | 0 | 1011101 | 101001 | 1000 | 101000111 | 1010110 | 110001 |
Color Harmonies of #EA1189
Complementary color
Monochromatic Colors of #EA1189
Black with #EA1189
Text Example
Text Example
White with #EA1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1189; }
p { color: rgb(234,17,137); }
H1.HeaderClassName
{
color: #EA1189;
}
.AnyTagClassName
{
color: #EA1189;
}
</style>
background-color css
<style>
a { background-color: #EA1189; }
a { background-color: rgb(234,17,137); }
div.DivClassName
{
background-color: #EA1189;
}
.BgClassName
{
background-color: #EA1189;
}
</style>
border-color css
<style>
span { border-color: #EA1189; }
span { border-color: rgb(234,17,137); }
td.TdClassName
{
border-color: #EA1189;
}
.TagClassName
{
border-color: #EA1189;
}
</style>