Shades of Dark Pink #EA457C
Tints of Dark Pink #EA457C
RGB
CMYK
RGB Variations
Color information
#EA457C (or 0xEA457C) is known color: Dark Pink. HEX triplet: EA, 45 and 7C. RGB value is (234,69,124). Sum of RGB (Red+Green+Blue) = 234+69+124=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA457C is #15BA83. Grayscale: #7C7C7C. Windows color (decimal): -1424004 or 8144362. OLE color: 8144362.
HSL color Cylindrical-coordinate representation of color #EA457C: hue angle of 340º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA457C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 124 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.08 |
| HSL | 340º | 0.8% | 0.59% | - |
| HSV(B) | 340º | 0.71% | 0.92% | - |
| XYZ | 39.7 | 23.2 | 21.46 | - |
| YUV | 124.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 124 | 0 | 0.71 | 0.47 | 0.08 | 340 | 0.8 | 0.59 |
| Hex | EA | 45 | 7C | 0 | 47 | 2F | 8 | 154 | 50 | 3B |
| Octal | 352 | 105 | 174 | 0 | 107 | 57 | 10 | 524 | 120 | 73 |
| Binary | 11101010 | 1000101 | 1111100 | 0 | 1000111 | 101111 | 1000 | 101010100 | 1010000 | 111011 |
Color Harmonies of #EA457C
Complementary color
Monochromatic Colors of #EA457C
Black with #EA457C
Text Example
Text Example
White with #EA457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA457C; }
p { color: rgb(234,69,124); }
H1.HeaderClassName
{
color: #EA457C;
}
.AnyTagClassName
{
color: #EA457C;
}
</style>
background-color css
<style>
a { background-color: #EA457C; }
a { background-color: rgb(234,69,124); }
div.DivClassName
{
background-color: #EA457C;
}
.BgClassName
{
background-color: #EA457C;
}
</style>
border-color css
<style>
span { border-color: #EA457C; }
span { border-color: rgb(234,69,124); }
td.TdClassName
{
border-color: #EA457C;
}
.TagClassName
{
border-color: #EA457C;
}
</style>