Shades of Dark Pink #E05883
Tints of Dark Pink #E05883
RGB
CMYK
RGB Variations
Color information
#E05883 (or 0xE05883) is known color: Dark Pink. HEX triplet: E0, 58 and 83. RGB value is (224,88,131). Sum of RGB (Red+Green+Blue) = 224+88+131=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05883 is #1FA77C. Grayscale: #858585. Windows color (decimal): -2074493 or 8607968. OLE color: 8607968.
HSL color Cylindrical-coordinate representation of color #E05883: hue angle of 341.03º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05883 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 131 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.12 |
| HSL | 341.03º | 0.69% | 0.61% | - |
| HSV(B) | 341.03º | 0.61% | 0.88% | - |
| XYZ | 38.33 | 24.47 | 24.17 | - |
| YUV | 133.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 131 | 0 | 0.61 | 0.42 | 0.12 | 341.03 | 0.69 | 0.61 |
| Hex | E0 | 58 | 83 | 0 | 3D | 2A | C | 155 | 45 | 3D |
| Octal | 340 | 130 | 203 | 0 | 75 | 52 | 14 | 525 | 105 | 75 |
| Binary | 11100000 | 1011000 | 10000011 | 0 | 111101 | 101010 | 1100 | 101010101 | 1000101 | 111101 |
Color Harmonies of #E05883
Complementary color
Monochromatic Colors of #E05883
Black with #E05883
Text Example
Text Example
White with #E05883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05883; }
p { color: rgb(224,88,131); }
H1.HeaderClassName
{
color: #E05883;
}
.AnyTagClassName
{
color: #E05883;
}
</style>
background-color css
<style>
a { background-color: #E05883; }
a { background-color: rgb(224,88,131); }
div.DivClassName
{
background-color: #E05883;
}
.BgClassName
{
background-color: #E05883;
}
</style>
border-color css
<style>
span { border-color: #E05883; }
span { border-color: rgb(224,88,131); }
td.TdClassName
{
border-color: #E05883;
}
.TagClassName
{
border-color: #E05883;
}
</style>