Shades of Pale Violet Red #E16DA8
Tints of Pale Violet Red #E16DA8
RGB
CMYK
RGB Variations
Color information
#E16DA8 (or 0xE16DA8) is known color: Pale Violet Red. HEX triplet: E1, 6D and A8. RGB value is (225,109,168). Sum of RGB (Red+Green+Blue) = 225+109+168=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA8 is #1E9257. Grayscale: #969696. Windows color (decimal): -2003544 or 11038177. OLE color: 11038177.
HSL color Cylindrical-coordinate representation of color #E16DA8: hue angle of 329.48º 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 #E16DA8 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 168 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.12 |
| HSL | 329.48º | 0.66% | 0.65% | - |
| HSV(B) | 329.48º | 0.52% | 0.88% | - |
| XYZ | 43.59 | 29.77 | 40.5 | - |
| YUV | 150.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 168 | 0 | 0.52 | 0.25 | 0.12 | 329.48 | 0.66 | 0.65 |
| Hex | E1 | 6D | A8 | 0 | 34 | 19 | C | 149 | 42 | 41 |
| Octal | 341 | 155 | 250 | 0 | 64 | 31 | 14 | 511 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10101000 | 0 | 110100 | 11001 | 1100 | 101001001 | 1000010 | 1000001 |
Color Harmonies of #E16DA8
Complementary color
Monochromatic Colors of #E16DA8
Black with #E16DA8
Text Example
Text Example
White with #E16DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DA8; }
p { color: rgb(225,109,168); }
H1.HeaderClassName
{
color: #E16DA8;
}
.AnyTagClassName
{
color: #E16DA8;
}
</style>
background-color css
<style>
a { background-color: #E16DA8; }
a { background-color: rgb(225,109,168); }
div.DivClassName
{
background-color: #E16DA8;
}
.BgClassName
{
background-color: #E16DA8;
}
</style>
border-color css
<style>
span { border-color: #E16DA8; }
span { border-color: rgb(225,109,168); }
td.TdClassName
{
border-color: #E16DA8;
}
.TagClassName
{
border-color: #E16DA8;
}
</style>