Shades of Deep Pink #EA1789
Tints of Deep Pink #EA1789
RGB
CMYK
RGB Variations
Color information
#EA1789 (or 0xEA1789) is known color: Deep Pink. HEX triplet: EA, 17 and 89. RGB value is (234,23,137). Sum of RGB (Red+Green+Blue) = 234+23+137=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1789 is #15E876. Grayscale: #626262. Windows color (decimal): -1435767 or 8984554. OLE color: 8984554.
HSL color Cylindrical-coordinate representation of color #EA1789: hue angle of 327.58º 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 #EA1789 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 137 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.08 |
| HSL | 327.58º | 0.83% | 0.5% | - |
| HSV(B) | 327.58º | 0.9% | 0.92% | - |
| XYZ | 38.75 | 19.91 | 25.47 | - |
| YUV | 99.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 137 | 0 | 0.90 | 0.41 | 0.08 | 327.58 | 0.83 | 0.5 |
| Hex | EA | 17 | 89 | 0 | 5A | 29 | 8 | 148 | 53 | 32 |
| Octal | 352 | 27 | 211 | 0 | 132 | 51 | 10 | 510 | 123 | 62 |
| Binary | 11101010 | 10111 | 10001001 | 0 | 1011010 | 101001 | 1000 | 101001000 | 1010011 | 110010 |
Color Harmonies of #EA1789
Complementary color
Monochromatic Colors of #EA1789
Black with #EA1789
Text Example
Text Example
White with #EA1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1789; }
p { color: rgb(234,23,137); }
H1.HeaderClassName
{
color: #EA1789;
}
.AnyTagClassName
{
color: #EA1789;
}
</style>
background-color css
<style>
a { background-color: #EA1789; }
a { background-color: rgb(234,23,137); }
div.DivClassName
{
background-color: #EA1789;
}
.BgClassName
{
background-color: #EA1789;
}
</style>
border-color css
<style>
span { border-color: #EA1789; }
span { border-color: rgb(234,23,137); }
td.TdClassName
{
border-color: #EA1789;
}
.TagClassName
{
border-color: #EA1789;
}
</style>