Shades of Dark Pink #EA5783
Tints of Dark Pink #EA5783
RGB
CMYK
RGB Variations
Color information
#EA5783 (or 0xEA5783) is known color: Dark Pink. HEX triplet: EA, 57 and 83. RGB value is (234,87,131). Sum of RGB (Red+Green+Blue) = 234+87+131=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5783 is #15A87C. Grayscale: #878787. Windows color (decimal): -1419389 or 8607722. OLE color: 8607722.
HSL color Cylindrical-coordinate representation of color #EA5783: hue angle of 342.04º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5783 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 131 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.08 |
| HSL | 342.04º | 0.78% | 0.63% | - |
| HSV(B) | 342.04º | 0.63% | 0.92% | - |
| XYZ | 41.44 | 25.95 | 24.3 | - |
| YUV | 135.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 131 | 0 | 0.63 | 0.44 | 0.08 | 342.04 | 0.78 | 0.63 |
| Hex | EA | 57 | 83 | 0 | 3F | 2C | 8 | 156 | 4E | 3F |
| Octal | 352 | 127 | 203 | 0 | 77 | 54 | 10 | 526 | 116 | 77 |
| Binary | 11101010 | 1010111 | 10000011 | 0 | 111111 | 101100 | 1000 | 101010110 | 1001110 | 111111 |
Color Harmonies of #EA5783
Complementary color
Monochromatic Colors of #EA5783
Black with #EA5783
Text Example
Text Example
White with #EA5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5783; }
p { color: rgb(234,87,131); }
H1.HeaderClassName
{
color: #EA5783;
}
.AnyTagClassName
{
color: #EA5783;
}
</style>
background-color css
<style>
a { background-color: #EA5783; }
a { background-color: rgb(234,87,131); }
div.DivClassName
{
background-color: #EA5783;
}
.BgClassName
{
background-color: #EA5783;
}
</style>
border-color css
<style>
span { border-color: #EA5783; }
span { border-color: rgb(234,87,131); }
td.TdClassName
{
border-color: #EA5783;
}
.TagClassName
{
border-color: #EA5783;
}
</style>