Shades of Deep Pink #EA047F
Tints of Deep Pink #EA047F
RGB
CMYK
RGB Variations
Color information
#EA047F (or 0xEA047F) is known color: Deep Pink. HEX triplet: EA, 04 and 7F. RGB value is (234,4,127). Sum of RGB (Red+Green+Blue) = 234+4+127=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA047F is #15FB80. Grayscale: #565656. Windows color (decimal): -1440641 or 8324330. OLE color: 8324330.
HSL color Cylindrical-coordinate representation of color #EA047F: hue angle of 327.91º 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 #EA047F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.08 |
| HSL | 327.91º | 0.97% | 0.47% | - |
| HSV(B) | 327.91º | 0.98% | 0.92% | - |
| XYZ | 37.81 | 19.11 | 21.77 | - |
| YUV | 86.79 | 150.7 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 127 | 0 | 0.98 | 0.46 | 0.08 | 327.91 | 0.97 | 0.47 |
| Hex | EA | 4 | 7F | 0 | 62 | 2E | 8 | 148 | 61 | 2F |
| Octal | 352 | 4 | 177 | 0 | 142 | 56 | 10 | 510 | 141 | 57 |
| Binary | 11101010 | 100 | 1111111 | 0 | 1100010 | 101110 | 1000 | 101001000 | 1100001 | 101111 |
Color Harmonies of #EA047F
Complementary color
Monochromatic Colors of #EA047F
Black with #EA047F
Text Example
Text Example
White with #EA047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA047F; }
p { color: rgb(234,4,127); }
H1.HeaderClassName
{
color: #EA047F;
}
.AnyTagClassName
{
color: #EA047F;
}
</style>
background-color css
<style>
a { background-color: #EA047F; }
a { background-color: rgb(234,4,127); }
div.DivClassName
{
background-color: #EA047F;
}
.BgClassName
{
background-color: #EA047F;
}
</style>
border-color css
<style>
span { border-color: #EA047F; }
span { border-color: rgb(234,4,127); }
td.TdClassName
{
border-color: #EA047F;
}
.TagClassName
{
border-color: #EA047F;
}
</style>