Shades of Pale Violet Red #E16F92
Tints of Pale Violet Red #E16F92
RGB
CMYK
RGB Variations
Color information
#E16F92 (or 0xE16F92) is known color: Pale Violet Red. HEX triplet: E1, 6F and 92. RGB value is (225,111,146). Sum of RGB (Red+Green+Blue) = 225+111+146=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F92 is #1E906D. Grayscale: #959595. Windows color (decimal): -2003054 or 9596897. OLE color: 9596897.
HSL color Cylindrical-coordinate representation of color #E16F92: hue angle of 341.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16F92 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 146 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.12 |
| HSL | 341.58º | 0.66% | 0.66% | - |
| HSV(B) | 341.58º | 0.51% | 0.88% | - |
| XYZ | 41.92 | 29.45 | 30.67 | - |
| YUV | 149.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 146 | 0 | 0.51 | 0.35 | 0.12 | 341.58 | 0.66 | 0.66 |
| Hex | E1 | 6F | 92 | 0 | 33 | 23 | C | 156 | 42 | 42 |
| Octal | 341 | 157 | 222 | 0 | 63 | 43 | 14 | 526 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10010010 | 0 | 110011 | 100011 | 1100 | 101010110 | 1000010 | 1000010 |
Color Harmonies of #E16F92
Complementary color
Monochromatic Colors of #E16F92
Black with #E16F92
Text Example
Text Example
White with #E16F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F92; }
p { color: rgb(225,111,146); }
H1.HeaderClassName
{
color: #E16F92;
}
.AnyTagClassName
{
color: #E16F92;
}
</style>
background-color css
<style>
a { background-color: #E16F92; }
a { background-color: rgb(225,111,146); }
div.DivClassName
{
background-color: #E16F92;
}
.BgClassName
{
background-color: #E16F92;
}
</style>
border-color css
<style>
span { border-color: #E16F92; }
span { border-color: rgb(225,111,146); }
td.TdClassName
{
border-color: #E16F92;
}
.TagClassName
{
border-color: #E16F92;
}
</style>