Shades of Dark Pink #EA5583
Tints of Dark Pink #EA5583
RGB
CMYK
RGB Variations
Color information
#EA5583 (or 0xEA5583) is known color: Dark Pink. HEX triplet: EA, 55 and 83. RGB value is (234,85,131). Sum of RGB (Red+Green+Blue) = 234+85+131=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5583 is #15AA7C. Grayscale: #868686. Windows color (decimal): -1419901 or 8607210. OLE color: 8607210.
HSL color Cylindrical-coordinate representation of color #EA5583: hue angle of 341.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5583 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 131 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.08 |
| HSL | 341.48º | 0.78% | 0.63% | - |
| HSV(B) | 341.48º | 0.64% | 0.92% | - |
| XYZ | 41.28 | 25.63 | 24.24 | - |
| YUV | 134.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 131 | 0 | 0.64 | 0.44 | 0.08 | 341.48 | 0.78 | 0.63 |
| Hex | EA | 55 | 83 | 0 | 40 | 2C | 8 | 155 | 4E | 3F |
| Octal | 352 | 125 | 203 | 0 | 100 | 54 | 10 | 525 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10000011 | 0 | 1000000 | 101100 | 1000 | 101010101 | 1001110 | 111111 |
Color Harmonies of #EA5583
Complementary color
Monochromatic Colors of #EA5583
Black with #EA5583
Text Example
Text Example
White with #EA5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5583; }
p { color: rgb(234,85,131); }
H1.HeaderClassName
{
color: #EA5583;
}
.AnyTagClassName
{
color: #EA5583;
}
</style>
background-color css
<style>
a { background-color: #EA5583; }
a { background-color: rgb(234,85,131); }
div.DivClassName
{
background-color: #EA5583;
}
.BgClassName
{
background-color: #EA5583;
}
</style>
border-color css
<style>
span { border-color: #EA5583; }
span { border-color: rgb(234,85,131); }
td.TdClassName
{
border-color: #EA5583;
}
.TagClassName
{
border-color: #EA5583;
}
</style>