Shades of Pale Violet Red #E16492
Tints of Pale Violet Red #E16492
RGB
CMYK
RGB Variations
Color information
#E16492 (or 0xE16492) is known color: Pale Violet Red. HEX triplet: E1, 64 and 92. RGB value is (225,100,146). Sum of RGB (Red+Green+Blue) = 225+100+146=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16492 is #1E9B6D. Grayscale: #8E8E8E. Windows color (decimal): -2005870 or 9594081. OLE color: 9594081.
HSL color Cylindrical-coordinate representation of color #E16492: hue angle of 337.92º 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 #E16492 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 146 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.12 |
| HSL | 337.92º | 0.68% | 0.64% | - |
| HSV(B) | 337.92º | 0.56% | 0.88% | - |
| XYZ | 40.8 | 27.2 | 30.29 | - |
| YUV | 142.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 146 | 0 | 0.56 | 0.35 | 0.12 | 337.92 | 0.68 | 0.64 |
| Hex | E1 | 64 | 92 | 0 | 38 | 23 | C | 152 | 44 | 40 |
| Octal | 341 | 144 | 222 | 0 | 70 | 43 | 14 | 522 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10010010 | 0 | 111000 | 100011 | 1100 | 101010010 | 1000100 | 1000000 |
Color Harmonies of #E16492
Complementary color
Monochromatic Colors of #E16492
Black with #E16492
Text Example
Text Example
White with #E16492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16492; }
p { color: rgb(225,100,146); }
H1.HeaderClassName
{
color: #E16492;
}
.AnyTagClassName
{
color: #E16492;
}
</style>
background-color css
<style>
a { background-color: #E16492; }
a { background-color: rgb(225,100,146); }
div.DivClassName
{
background-color: #E16492;
}
.BgClassName
{
background-color: #E16492;
}
</style>
border-color css
<style>
span { border-color: #E16492; }
span { border-color: rgb(225,100,146); }
td.TdClassName
{
border-color: #E16492;
}
.TagClassName
{
border-color: #E16492;
}
</style>