Shades of Deep Pink #EA077C
Tints of Deep Pink #EA077C
RGB
CMYK
RGB Variations
Color information
#EA077C (or 0xEA077C) is known color: Deep Pink. HEX triplet: EA, 07 and 7C. RGB value is (234,7,124). Sum of RGB (Red+Green+Blue) = 234+7+124=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA077C is #15F883. Grayscale: #575757. Windows color (decimal): -1439876 or 8128490. OLE color: 8128490.
HSL color Cylindrical-coordinate representation of color #EA077C: hue angle of 329.07º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA077C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.08 |
| HSL | 329.07º | 0.94% | 0.47% | - |
| HSV(B) | 329.07º | 0.97% | 0.92% | - |
| XYZ | 37.65 | 19.1 | 20.77 | - |
| YUV | 88.21 | 148.21 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 124 | 0 | 0.97 | 0.47 | 0.08 | 329.07 | 0.94 | 0.47 |
| Hex | EA | 7 | 7C | 0 | 61 | 2F | 8 | 149 | 5E | 2F |
| Octal | 352 | 7 | 174 | 0 | 141 | 57 | 10 | 511 | 136 | 57 |
| Binary | 11101010 | 111 | 1111100 | 0 | 1100001 | 101111 | 1000 | 101001001 | 1011110 | 101111 |
Color Harmonies of #EA077C
Complementary color
Monochromatic Colors of #EA077C
Black with #EA077C
Text Example
Text Example
White with #EA077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA077C; }
p { color: rgb(234,7,124); }
H1.HeaderClassName
{
color: #EA077C;
}
.AnyTagClassName
{
color: #EA077C;
}
</style>
background-color css
<style>
a { background-color: #EA077C; }
a { background-color: rgb(234,7,124); }
div.DivClassName
{
background-color: #EA077C;
}
.BgClassName
{
background-color: #EA077C;
}
</style>
border-color css
<style>
span { border-color: #EA077C; }
span { border-color: rgb(234,7,124); }
td.TdClassName
{
border-color: #EA077C;
}
.TagClassName
{
border-color: #EA077C;
}
</style>