Shades of Deep Pink #EA0080
Tints of Deep Pink #EA0080
RGB
CMYK
RGB Variations
Color information
#EA0080 (or 0xEA0080) is known color: Deep Pink. HEX triplet: EA, 00 and 80. RGB value is (234,0,128). Sum of RGB (Red+Green+Blue) = 234+0+128=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0080 is #15FF7F. Grayscale: #545454. Windows color (decimal): -1441664 or 8388842. OLE color: 8388842.
HSL color Cylindrical-coordinate representation of color #EA0080: hue angle of 327.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0080 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.45 | 0.08 |
| HSL | 327.18º | 1% | 0.46% | - |
| HSV(B) | 327.18º | 1% | 0.92% | - |
| XYZ | 37.83 | 19.05 | 22.11 | - |
| YUV | 84.56 | 152.52 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 128 | 0 | 1 | 0.45 | 0.08 | 327.18 | 1 | 0.46 |
| Hex | EA | 0 | 80 | 0 | 64 | 2D | 8 | 147 | 64 | 2E |
| Octal | 352 | 0 | 200 | 0 | 144 | 55 | 10 | 507 | 144 | 56 |
| Binary | 11101010 | 0 | 10000000 | 0 | 1100100 | 101101 | 1000 | 101000111 | 1100100 | 101110 |
Color Harmonies of #EA0080
Complementary color
Monochromatic Colors of #EA0080
Black with #EA0080
Text Example
Text Example
White with #EA0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0080; }
p { color: rgb(234,0,128); }
H1.HeaderClassName
{
color: #EA0080;
}
.AnyTagClassName
{
color: #EA0080;
}
</style>
background-color css
<style>
a { background-color: #EA0080; }
a { background-color: rgb(234,0,128); }
div.DivClassName
{
background-color: #EA0080;
}
.BgClassName
{
background-color: #EA0080;
}
</style>
border-color css
<style>
span { border-color: #EA0080; }
span { border-color: rgb(234,0,128); }
td.TdClassName
{
border-color: #EA0080;
}
.TagClassName
{
border-color: #EA0080;
}
</style>