Shades of Pale Violet Red #E16E9A
Tints of Pale Violet Red #E16E9A
RGB
CMYK
RGB Variations
Color information
#E16E9A (or 0xE16E9A) is known color: Pale Violet Red. HEX triplet: E1, 6E and 9A. RGB value is (225,110,154). Sum of RGB (Red+Green+Blue) = 225+110+154=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E9A is #1E9165. Grayscale: #959595. Windows color (decimal): -2003302 or 10120929. OLE color: 10120929.
HSL color Cylindrical-coordinate representation of color #E16E9A: hue angle of 337.04º 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 #E16E9A is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 154 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.12 |
| HSL | 337.04º | 0.66% | 0.66% | - |
| HSV(B) | 337.04º | 0.51% | 0.88% | - |
| XYZ | 42.46 | 29.49 | 34.03 | - |
| YUV | 149.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 154 | 0 | 0.51 | 0.32 | 0.12 | 337.04 | 0.66 | 0.66 |
| Hex | E1 | 6E | 9A | 0 | 33 | 20 | C | 151 | 42 | 42 |
| Octal | 341 | 156 | 232 | 0 | 63 | 40 | 14 | 521 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10011010 | 0 | 110011 | 100000 | 1100 | 101010001 | 1000010 | 1000010 |
Color Harmonies of #E16E9A
Complementary color
Monochromatic Colors of #E16E9A
Black with #E16E9A
Text Example
Text Example
White with #E16E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E9A; }
p { color: rgb(225,110,154); }
H1.HeaderClassName
{
color: #E16E9A;
}
.AnyTagClassName
{
color: #E16E9A;
}
</style>
background-color css
<style>
a { background-color: #E16E9A; }
a { background-color: rgb(225,110,154); }
div.DivClassName
{
background-color: #E16E9A;
}
.BgClassName
{
background-color: #E16E9A;
}
</style>
border-color css
<style>
span { border-color: #E16E9A; }
span { border-color: rgb(225,110,154); }
td.TdClassName
{
border-color: #E16E9A;
}
.TagClassName
{
border-color: #E16E9A;
}
</style>