Shades of Deep Pink #EA057E
Tints of Deep Pink #EA057E
RGB
CMYK
RGB Variations
Color information
#EA057E (or 0xEA057E) is known color: Deep Pink. HEX triplet: EA, 05 and 7E. RGB value is (234,5,126). Sum of RGB (Red+Green+Blue) = 234+5+126=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA057E is #15FA81. Grayscale: #575757. Windows color (decimal): -1440386 or 8259050. OLE color: 8259050.
HSL color Cylindrical-coordinate representation of color #EA057E: hue angle of 328.3º degrees, saturation: 0.96, 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 #EA057E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.08 |
| HSL | 328.3º | 0.96% | 0.47% | - |
| HSV(B) | 328.3º | 0.98% | 0.92% | - |
| XYZ | 37.75 | 19.11 | 21.44 | - |
| YUV | 87.27 | 149.87 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 126 | 0 | 0.98 | 0.46 | 0.08 | 328.3 | 0.96 | 0.47 |
| Hex | EA | 5 | 7E | 0 | 62 | 2E | 8 | 148 | 60 | 2F |
| Octal | 352 | 5 | 176 | 0 | 142 | 56 | 10 | 510 | 140 | 57 |
| Binary | 11101010 | 101 | 1111110 | 0 | 1100010 | 101110 | 1000 | 101001000 | 1100000 | 101111 |
Color Harmonies of #EA057E
Complementary color
Monochromatic Colors of #EA057E
Black with #EA057E
Text Example
Text Example
White with #EA057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA057E; }
p { color: rgb(234,5,126); }
H1.HeaderClassName
{
color: #EA057E;
}
.AnyTagClassName
{
color: #EA057E;
}
</style>
background-color css
<style>
a { background-color: #EA057E; }
a { background-color: rgb(234,5,126); }
div.DivClassName
{
background-color: #EA057E;
}
.BgClassName
{
background-color: #EA057E;
}
</style>
border-color css
<style>
span { border-color: #EA057E; }
span { border-color: rgb(234,5,126); }
td.TdClassName
{
border-color: #EA057E;
}
.TagClassName
{
border-color: #EA057E;
}
</style>