Shades of Pale Violet Red #E16792
Tints of Pale Violet Red #E16792
RGB
CMYK
RGB Variations
Color information
#E16792 (or 0xE16792) is known color: Pale Violet Red. HEX triplet: E1, 67 and 92. RGB value is (225,103,146). Sum of RGB (Red+Green+Blue) = 225+103+146=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16792 is #1E986D. Grayscale: #909090. Windows color (decimal): -2005102 or 9594849. OLE color: 9594849.
HSL color Cylindrical-coordinate representation of color #E16792: hue angle of 338.85º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16792 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 146 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.12 |
| HSL | 338.85º | 0.67% | 0.64% | - |
| HSV(B) | 338.85º | 0.54% | 0.88% | - |
| XYZ | 41.09 | 27.78 | 30.39 | - |
| YUV | 144.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 146 | 0 | 0.54 | 0.35 | 0.12 | 338.85 | 0.67 | 0.64 |
| Hex | E1 | 67 | 92 | 0 | 36 | 23 | C | 153 | 43 | 40 |
| Octal | 341 | 147 | 222 | 0 | 66 | 43 | 14 | 523 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10010010 | 0 | 110110 | 100011 | 1100 | 101010011 | 1000011 | 1000000 |
Color Harmonies of #E16792
Complementary color
Monochromatic Colors of #E16792
Black with #E16792
Text Example
Text Example
White with #E16792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16792; }
p { color: rgb(225,103,146); }
H1.HeaderClassName
{
color: #E16792;
}
.AnyTagClassName
{
color: #E16792;
}
</style>
background-color css
<style>
a { background-color: #E16792; }
a { background-color: rgb(225,103,146); }
div.DivClassName
{
background-color: #E16792;
}
.BgClassName
{
background-color: #E16792;
}
</style>
border-color css
<style>
span { border-color: #E16792; }
span { border-color: rgb(225,103,146); }
td.TdClassName
{
border-color: #E16792;
}
.TagClassName
{
border-color: #E16792;
}
</style>