Shades of Pale Violet Red #E16DA7
Tints of Pale Violet Red #E16DA7
RGB
CMYK
RGB Variations
Color information
#E16DA7 (or 0xE16DA7) is known color: Pale Violet Red. HEX triplet: E1, 6D and A7. RGB value is (225,109,167). Sum of RGB (Red+Green+Blue) = 225+109+167=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA7 is #1E9258. Grayscale: #969696. Windows color (decimal): -2003545 or 10972641. OLE color: 10972641.
HSL color Cylindrical-coordinate representation of color #E16DA7: hue angle of 330º 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 #E16DA7 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 167 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.12 |
| HSL | 330º | 0.66% | 0.65% | - |
| HSV(B) | 330º | 0.52% | 0.88% | - |
| XYZ | 43.5 | 29.73 | 40.01 | - |
| YUV | 150.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 167 | 0 | 0.52 | 0.26 | 0.12 | 330 | 0.66 | 0.65 |
| Hex | E1 | 6D | A7 | 0 | 34 | 1A | C | 14A | 42 | 41 |
| Octal | 341 | 155 | 247 | 0 | 64 | 32 | 14 | 512 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10100111 | 0 | 110100 | 11010 | 1100 | 101001010 | 1000010 | 1000001 |
Color Harmonies of #E16DA7
Complementary color
Monochromatic Colors of #E16DA7
Black with #E16DA7
Text Example
Text Example
White with #E16DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DA7; }
p { color: rgb(225,109,167); }
H1.HeaderClassName
{
color: #E16DA7;
}
.AnyTagClassName
{
color: #E16DA7;
}
</style>
background-color css
<style>
a { background-color: #E16DA7; }
a { background-color: rgb(225,109,167); }
div.DivClassName
{
background-color: #E16DA7;
}
.BgClassName
{
background-color: #E16DA7;
}
</style>
border-color css
<style>
span { border-color: #E16DA7; }
span { border-color: rgb(225,109,167); }
td.TdClassName
{
border-color: #E16DA7;
}
.TagClassName
{
border-color: #E16DA7;
}
</style>