Shades of Pale Violet Red #E76CA2
Tints of Pale Violet Red #E76CA2
RGB
CMYK
RGB Variations
Color information
#E76CA2 (or 0xE76CA2) is known color: Pale Violet Red. HEX triplet: E7, 6C and A2. RGB value is (231,108,162). Sum of RGB (Red+Green+Blue) = 231+108+162=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA2 is #18935D. Grayscale: #969696. Windows color (decimal): -1610590 or 10644711. OLE color: 10644711.
HSL color Cylindrical-coordinate representation of color #E76CA2: hue angle of 333.66º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 162 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.09 |
| HSL | 333.66º | 0.72% | 0.66% | - |
| HSV(B) | 333.66º | 0.53% | 0.91% | - |
| XYZ | 44.84 | 30.32 | 37.67 | - |
| YUV | 150.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 162 | 0 | 0.53 | 0.30 | 0.09 | 333.66 | 0.72 | 0.66 |
| Hex | E7 | 6C | A2 | 0 | 35 | 1E | 9 | 14E | 48 | 42 |
| Octal | 347 | 154 | 242 | 0 | 65 | 36 | 11 | 516 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10100010 | 0 | 110101 | 11110 | 1001 | 101001110 | 1001000 | 1000010 |
Color Harmonies of #E76CA2
Complementary color
Monochromatic Colors of #E76CA2
Black with #E76CA2
Text Example
Text Example
White with #E76CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA2; }
p { color: rgb(231,108,162); }
H1.HeaderClassName
{
color: #E76CA2;
}
.AnyTagClassName
{
color: #E76CA2;
}
</style>
background-color css
<style>
a { background-color: #E76CA2; }
a { background-color: rgb(231,108,162); }
div.DivClassName
{
background-color: #E76CA2;
}
.BgClassName
{
background-color: #E76CA2;
}
</style>
border-color css
<style>
span { border-color: #E76CA2; }
span { border-color: rgb(231,108,162); }
td.TdClassName
{
border-color: #E76CA2;
}
.TagClassName
{
border-color: #E76CA2;
}
</style>