Shades of Pale Violet Red #E16497
Tints of Pale Violet Red #E16497
RGB
CMYK
RGB Variations
Color information
#E16497 (or 0xE16497) is known color: Pale Violet Red. HEX triplet: E1, 64 and 97. RGB value is (225,100,151). Sum of RGB (Red+Green+Blue) = 225+100+151=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16497 is #1E9B68. Grayscale: #8F8F8F. Windows color (decimal): -2005865 or 9921761. OLE color: 9921761.
HSL color Cylindrical-coordinate representation of color #E16497: hue angle of 335.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16497 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 151 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.12 |
| HSL | 335.52º | 0.68% | 0.64% | - |
| HSV(B) | 335.52º | 0.56% | 0.88% | - |
| XYZ | 41.19 | 27.36 | 32.39 | - |
| YUV | 143.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 151 | 0 | 0.56 | 0.33 | 0.12 | 335.52 | 0.68 | 0.64 |
| Hex | E1 | 64 | 97 | 0 | 38 | 21 | C | 150 | 44 | 40 |
| Octal | 341 | 144 | 227 | 0 | 70 | 41 | 14 | 520 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10010111 | 0 | 111000 | 100001 | 1100 | 101010000 | 1000100 | 1000000 |
Color Harmonies of #E16497
Complementary color
Monochromatic Colors of #E16497
Black with #E16497
Text Example
Text Example
White with #E16497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16497; }
p { color: rgb(225,100,151); }
H1.HeaderClassName
{
color: #E16497;
}
.AnyTagClassName
{
color: #E16497;
}
</style>
background-color css
<style>
a { background-color: #E16497; }
a { background-color: rgb(225,100,151); }
div.DivClassName
{
background-color: #E16497;
}
.BgClassName
{
background-color: #E16497;
}
</style>
border-color css
<style>
span { border-color: #E16497; }
span { border-color: rgb(225,100,151); }
td.TdClassName
{
border-color: #E16497;
}
.TagClassName
{
border-color: #E16497;
}
</style>