Shades of Pale Violet Red #E16D9D
Tints of Pale Violet Red #E16D9D
RGB
CMYK
RGB Variations
Color information
#E16D9D (or 0xE16D9D) is known color: Pale Violet Red. HEX triplet: E1, 6D and 9D. RGB value is (225,109,157). Sum of RGB (Red+Green+Blue) = 225+109+157=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D9D is #1E9262. Grayscale: #959595. Windows color (decimal): -2003555 or 10317281. OLE color: 10317281.
HSL color Cylindrical-coordinate representation of color #E16D9D: hue angle of 335.17º 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 #E16D9D is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 157 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.12 |
| HSL | 335.17º | 0.66% | 0.65% | - |
| HSV(B) | 335.17º | 0.52% | 0.88% | - |
| XYZ | 42.61 | 29.38 | 35.32 | - |
| YUV | 149.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 157 | 0 | 0.52 | 0.30 | 0.12 | 335.17 | 0.66 | 0.65 |
| Hex | E1 | 6D | 9D | 0 | 34 | 1E | C | 14F | 42 | 41 |
| Octal | 341 | 155 | 235 | 0 | 64 | 36 | 14 | 517 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10011101 | 0 | 110100 | 11110 | 1100 | 101001111 | 1000010 | 1000001 |
Color Harmonies of #E16D9D
Complementary color
Monochromatic Colors of #E16D9D
Black with #E16D9D
Text Example
Text Example
White with #E16D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D9D; }
p { color: rgb(225,109,157); }
H1.HeaderClassName
{
color: #E16D9D;
}
.AnyTagClassName
{
color: #E16D9D;
}
</style>
background-color css
<style>
a { background-color: #E16D9D; }
a { background-color: rgb(225,109,157); }
div.DivClassName
{
background-color: #E16D9D;
}
.BgClassName
{
background-color: #E16D9D;
}
</style>
border-color css
<style>
span { border-color: #E16D9D; }
span { border-color: rgb(225,109,157); }
td.TdClassName
{
border-color: #E16D9D;
}
.TagClassName
{
border-color: #E16D9D;
}
</style>