Shades of Pale Violet Red #E16D9A
Tints of Pale Violet Red #E16D9A
RGB
CMYK
RGB Variations
Color information
#E16D9A (or 0xE16D9A) is known color: Pale Violet Red. HEX triplet: E1, 6D and 9A. RGB value is (225,109,154). Sum of RGB (Red+Green+Blue) = 225+109+154=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D9A is #1E9265. Grayscale: #949494. Windows color (decimal): -2003558 or 10120673. OLE color: 10120673.
HSL color Cylindrical-coordinate representation of color #E16D9A: hue angle of 336.72º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16D9A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 154 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.12 |
| HSL | 336.72º | 0.66% | 0.65% | - |
| HSV(B) | 336.72º | 0.52% | 0.88% | - |
| XYZ | 42.35 | 29.28 | 33.99 | - |
| YUV | 148.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 154 | 0 | 0.52 | 0.32 | 0.12 | 336.72 | 0.66 | 0.65 |
| Hex | E1 | 6D | 9A | 0 | 34 | 20 | C | 151 | 42 | 41 |
| Octal | 341 | 155 | 232 | 0 | 64 | 40 | 14 | 521 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10011010 | 0 | 110100 | 100000 | 1100 | 101010001 | 1000010 | 1000001 |
Color Harmonies of #E16D9A
Complementary color
Monochromatic Colors of #E16D9A
Black with #E16D9A
Text Example
Text Example
White with #E16D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D9A; }
p { color: rgb(225,109,154); }
H1.HeaderClassName
{
color: #E16D9A;
}
.AnyTagClassName
{
color: #E16D9A;
}
</style>
background-color css
<style>
a { background-color: #E16D9A; }
a { background-color: rgb(225,109,154); }
div.DivClassName
{
background-color: #E16D9A;
}
.BgClassName
{
background-color: #E16D9A;
}
</style>
border-color css
<style>
span { border-color: #E16D9A; }
span { border-color: rgb(225,109,154); }
td.TdClassName
{
border-color: #E16D9A;
}
.TagClassName
{
border-color: #E16D9A;
}
</style>