Shades of Dark Pink #EA5C7E
Tints of Dark Pink #EA5C7E
RGB
CMYK
RGB Variations
Color information
#EA5C7E (or 0xEA5C7E) is known color: Dark Pink. HEX triplet: EA, 5C and 7E. RGB value is (234,92,126). Sum of RGB (Red+Green+Blue) = 234+92+126=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C7E is #15A381. Grayscale: #8A8A8A. Windows color (decimal): -1418114 or 8281322. OLE color: 8281322.
HSL color Cylindrical-coordinate representation of color #EA5C7E: hue angle of 345.63º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C7E is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 126 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.08 |
| HSL | 345.63º | 0.77% | 0.64% | - |
| HSV(B) | 345.63º | 0.61% | 0.92% | - |
| XYZ | 41.52 | 26.65 | 22.69 | - |
| YUV | 138.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 126 | 0 | 0.61 | 0.46 | 0.08 | 345.63 | 0.77 | 0.64 |
| Hex | EA | 5C | 7E | 0 | 3D | 2E | 8 | 15A | 4D | 40 |
| Octal | 352 | 134 | 176 | 0 | 75 | 56 | 10 | 532 | 115 | 100 |
| Binary | 11101010 | 1011100 | 1111110 | 0 | 111101 | 101110 | 1000 | 101011010 | 1001101 | 1000000 |
Color Harmonies of #EA5C7E
Complementary color
Monochromatic Colors of #EA5C7E
Black with #EA5C7E
Text Example
Text Example
White with #EA5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C7E; }
p { color: rgb(234,92,126); }
H1.HeaderClassName
{
color: #EA5C7E;
}
.AnyTagClassName
{
color: #EA5C7E;
}
</style>
background-color css
<style>
a { background-color: #EA5C7E; }
a { background-color: rgb(234,92,126); }
div.DivClassName
{
background-color: #EA5C7E;
}
.BgClassName
{
background-color: #EA5C7E;
}
</style>
border-color css
<style>
span { border-color: #EA5C7E; }
span { border-color: rgb(234,92,126); }
td.TdClassName
{
border-color: #EA5C7E;
}
.TagClassName
{
border-color: #EA5C7E;
}
</style>