Shades of Dark Pink #E05385
Tints of Dark Pink #E05385
RGB
CMYK
RGB Variations
Color information
#E05385 (or 0xE05385) is known color: Dark Pink. HEX triplet: E0, 53 and 85. RGB value is (224,83,133). Sum of RGB (Red+Green+Blue) = 224+83+133=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05385 is #1FAC7A. Grayscale: #828282. Windows color (decimal): -2075771 or 8737760. OLE color: 8737760.
HSL color Cylindrical-coordinate representation of color #E05385: hue angle of 338.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05385 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 133 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.12 |
| HSL | 338.72º | 0.69% | 0.6% | - |
| HSV(B) | 338.72º | 0.63% | 0.88% | - |
| XYZ | 38.07 | 23.73 | 24.76 | - |
| YUV | 130.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 133 | 0 | 0.63 | 0.41 | 0.12 | 338.72 | 0.69 | 0.6 |
| Hex | E0 | 53 | 85 | 0 | 3F | 29 | C | 153 | 45 | 3C |
| Octal | 340 | 123 | 205 | 0 | 77 | 51 | 14 | 523 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10000101 | 0 | 111111 | 101001 | 1100 | 101010011 | 1000101 | 111100 |
Color Harmonies of #E05385
Complementary color
Monochromatic Colors of #E05385
Black with #E05385
Text Example
Text Example
White with #E05385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05385; }
p { color: rgb(224,83,133); }
H1.HeaderClassName
{
color: #E05385;
}
.AnyTagClassName
{
color: #E05385;
}
</style>
background-color css
<style>
a { background-color: #E05385; }
a { background-color: rgb(224,83,133); }
div.DivClassName
{
background-color: #E05385;
}
.BgClassName
{
background-color: #E05385;
}
</style>
border-color css
<style>
span { border-color: #E05385; }
span { border-color: rgb(224,83,133); }
td.TdClassName
{
border-color: #E05385;
}
.TagClassName
{
border-color: #E05385;
}
</style>