Shades of Pale Violet Red #E15999
Tints of Pale Violet Red #E15999
RGB
CMYK
RGB Variations
Color information
#E15999 (or 0xE15999) is known color: Pale Violet Red. HEX triplet: E1, 59 and 99. RGB value is (225,89,153). Sum of RGB (Red+Green+Blue) = 225+89+153=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E15999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15999 is #1EA666. Grayscale: #888888. Windows color (decimal): -2008679 or 10050017. OLE color: 10050017.
HSL color Cylindrical-coordinate representation of color #E15999: hue angle of 331.76º 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 #E15999 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 153 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.12 |
| HSL | 331.76º | 0.69% | 0.62% | - |
| HSV(B) | 331.76º | 0.6% | 0.88% | - |
| XYZ | 40.37 | 25.45 | 32.92 | - |
| YUV | 136.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 153 | 0 | 0.60 | 0.32 | 0.12 | 331.76 | 0.69 | 0.62 |
| Hex | E1 | 59 | 99 | 0 | 3C | 20 | C | 14C | 45 | 3E |
| Octal | 341 | 131 | 231 | 0 | 74 | 40 | 14 | 514 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10011001 | 0 | 111100 | 100000 | 1100 | 101001100 | 1000101 | 111110 |
Color Harmonies of #E15999
Complementary color
Monochromatic Colors of #E15999
Black with #E15999
Text Example
Text Example
White with #E15999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15999; }
p { color: rgb(225,89,153); }
H1.HeaderClassName
{
color: #E15999;
}
.AnyTagClassName
{
color: #E15999;
}
</style>
background-color css
<style>
a { background-color: #E15999; }
a { background-color: rgb(225,89,153); }
div.DivClassName
{
background-color: #E15999;
}
.BgClassName
{
background-color: #E15999;
}
</style>
border-color css
<style>
span { border-color: #E15999; }
span { border-color: rgb(225,89,153); }
td.TdClassName
{
border-color: #E15999;
}
.TagClassName
{
border-color: #E15999;
}
</style>