Shades of Dark Pink #E15583
Tints of Dark Pink #E15583
RGB
CMYK
RGB Variations
Color information
#E15583 (or 0xE15583) is known color: Dark Pink. HEX triplet: E1, 55 and 83. RGB value is (225,85,131). Sum of RGB (Red+Green+Blue) = 225+85+131=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15583 is #1EAA7C. Grayscale: #848484. Windows color (decimal): -2009725 or 8607201. OLE color: 8607201.
HSL color Cylindrical-coordinate representation of color #E15583: hue angle of 340.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15583 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 131 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.12 |
| HSL | 340.29º | 0.7% | 0.61% | - |
| HSV(B) | 340.29º | 0.62% | 0.88% | - |
| XYZ | 38.4 | 24.14 | 24.11 | - |
| YUV | 132.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 131 | 0 | 0.62 | 0.42 | 0.12 | 340.29 | 0.7 | 0.61 |
| Hex | E1 | 55 | 83 | 0 | 3E | 2A | C | 154 | 46 | 3D |
| Octal | 341 | 125 | 203 | 0 | 76 | 52 | 14 | 524 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10000011 | 0 | 111110 | 101010 | 1100 | 101010100 | 1000110 | 111101 |
Color Harmonies of #E15583
Complementary color
Monochromatic Colors of #E15583
Black with #E15583
Text Example
Text Example
White with #E15583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15583; }
p { color: rgb(225,85,131); }
H1.HeaderClassName
{
color: #E15583;
}
.AnyTagClassName
{
color: #E15583;
}
</style>
background-color css
<style>
a { background-color: #E15583; }
a { background-color: rgb(225,85,131); }
div.DivClassName
{
background-color: #E15583;
}
.BgClassName
{
background-color: #E15583;
}
</style>
border-color css
<style>
span { border-color: #E15583; }
span { border-color: rgb(225,85,131); }
td.TdClassName
{
border-color: #E15583;
}
.TagClassName
{
border-color: #E15583;
}
</style>