Shades of Dark Pink #E05083
Tints of Dark Pink #E05083
RGB
CMYK
RGB Variations
Color information
#E05083 (or 0xE05083) is known color: Dark Pink. HEX triplet: E0, 50 and 83. RGB value is (224,80,131). Sum of RGB (Red+Green+Blue) = 224+80+131=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E05083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05083 is #1FAF7C. Grayscale: #808080. Windows color (decimal): -2076541 or 8605920. OLE color: 8605920.
HSL color Cylindrical-coordinate representation of color #E05083: hue angle of 338.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05083 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 131 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.12 |
| HSL | 338.75º | 0.7% | 0.6% | - |
| HSV(B) | 338.75º | 0.64% | 0.88% | - |
| XYZ | 37.71 | 23.22 | 23.97 | - |
| YUV | 128.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 131 | 0 | 0.64 | 0.42 | 0.12 | 338.75 | 0.7 | 0.6 |
| Hex | E0 | 50 | 83 | 0 | 40 | 2A | C | 153 | 46 | 3C |
| Octal | 340 | 120 | 203 | 0 | 100 | 52 | 14 | 523 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10000011 | 0 | 1000000 | 101010 | 1100 | 101010011 | 1000110 | 111100 |
Color Harmonies of #E05083
Complementary color
Monochromatic Colors of #E05083
Black with #E05083
Text Example
Text Example
White with #E05083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05083; }
p { color: rgb(224,80,131); }
H1.HeaderClassName
{
color: #E05083;
}
.AnyTagClassName
{
color: #E05083;
}
</style>
background-color css
<style>
a { background-color: #E05083; }
a { background-color: rgb(224,80,131); }
div.DivClassName
{
background-color: #E05083;
}
.BgClassName
{
background-color: #E05083;
}
</style>
border-color css
<style>
span { border-color: #E05083; }
span { border-color: rgb(224,80,131); }
td.TdClassName
{
border-color: #E05083;
}
.TagClassName
{
border-color: #E05083;
}
</style>