Shades of Deep Pink #EA0380
Tints of Deep Pink #EA0380
RGB
CMYK
RGB Variations
Color information
#EA0380 (or 0xEA0380) is known color: Deep Pink. HEX triplet: EA, 03 and 80. RGB value is (234,3,128). Sum of RGB (Red+Green+Blue) = 234+3+128=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0380 is #15FC7F. Grayscale: #565656. Windows color (decimal): -1440896 or 8389610. OLE color: 8389610.
HSL color Cylindrical-coordinate representation of color #EA0380: hue angle of 327.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0380 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.08 |
| HSL | 327.53º | 0.97% | 0.46% | - |
| HSV(B) | 327.53º | 0.99% | 0.92% | - |
| XYZ | 37.86 | 19.12 | 22.12 | - |
| YUV | 86.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 128 | 0 | 0.99 | 0.45 | 0.08 | 327.53 | 0.97 | 0.46 |
| Hex | EA | 3 | 80 | 0 | 63 | 2D | 8 | 148 | 61 | 2E |
| Octal | 352 | 3 | 200 | 0 | 143 | 55 | 10 | 510 | 141 | 56 |
| Binary | 11101010 | 11 | 10000000 | 0 | 1100011 | 101101 | 1000 | 101001000 | 1100001 | 101110 |
Color Harmonies of #EA0380
Complementary color
Monochromatic Colors of #EA0380
Black with #EA0380
Text Example
Text Example
White with #EA0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0380; }
p { color: rgb(234,3,128); }
H1.HeaderClassName
{
color: #EA0380;
}
.AnyTagClassName
{
color: #EA0380;
}
</style>
background-color css
<style>
a { background-color: #EA0380; }
a { background-color: rgb(234,3,128); }
div.DivClassName
{
background-color: #EA0380;
}
.BgClassName
{
background-color: #EA0380;
}
</style>
border-color css
<style>
span { border-color: #EA0380; }
span { border-color: rgb(234,3,128); }
td.TdClassName
{
border-color: #EA0380;
}
.TagClassName
{
border-color: #EA0380;
}
</style>