Shades of Deep Pink #EA047D
Tints of Deep Pink #EA047D
RGB
CMYK
RGB Variations
Color information
#EA047D (or 0xEA047D) is known color: Deep Pink. HEX triplet: EA, 04 and 7D. RGB value is (234,4,125). Sum of RGB (Red+Green+Blue) = 234+4+125=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA047D is #15FB82. Grayscale: #565656. Windows color (decimal): -1440643 or 8193258. OLE color: 8193258.
HSL color Cylindrical-coordinate representation of color #EA047D: hue angle of 328.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA047D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.08 |
| HSL | 328.43º | 0.97% | 0.47% | - |
| HSV(B) | 328.43º | 0.98% | 0.92% | - |
| XYZ | 37.68 | 19.06 | 21.1 | - |
| YUV | 86.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 125 | 0 | 0.98 | 0.47 | 0.08 | 328.43 | 0.97 | 0.47 |
| Hex | EA | 4 | 7D | 0 | 62 | 2F | 8 | 148 | 61 | 2F |
| Octal | 352 | 4 | 175 | 0 | 142 | 57 | 10 | 510 | 141 | 57 |
| Binary | 11101010 | 100 | 1111101 | 0 | 1100010 | 101111 | 1000 | 101001000 | 1100001 | 101111 |
Color Harmonies of #EA047D
Complementary color
Monochromatic Colors of #EA047D
Black with #EA047D
Text Example
Text Example
White with #EA047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA047D; }
p { color: rgb(234,4,125); }
H1.HeaderClassName
{
color: #EA047D;
}
.AnyTagClassName
{
color: #EA047D;
}
</style>
background-color css
<style>
a { background-color: #EA047D; }
a { background-color: rgb(234,4,125); }
div.DivClassName
{
background-color: #EA047D;
}
.BgClassName
{
background-color: #EA047D;
}
</style>
border-color css
<style>
span { border-color: #EA047D; }
span { border-color: rgb(234,4,125); }
td.TdClassName
{
border-color: #EA047D;
}
.TagClassName
{
border-color: #EA047D;
}
</style>