Shades of Dark Pink #E15A93
Tints of Dark Pink #E15A93
RGB
CMYK
RGB Variations
Color information
#E15A93 (or 0xE15A93) is known color: Dark Pink. HEX triplet: E1, 5A and 93. RGB value is (225,90,147). Sum of RGB (Red+Green+Blue) = 225+90+147=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A93 is #1EA56C. Grayscale: #888888. Windows color (decimal): -2008429 or 9657057. OLE color: 9657057.
HSL color Cylindrical-coordinate representation of color #E15A93: hue angle of 334.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A93 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 147 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.12 |
| HSL | 334.67º | 0.69% | 0.62% | - |
| HSV(B) | 334.67º | 0.6% | 0.88% | - |
| XYZ | 39.97 | 25.43 | 30.4 | - |
| YUV | 136.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 147 | 0 | 0.60 | 0.35 | 0.12 | 334.67 | 0.69 | 0.62 |
| Hex | E1 | 5A | 93 | 0 | 3C | 23 | C | 14F | 45 | 3E |
| Octal | 341 | 132 | 223 | 0 | 74 | 43 | 14 | 517 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10010011 | 0 | 111100 | 100011 | 1100 | 101001111 | 1000101 | 111110 |
Color Harmonies of #E15A93
Complementary color
Monochromatic Colors of #E15A93
Black with #E15A93
Text Example
Text Example
White with #E15A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A93; }
p { color: rgb(225,90,147); }
H1.HeaderClassName
{
color: #E15A93;
}
.AnyTagClassName
{
color: #E15A93;
}
</style>
background-color css
<style>
a { background-color: #E15A93; }
a { background-color: rgb(225,90,147); }
div.DivClassName
{
background-color: #E15A93;
}
.BgClassName
{
background-color: #E15A93;
}
</style>
border-color css
<style>
span { border-color: #E15A93; }
span { border-color: rgb(225,90,147); }
td.TdClassName
{
border-color: #E15A93;
}
.TagClassName
{
border-color: #E15A93;
}
</style>