Shades of Pale Violet Red #E16892
Tints of Pale Violet Red #E16892
RGB
CMYK
RGB Variations
Color information
#E16892 (or 0xE16892) is known color: Pale Violet Red. HEX triplet: E1, 68 and 92. RGB value is (225,104,146). Sum of RGB (Red+Green+Blue) = 225+104+146=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16892 is #1E976D. Grayscale: #909090. Windows color (decimal): -2004846 or 9595105. OLE color: 9595105.
HSL color Cylindrical-coordinate representation of color #E16892: hue angle of 339.17º 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 #E16892 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 146 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.12 |
| HSL | 339.17º | 0.67% | 0.65% | - |
| HSV(B) | 339.17º | 0.54% | 0.88% | - |
| XYZ | 41.19 | 27.98 | 30.42 | - |
| YUV | 144.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 146 | 0 | 0.54 | 0.35 | 0.12 | 339.17 | 0.67 | 0.65 |
| Hex | E1 | 68 | 92 | 0 | 36 | 23 | C | 153 | 43 | 41 |
| Octal | 341 | 150 | 222 | 0 | 66 | 43 | 14 | 523 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10010010 | 0 | 110110 | 100011 | 1100 | 101010011 | 1000011 | 1000001 |
Color Harmonies of #E16892
Complementary color
Monochromatic Colors of #E16892
Black with #E16892
Text Example
Text Example
White with #E16892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16892; }
p { color: rgb(225,104,146); }
H1.HeaderClassName
{
color: #E16892;
}
.AnyTagClassName
{
color: #E16892;
}
</style>
background-color css
<style>
a { background-color: #E16892; }
a { background-color: rgb(225,104,146); }
div.DivClassName
{
background-color: #E16892;
}
.BgClassName
{
background-color: #E16892;
}
</style>
border-color css
<style>
span { border-color: #E16892; }
span { border-color: rgb(225,104,146); }
td.TdClassName
{
border-color: #E16892;
}
.TagClassName
{
border-color: #E16892;
}
</style>