Shades of Dark Pink #EA5E83
Tints of Dark Pink #EA5E83
RGB
CMYK
RGB Variations
Color information
#EA5E83 (or 0xEA5E83) is known color: Dark Pink. HEX triplet: EA, 5E and 83. RGB value is (234,94,131). Sum of RGB (Red+Green+Blue) = 234+94+131=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E83 is #15A17C. Grayscale: #8C8C8C. Windows color (decimal): -1417597 or 8609514. OLE color: 8609514.
HSL color Cylindrical-coordinate representation of color #EA5E83: hue angle of 344.14º 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 #EA5E83 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 131 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.08 |
| HSL | 344.14º | 0.77% | 0.64% | - |
| HSV(B) | 344.14º | 0.6% | 0.92% | - |
| XYZ | 42.03 | 27.14 | 24.5 | - |
| YUV | 140.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 131 | 0 | 0.60 | 0.44 | 0.08 | 344.14 | 0.77 | 0.64 |
| Hex | EA | 5E | 83 | 0 | 3C | 2C | 8 | 158 | 4D | 40 |
| Octal | 352 | 136 | 203 | 0 | 74 | 54 | 10 | 530 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10000011 | 0 | 111100 | 101100 | 1000 | 101011000 | 1001101 | 1000000 |
Color Harmonies of #EA5E83
Complementary color
Monochromatic Colors of #EA5E83
Black with #EA5E83
Text Example
Text Example
White with #EA5E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E83; }
p { color: rgb(234,94,131); }
H1.HeaderClassName
{
color: #EA5E83;
}
.AnyTagClassName
{
color: #EA5E83;
}
</style>
background-color css
<style>
a { background-color: #EA5E83; }
a { background-color: rgb(234,94,131); }
div.DivClassName
{
background-color: #EA5E83;
}
.BgClassName
{
background-color: #EA5E83;
}
</style>
border-color css
<style>
span { border-color: #EA5E83; }
span { border-color: rgb(234,94,131); }
td.TdClassName
{
border-color: #EA5E83;
}
.TagClassName
{
border-color: #EA5E83;
}
</style>