Shades of Pale Violet Red #E16895
Tints of Pale Violet Red #E16895
RGB
CMYK
RGB Variations
Color information
#E16895 (or 0xE16895) is known color: Pale Violet Red. HEX triplet: E1, 68 and 95. RGB value is (225,104,149). Sum of RGB (Red+Green+Blue) = 225+104+149=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16895 is #1E976A. Grayscale: #919191. Windows color (decimal): -2004843 or 9791713. OLE color: 9791713.
HSL color Cylindrical-coordinate representation of color #E16895: hue angle of 337.69º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16895 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 149 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.12 |
| HSL | 337.69º | 0.67% | 0.65% | - |
| HSV(B) | 337.69º | 0.54% | 0.88% | - |
| XYZ | 41.43 | 28.08 | 31.67 | - |
| YUV | 145.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 149 | 0 | 0.54 | 0.34 | 0.12 | 337.69 | 0.67 | 0.65 |
| Hex | E1 | 68 | 95 | 0 | 36 | 22 | C | 152 | 43 | 41 |
| Octal | 341 | 150 | 225 | 0 | 66 | 42 | 14 | 522 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10010101 | 0 | 110110 | 100010 | 1100 | 101010010 | 1000011 | 1000001 |
Color Harmonies of #E16895
Complementary color
Monochromatic Colors of #E16895
Black with #E16895
Text Example
Text Example
White with #E16895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16895; }
p { color: rgb(225,104,149); }
H1.HeaderClassName
{
color: #E16895;
}
.AnyTagClassName
{
color: #E16895;
}
</style>
background-color css
<style>
a { background-color: #E16895; }
a { background-color: rgb(225,104,149); }
div.DivClassName
{
background-color: #E16895;
}
.BgClassName
{
background-color: #E16895;
}
</style>
border-color css
<style>
span { border-color: #E16895; }
span { border-color: rgb(225,104,149); }
td.TdClassName
{
border-color: #E16895;
}
.TagClassName
{
border-color: #E16895;
}
</style>