Shades of Pale Violet Red #E76A9A
Tints of Pale Violet Red #E76A9A
RGB
CMYK
RGB Variations
Color information
#E76A9A (or 0xE76A9A) is known color: Pale Violet Red. HEX triplet: E7, 6A and 9A. RGB value is (231,106,154). Sum of RGB (Red+Green+Blue) = 231+106+154=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A9A is #189565. Grayscale: #949494. Windows color (decimal): -1611110 or 10119911. OLE color: 10119911.
HSL color Cylindrical-coordinate representation of color #E76A9A: hue angle of 336.96º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A9A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 154 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.09 |
| HSL | 336.96º | 0.72% | 0.66% | - |
| HSV(B) | 336.96º | 0.54% | 0.91% | - |
| XYZ | 43.94 | 29.63 | 33.98 | - |
| YUV | 148.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 154 | 0 | 0.54 | 0.33 | 0.09 | 336.96 | 0.72 | 0.66 |
| Hex | E7 | 6A | 9A | 0 | 36 | 21 | 9 | 151 | 48 | 42 |
| Octal | 347 | 152 | 232 | 0 | 66 | 41 | 11 | 521 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10011010 | 0 | 110110 | 100001 | 1001 | 101010001 | 1001000 | 1000010 |
Color Harmonies of #E76A9A
Complementary color
Monochromatic Colors of #E76A9A
Black with #E76A9A
Text Example
Text Example
White with #E76A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A9A; }
p { color: rgb(231,106,154); }
H1.HeaderClassName
{
color: #E76A9A;
}
.AnyTagClassName
{
color: #E76A9A;
}
</style>
background-color css
<style>
a { background-color: #E76A9A; }
a { background-color: rgb(231,106,154); }
div.DivClassName
{
background-color: #E76A9A;
}
.BgClassName
{
background-color: #E76A9A;
}
</style>
border-color css
<style>
span { border-color: #E76A9A; }
span { border-color: rgb(231,106,154); }
td.TdClassName
{
border-color: #E76A9A;
}
.TagClassName
{
border-color: #E76A9A;
}
</style>