Shades of Pale Violet Red #E076A1
Tints of Pale Violet Red #E076A1
RGB
CMYK
RGB Variations
Color information
#E076A1 (or 0xE076A1) is known color: Pale Violet Red. HEX triplet: E0, 76 and A1. RGB value is (224,118,161). Sum of RGB (Red+Green+Blue) = 224+118+161=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A1 is #1F895E. Grayscale: #9A9A9A. Windows color (decimal): -2066783 or 10581728. OLE color: 10581728.
HSL color Cylindrical-coordinate representation of color #E076A1: hue angle of 335.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076A1 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 161 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.12 |
| HSL | 335.66º | 0.63% | 0.67% | - |
| HSV(B) | 335.66º | 0.47% | 0.88% | - |
| XYZ | 43.65 | 31.38 | 37.47 | - |
| YUV | 154.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 161 | 0 | 0.47 | 0.28 | 0.12 | 335.66 | 0.63 | 0.67 |
| Hex | E0 | 76 | A1 | 0 | 2F | 1C | C | 150 | 3F | 43 |
| Octal | 340 | 166 | 241 | 0 | 57 | 34 | 14 | 520 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10100001 | 0 | 101111 | 11100 | 1100 | 101010000 | 111111 | 1000011 |
Color Harmonies of #E076A1
Complementary color
Monochromatic Colors of #E076A1
Black with #E076A1
Text Example
Text Example
White with #E076A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076A1; }
p { color: rgb(224,118,161); }
H1.HeaderClassName
{
color: #E076A1;
}
.AnyTagClassName
{
color: #E076A1;
}
</style>
background-color css
<style>
a { background-color: #E076A1; }
a { background-color: rgb(224,118,161); }
div.DivClassName
{
background-color: #E076A1;
}
.BgClassName
{
background-color: #E076A1;
}
</style>
border-color css
<style>
span { border-color: #E076A1; }
span { border-color: rgb(224,118,161); }
td.TdClassName
{
border-color: #E076A1;
}
.TagClassName
{
border-color: #E076A1;
}
</style>