Shades of Dark Pink #E15693
Tints of Dark Pink #E15693
RGB
CMYK
RGB Variations
Color information
#E15693 (or 0xE15693) is known color: Dark Pink. HEX triplet: E1, 56 and 93. RGB value is (225,86,147). Sum of RGB (Red+Green+Blue) = 225+86+147=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15693 is #1EA96C. Grayscale: #868686. Windows color (decimal): -2009453 or 9656033. OLE color: 9656033.
HSL color Cylindrical-coordinate representation of color #E15693: hue angle of 333.67º 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 #E15693 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 147 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.12 |
| HSL | 333.67º | 0.7% | 0.61% | - |
| HSV(B) | 333.67º | 0.62% | 0.88% | - |
| XYZ | 39.65 | 24.77 | 30.3 | - |
| YUV | 134.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 147 | 0 | 0.62 | 0.35 | 0.12 | 333.67 | 0.7 | 0.61 |
| Hex | E1 | 56 | 93 | 0 | 3E | 23 | C | 14E | 46 | 3D |
| Octal | 341 | 126 | 223 | 0 | 76 | 43 | 14 | 516 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10010011 | 0 | 111110 | 100011 | 1100 | 101001110 | 1000110 | 111101 |
Color Harmonies of #E15693
Complementary color
Monochromatic Colors of #E15693
Black with #E15693
Text Example
Text Example
White with #E15693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15693; }
p { color: rgb(225,86,147); }
H1.HeaderClassName
{
color: #E15693;
}
.AnyTagClassName
{
color: #E15693;
}
</style>
background-color css
<style>
a { background-color: #E15693; }
a { background-color: rgb(225,86,147); }
div.DivClassName
{
background-color: #E15693;
}
.BgClassName
{
background-color: #E15693;
}
</style>
border-color css
<style>
span { border-color: #E15693; }
span { border-color: rgb(225,86,147); }
td.TdClassName
{
border-color: #E15693;
}
.TagClassName
{
border-color: #E15693;
}
</style>