Shades of Deep Pink #EA027C
Tints of Deep Pink #EA027C
RGB
CMYK
RGB Variations
Color information
#EA027C (or 0xEA027C) is known color: Deep Pink. HEX triplet: EA, 02 and 7C. RGB value is (234,2,124). Sum of RGB (Red+Green+Blue) = 234+2+124=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA027C is #15FD83. Grayscale: #555555. Windows color (decimal): -1441156 or 8127210. OLE color: 8127210.
HSL color Cylindrical-coordinate representation of color #EA027C: hue angle of 328.45º 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 #EA027C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.08 |
| HSL | 328.45º | 0.98% | 0.46% | - |
| HSV(B) | 328.45º | 0.99% | 0.92% | - |
| XYZ | 37.59 | 18.99 | 20.75 | - |
| YUV | 85.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 124 | 0 | 0.99 | 0.47 | 0.08 | 328.45 | 0.98 | 0.46 |
| Hex | EA | 2 | 7C | 0 | 63 | 2F | 8 | 148 | 62 | 2E |
| Octal | 352 | 2 | 174 | 0 | 143 | 57 | 10 | 510 | 142 | 56 |
| Binary | 11101010 | 10 | 1111100 | 0 | 1100011 | 101111 | 1000 | 101001000 | 1100010 | 101110 |
Color Harmonies of #EA027C
Complementary color
Monochromatic Colors of #EA027C
Black with #EA027C
Text Example
Text Example
White with #EA027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA027C; }
p { color: rgb(234,2,124); }
H1.HeaderClassName
{
color: #EA027C;
}
.AnyTagClassName
{
color: #EA027C;
}
</style>
background-color css
<style>
a { background-color: #EA027C; }
a { background-color: rgb(234,2,124); }
div.DivClassName
{
background-color: #EA027C;
}
.BgClassName
{
background-color: #EA027C;
}
</style>
border-color css
<style>
span { border-color: #EA027C; }
span { border-color: rgb(234,2,124); }
td.TdClassName
{
border-color: #EA027C;
}
.TagClassName
{
border-color: #EA027C;
}
</style>