Shades of Pale Violet Red #E17296
Tints of Pale Violet Red #E17296
RGB
CMYK
RGB Variations
Color information
#E17296 (or 0xE17296) is known color: Pale Violet Red. HEX triplet: E1, 72 and 96. RGB value is (225,114,150). Sum of RGB (Red+Green+Blue) = 225+114+150=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E17296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17296 is #1E8D69. Grayscale: #979797. Windows color (decimal): -2002282 or 9859809. OLE color: 9859809.
HSL color Cylindrical-coordinate representation of color #E17296: hue angle of 340.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17296 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 150 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.12 |
| HSL | 340.54º | 0.65% | 0.66% | - |
| HSV(B) | 340.54º | 0.49% | 0.88% | - |
| XYZ | 42.57 | 30.24 | 32.45 | - |
| YUV | 151.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 150 | 0 | 0.49 | 0.33 | 0.12 | 340.54 | 0.65 | 0.66 |
| Hex | E1 | 72 | 96 | 0 | 31 | 21 | C | 155 | 41 | 42 |
| Octal | 341 | 162 | 226 | 0 | 61 | 41 | 14 | 525 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10010110 | 0 | 110001 | 100001 | 1100 | 101010101 | 1000001 | 1000010 |
Color Harmonies of #E17296
Complementary color
Monochromatic Colors of #E17296
Black with #E17296
Text Example
Text Example
White with #E17296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17296; }
p { color: rgb(225,114,150); }
H1.HeaderClassName
{
color: #E17296;
}
.AnyTagClassName
{
color: #E17296;
}
</style>
background-color css
<style>
a { background-color: #E17296; }
a { background-color: rgb(225,114,150); }
div.DivClassName
{
background-color: #E17296;
}
.BgClassName
{
background-color: #E17296;
}
</style>
border-color css
<style>
span { border-color: #E17296; }
span { border-color: rgb(225,114,150); }
td.TdClassName
{
border-color: #E17296;
}
.TagClassName
{
border-color: #E17296;
}
</style>