Shades of Pale Violet Red #E16597
Tints of Pale Violet Red #E16597
RGB
CMYK
RGB Variations
Color information
#E16597 (or 0xE16597) is known color: Pale Violet Red. HEX triplet: E1, 65 and 97. RGB value is (225,101,151). Sum of RGB (Red+Green+Blue) = 225+101+151=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E16597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16597 is #1E9A68. Grayscale: #8F8F8F. Windows color (decimal): -2005609 or 9922017. OLE color: 9922017.
HSL color Cylindrical-coordinate representation of color #E16597: hue angle of 335.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16597 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 151 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.12 |
| HSL | 335.81º | 0.67% | 0.64% | - |
| HSV(B) | 335.81º | 0.55% | 0.88% | - |
| XYZ | 41.29 | 27.55 | 32.42 | - |
| YUV | 143.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 151 | 0 | 0.55 | 0.33 | 0.12 | 335.81 | 0.67 | 0.64 |
| Hex | E1 | 65 | 97 | 0 | 37 | 21 | C | 150 | 43 | 40 |
| Octal | 341 | 145 | 227 | 0 | 67 | 41 | 14 | 520 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10010111 | 0 | 110111 | 100001 | 1100 | 101010000 | 1000011 | 1000000 |
Color Harmonies of #E16597
Complementary color
Monochromatic Colors of #E16597
Black with #E16597
Text Example
Text Example
White with #E16597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16597; }
p { color: rgb(225,101,151); }
H1.HeaderClassName
{
color: #E16597;
}
.AnyTagClassName
{
color: #E16597;
}
</style>
background-color css
<style>
a { background-color: #E16597; }
a { background-color: rgb(225,101,151); }
div.DivClassName
{
background-color: #E16597;
}
.BgClassName
{
background-color: #E16597;
}
</style>
border-color css
<style>
span { border-color: #E16597; }
span { border-color: rgb(225,101,151); }
td.TdClassName
{
border-color: #E16597;
}
.TagClassName
{
border-color: #E16597;
}
</style>