Shades of Deep Pink #EA1480
Tints of Deep Pink #EA1480
RGB
CMYK
RGB Variations
Color information
#EA1480 (or 0xEA1480) is known color: Deep Pink. HEX triplet: EA, 14 and 80. RGB value is (234,20,128). Sum of RGB (Red+Green+Blue) = 234+20+128=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1480 is #15EB7F. Grayscale: #606060. Windows color (decimal): -1436544 or 8393962. OLE color: 8393962.
HSL color Cylindrical-coordinate representation of color #EA1480: hue angle of 329.72º 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 #EA1480 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 128 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.08 |
| HSL | 329.72º | 0.84% | 0.5% | - |
| HSV(B) | 329.72º | 0.91% | 0.92% | - |
| XYZ | 38.08 | 19.55 | 22.19 | - |
| YUV | 96.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 128 | 0 | 0.91 | 0.45 | 0.08 | 329.72 | 0.84 | 0.5 |
| Hex | EA | 14 | 80 | 0 | 5B | 2D | 8 | 14A | 54 | 32 |
| Octal | 352 | 24 | 200 | 0 | 133 | 55 | 10 | 512 | 124 | 62 |
| Binary | 11101010 | 10100 | 10000000 | 0 | 1011011 | 101101 | 1000 | 101001010 | 1010100 | 110010 |
Color Harmonies of #EA1480
Complementary color
Monochromatic Colors of #EA1480
Black with #EA1480
Text Example
Text Example
White with #EA1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1480; }
p { color: rgb(234,20,128); }
H1.HeaderClassName
{
color: #EA1480;
}
.AnyTagClassName
{
color: #EA1480;
}
</style>
background-color css
<style>
a { background-color: #EA1480; }
a { background-color: rgb(234,20,128); }
div.DivClassName
{
background-color: #EA1480;
}
.BgClassName
{
background-color: #EA1480;
}
</style>
border-color css
<style>
span { border-color: #EA1480; }
span { border-color: rgb(234,20,128); }
td.TdClassName
{
border-color: #EA1480;
}
.TagClassName
{
border-color: #EA1480;
}
</style>