Shades of Deep Pink #EA1498
Tints of Deep Pink #EA1498
RGB
CMYK
RGB Variations
Color information
#EA1498 (or 0xEA1498) is known color: Deep Pink. HEX triplet: EA, 14 and 98. RGB value is (234,20,152). Sum of RGB (Red+Green+Blue) = 234+20+152=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1498 is #15EB67. Grayscale: #626262. Windows color (decimal): -1436520 or 9966826. OLE color: 9966826.
HSL color Cylindrical-coordinate representation of color #EA1498: hue angle of 322.99º degrees, saturation: 0.84, 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 #EA1498 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.08 |
| HSL | 322.99º | 0.84% | 0.5% | - |
| HSV(B) | 322.99º | 0.91% | 0.92% | - |
| XYZ | 39.85 | 20.26 | 31.52 | - |
| YUV | 99.03 | 157.9 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 152 | 0 | 0.91 | 0.35 | 0.08 | 322.99 | 0.84 | 0.5 |
| Hex | EA | 14 | 98 | 0 | 5B | 23 | 8 | 143 | 54 | 32 |
| Octal | 352 | 24 | 230 | 0 | 133 | 43 | 10 | 503 | 124 | 62 |
| Binary | 11101010 | 10100 | 10011000 | 0 | 1011011 | 100011 | 1000 | 101000011 | 1010100 | 110010 |
Color Harmonies of #EA1498
Complementary color
Monochromatic Colors of #EA1498
Black with #EA1498
Text Example
Text Example
White with #EA1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1498; }
p { color: rgb(234,20,152); }
H1.HeaderClassName
{
color: #EA1498;
}
.AnyTagClassName
{
color: #EA1498;
}
</style>
background-color css
<style>
a { background-color: #EA1498; }
a { background-color: rgb(234,20,152); }
div.DivClassName
{
background-color: #EA1498;
}
.BgClassName
{
background-color: #EA1498;
}
</style>
border-color css
<style>
span { border-color: #EA1498; }
span { border-color: rgb(234,20,152); }
td.TdClassName
{
border-color: #EA1498;
}
.TagClassName
{
border-color: #EA1498;
}
</style>