Shades of Deep Pink #EA0282
Tints of Deep Pink #EA0282
RGB
CMYK
RGB Variations
Color information
#EA0282 (or 0xEA0282) is known color: Deep Pink. HEX triplet: EA, 02 and 82. RGB value is (234,2,130). Sum of RGB (Red+Green+Blue) = 234+2+130=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0282 is #15FD7D. Grayscale: #555555. Windows color (decimal): -1441150 or 8520426. OLE color: 8520426.
HSL color Cylindrical-coordinate representation of color #EA0282: hue angle of 326.9º degrees, saturation: 0.98, 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 #EA0282 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.08 |
| HSL | 326.9º | 0.98% | 0.46% | - |
| HSV(B) | 326.9º | 0.99% | 0.92% | - |
| XYZ | 37.98 | 19.15 | 22.81 | - |
| YUV | 85.96 | 152.86 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 130 | 0 | 0.99 | 0.44 | 0.08 | 326.9 | 0.98 | 0.46 |
| Hex | EA | 2 | 82 | 0 | 63 | 2C | 8 | 147 | 62 | 2E |
| Octal | 352 | 2 | 202 | 0 | 143 | 54 | 10 | 507 | 142 | 56 |
| Binary | 11101010 | 10 | 10000010 | 0 | 1100011 | 101100 | 1000 | 101000111 | 1100010 | 101110 |
Color Harmonies of #EA0282
Complementary color
Monochromatic Colors of #EA0282
Black with #EA0282
Text Example
Text Example
White with #EA0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0282; }
p { color: rgb(234,2,130); }
H1.HeaderClassName
{
color: #EA0282;
}
.AnyTagClassName
{
color: #EA0282;
}
</style>
background-color css
<style>
a { background-color: #EA0282; }
a { background-color: rgb(234,2,130); }
div.DivClassName
{
background-color: #EA0282;
}
.BgClassName
{
background-color: #EA0282;
}
</style>
border-color css
<style>
span { border-color: #EA0282; }
span { border-color: rgb(234,2,130); }
td.TdClassName
{
border-color: #EA0282;
}
.TagClassName
{
border-color: #EA0282;
}
</style>