Shades of Pale Violet Red #E16A92
Tints of Pale Violet Red #E16A92
RGB
CMYK
RGB Variations
Color information
#E16A92 (or 0xE16A92) is known color: Pale Violet Red. HEX triplet: E1, 6A and 92. RGB value is (225,106,146). Sum of RGB (Red+Green+Blue) = 225+106+146=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A92 is #1E956D. Grayscale: #929292. Windows color (decimal): -2004334 or 9595617. OLE color: 9595617.
HSL color Cylindrical-coordinate representation of color #E16A92: hue angle of 339.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16A92 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 146 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.12 |
| HSL | 339.83º | 0.66% | 0.65% | - |
| HSV(B) | 339.83º | 0.53% | 0.88% | - |
| XYZ | 41.39 | 28.39 | 30.49 | - |
| YUV | 146.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 146 | 0 | 0.53 | 0.35 | 0.12 | 339.83 | 0.66 | 0.65 |
| Hex | E1 | 6A | 92 | 0 | 35 | 23 | C | 154 | 42 | 41 |
| Octal | 341 | 152 | 222 | 0 | 65 | 43 | 14 | 524 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10010010 | 0 | 110101 | 100011 | 1100 | 101010100 | 1000010 | 1000001 |
Color Harmonies of #E16A92
Complementary color
Monochromatic Colors of #E16A92
Black with #E16A92
Text Example
Text Example
White with #E16A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A92; }
p { color: rgb(225,106,146); }
H1.HeaderClassName
{
color: #E16A92;
}
.AnyTagClassName
{
color: #E16A92;
}
</style>
background-color css
<style>
a { background-color: #E16A92; }
a { background-color: rgb(225,106,146); }
div.DivClassName
{
background-color: #E16A92;
}
.BgClassName
{
background-color: #E16A92;
}
</style>
border-color css
<style>
span { border-color: #E16A92; }
span { border-color: rgb(225,106,146); }
td.TdClassName
{
border-color: #E16A92;
}
.TagClassName
{
border-color: #E16A92;
}
</style>