Shades of Pale Violet Red #E16598
Tints of Pale Violet Red #E16598
RGB
CMYK
RGB Variations
Color information
#E16598 (or 0xE16598) is known color: Pale Violet Red. HEX triplet: E1, 65 and 98. RGB value is (225,101,152). Sum of RGB (Red+Green+Blue) = 225+101+152=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16598 is #1E9A67. Grayscale: #8F8F8F. Windows color (decimal): -2005608 or 9987553. OLE color: 9987553.
HSL color Cylindrical-coordinate representation of color #E16598: hue angle of 335.32º 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 #E16598 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 152 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.12 |
| HSL | 335.32º | 0.67% | 0.64% | - |
| HSV(B) | 335.32º | 0.55% | 0.88% | - |
| XYZ | 41.37 | 27.58 | 32.85 | - |
| YUV | 143.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 152 | 0 | 0.55 | 0.32 | 0.12 | 335.32 | 0.67 | 0.64 |
| Hex | E1 | 65 | 98 | 0 | 37 | 20 | C | 14F | 43 | 40 |
| Octal | 341 | 145 | 230 | 0 | 67 | 40 | 14 | 517 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10011000 | 0 | 110111 | 100000 | 1100 | 101001111 | 1000011 | 1000000 |
Color Harmonies of #E16598
Complementary color
Monochromatic Colors of #E16598
Black with #E16598
Text Example
Text Example
White with #E16598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16598; }
p { color: rgb(225,101,152); }
H1.HeaderClassName
{
color: #E16598;
}
.AnyTagClassName
{
color: #E16598;
}
</style>
background-color css
<style>
a { background-color: #E16598; }
a { background-color: rgb(225,101,152); }
div.DivClassName
{
background-color: #E16598;
}
.BgClassName
{
background-color: #E16598;
}
</style>
border-color css
<style>
span { border-color: #E16598; }
span { border-color: rgb(225,101,152); }
td.TdClassName
{
border-color: #E16598;
}
.TagClassName
{
border-color: #E16598;
}
</style>