Shades of Dark Pink #E05383
Tints of Dark Pink #E05383
RGB
CMYK
RGB Variations
Color information
#E05383 (or 0xE05383) is known color: Dark Pink. HEX triplet: E0, 53 and 83. RGB value is (224,83,131). Sum of RGB (Red+Green+Blue) = 224+83+131=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05383 is #1FAC7C. Grayscale: #828282. Windows color (decimal): -2075773 or 8606688. OLE color: 8606688.
HSL color Cylindrical-coordinate representation of color #E05383: hue angle of 339.57º 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 #E05383 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 131 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.12 |
| HSL | 339.57º | 0.69% | 0.6% | - |
| HSV(B) | 339.57º | 0.63% | 0.88% | - |
| XYZ | 37.93 | 23.67 | 24.04 | - |
| YUV | 130.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 131 | 0 | 0.63 | 0.42 | 0.12 | 339.57 | 0.69 | 0.6 |
| Hex | E0 | 53 | 83 | 0 | 3F | 2A | C | 154 | 45 | 3C |
| Octal | 340 | 123 | 203 | 0 | 77 | 52 | 14 | 524 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10000011 | 0 | 111111 | 101010 | 1100 | 101010100 | 1000101 | 111100 |
Color Harmonies of #E05383
Complementary color
Monochromatic Colors of #E05383
Black with #E05383
Text Example
Text Example
White with #E05383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05383; }
p { color: rgb(224,83,131); }
H1.HeaderClassName
{
color: #E05383;
}
.AnyTagClassName
{
color: #E05383;
}
</style>
background-color css
<style>
a { background-color: #E05383; }
a { background-color: rgb(224,83,131); }
div.DivClassName
{
background-color: #E05383;
}
.BgClassName
{
background-color: #E05383;
}
</style>
border-color css
<style>
span { border-color: #E05383; }
span { border-color: rgb(224,83,131); }
td.TdClassName
{
border-color: #E05383;
}
.TagClassName
{
border-color: #E05383;
}
</style>