Shades of Dark Pink #E15893
Tints of Dark Pink #E15893
RGB
CMYK
RGB Variations
Color information
#E15893 (or 0xE15893) is known color: Dark Pink. HEX triplet: E1, 58 and 93. RGB value is (225,88,147). Sum of RGB (Red+Green+Blue) = 225+88+147=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15893 is #1EA76C. Grayscale: #878787. Windows color (decimal): -2008941 or 9656545. OLE color: 9656545.
HSL color Cylindrical-coordinate representation of color #E15893: hue angle of 334.16º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15893 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 147 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.12 |
| HSL | 334.16º | 0.7% | 0.61% | - |
| HSV(B) | 334.16º | 0.61% | 0.88% | - |
| XYZ | 39.81 | 25.09 | 30.35 | - |
| YUV | 135.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 147 | 0 | 0.61 | 0.35 | 0.12 | 334.16 | 0.7 | 0.61 |
| Hex | E1 | 58 | 93 | 0 | 3D | 23 | C | 14E | 46 | 3D |
| Octal | 341 | 130 | 223 | 0 | 75 | 43 | 14 | 516 | 106 | 75 |
| Binary | 11100001 | 1011000 | 10010011 | 0 | 111101 | 100011 | 1100 | 101001110 | 1000110 | 111101 |
Color Harmonies of #E15893
Complementary color
Monochromatic Colors of #E15893
Black with #E15893
Text Example
Text Example
White with #E15893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15893; }
p { color: rgb(225,88,147); }
H1.HeaderClassName
{
color: #E15893;
}
.AnyTagClassName
{
color: #E15893;
}
</style>
background-color css
<style>
a { background-color: #E15893; }
a { background-color: rgb(225,88,147); }
div.DivClassName
{
background-color: #E15893;
}
.BgClassName
{
background-color: #E15893;
}
</style>
border-color css
<style>
span { border-color: #E15893; }
span { border-color: rgb(225,88,147); }
td.TdClassName
{
border-color: #E15893;
}
.TagClassName
{
border-color: #E15893;
}
</style>