Shades of Dark Pink #EA5D7D
Tints of Dark Pink #EA5D7D
RGB
CMYK
RGB Variations
Color information
#EA5D7D (or 0xEA5D7D) is known color: Dark Pink. HEX triplet: EA, 5D and 7D. RGB value is (234,93,125). Sum of RGB (Red+Green+Blue) = 234+93+125=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D7D is #15A282. Grayscale: #8A8A8A. Windows color (decimal): -1417859 or 8216042. OLE color: 8216042.
HSL color Cylindrical-coordinate representation of color #EA5D7D: hue angle of 346.38º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D7D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 125 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.08 |
| HSL | 346.38º | 0.77% | 0.64% | - |
| HSV(B) | 346.38º | 0.6% | 0.92% | - |
| XYZ | 41.55 | 26.8 | 22.39 | - |
| YUV | 138.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 125 | 0 | 0.60 | 0.47 | 0.08 | 346.38 | 0.77 | 0.64 |
| Hex | EA | 5D | 7D | 0 | 3C | 2F | 8 | 15A | 4D | 40 |
| Octal | 352 | 135 | 175 | 0 | 74 | 57 | 10 | 532 | 115 | 100 |
| Binary | 11101010 | 1011101 | 1111101 | 0 | 111100 | 101111 | 1000 | 101011010 | 1001101 | 1000000 |
Color Harmonies of #EA5D7D
Complementary color
Monochromatic Colors of #EA5D7D
Black with #EA5D7D
Text Example
Text Example
White with #EA5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D7D; }
p { color: rgb(234,93,125); }
H1.HeaderClassName
{
color: #EA5D7D;
}
.AnyTagClassName
{
color: #EA5D7D;
}
</style>
background-color css
<style>
a { background-color: #EA5D7D; }
a { background-color: rgb(234,93,125); }
div.DivClassName
{
background-color: #EA5D7D;
}
.BgClassName
{
background-color: #EA5D7D;
}
</style>
border-color css
<style>
span { border-color: #EA5D7D; }
span { border-color: rgb(234,93,125); }
td.TdClassName
{
border-color: #EA5D7D;
}
.TagClassName
{
border-color: #EA5D7D;
}
</style>