Shades of Pale Violet Red #E76FA0
Tints of Pale Violet Red #E76FA0
RGB
CMYK
RGB Variations
Color information
#E76FA0 (or 0xE76FA0) is known color: Pale Violet Red. HEX triplet: E7, 6F and A0. RGB value is (231,111,160). Sum of RGB (Red+Green+Blue) = 231+111+160=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FA0 is #18905F. Grayscale: #989898. Windows color (decimal): -1609824 or 10514407. OLE color: 10514407.
HSL color Cylindrical-coordinate representation of color #E76FA0: hue angle of 335.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 160 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 335.5º | 0.71% | 0.67% | - |
| HSV(B) | 335.5º | 0.52% | 0.91% | - |
| XYZ | 44.98 | 30.9 | 36.85 | - |
| YUV | 152.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 160 | 0 | 0.52 | 0.31 | 0.09 | 335.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | A0 | 0 | 34 | 1F | 9 | 150 | 47 | 43 |
| Octal | 347 | 157 | 240 | 0 | 64 | 37 | 11 | 520 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10100000 | 0 | 110100 | 11111 | 1001 | 101010000 | 1000111 | 1000011 |
Color Harmonies of #E76FA0
Complementary color
Monochromatic Colors of #E76FA0
Black with #E76FA0
Text Example
Text Example
White with #E76FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FA0; }
p { color: rgb(231,111,160); }
H1.HeaderClassName
{
color: #E76FA0;
}
.AnyTagClassName
{
color: #E76FA0;
}
</style>
background-color css
<style>
a { background-color: #E76FA0; }
a { background-color: rgb(231,111,160); }
div.DivClassName
{
background-color: #E76FA0;
}
.BgClassName
{
background-color: #E76FA0;
}
</style>
border-color css
<style>
span { border-color: #E76FA0; }
span { border-color: rgb(231,111,160); }
td.TdClassName
{
border-color: #E76FA0;
}
.TagClassName
{
border-color: #E76FA0;
}
</style>