Shades of Pale Violet Red #E17191
Tints of Pale Violet Red #E17191
RGB
CMYK
RGB Variations
Color information
#E17191 (or 0xE17191) is known color: Pale Violet Red. HEX triplet: E1, 71 and 91. RGB value is (225,113,145). Sum of RGB (Red+Green+Blue) = 225+113+145=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E17191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17191 is #1E8E6E. Grayscale: #969696. Windows color (decimal): -2002543 or 9531873. OLE color: 9531873.
HSL color Cylindrical-coordinate representation of color #E17191: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17191 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 145 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.12 |
| HSL | 342.86º | 0.65% | 0.66% | - |
| HSV(B) | 342.86º | 0.5% | 0.88% | - |
| XYZ | 42.07 | 29.86 | 30.33 | - |
| YUV | 150.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 145 | 0 | 0.50 | 0.36 | 0.12 | 342.86 | 0.65 | 0.66 |
| Hex | E1 | 71 | 91 | 0 | 32 | 24 | C | 157 | 41 | 42 |
| Octal | 341 | 161 | 221 | 0 | 62 | 44 | 14 | 527 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10010001 | 0 | 110010 | 100100 | 1100 | 101010111 | 1000001 | 1000010 |
Color Harmonies of #E17191
Complementary color
Monochromatic Colors of #E17191
Black with #E17191
Text Example
Text Example
White with #E17191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17191; }
p { color: rgb(225,113,145); }
H1.HeaderClassName
{
color: #E17191;
}
.AnyTagClassName
{
color: #E17191;
}
</style>
background-color css
<style>
a { background-color: #E17191; }
a { background-color: rgb(225,113,145); }
div.DivClassName
{
background-color: #E17191;
}
.BgClassName
{
background-color: #E17191;
}
</style>
border-color css
<style>
span { border-color: #E17191; }
span { border-color: rgb(225,113,145); }
td.TdClassName
{
border-color: #E17191;
}
.TagClassName
{
border-color: #E17191;
}
</style>