Shades of Pale Violet Red #E770A0
Tints of Pale Violet Red #E770A0
RGB
CMYK
RGB Variations
Color information
#E770A0 (or 0xE770A0) is known color: Pale Violet Red. HEX triplet: E7, 70 and A0. RGB value is (231,112,160). Sum of RGB (Red+Green+Blue) = 231+112+160=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E770A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770A0 is #188F5F. Grayscale: #989898. Windows color (decimal): -1609568 or 10514663. OLE color: 10514663.
HSL color Cylindrical-coordinate representation of color #E770A0: hue angle of 335.8º 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 #E770A0 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 160 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 335.8º | 0.71% | 0.67% | - |
| HSV(B) | 335.8º | 0.52% | 0.91% | - |
| XYZ | 45.09 | 31.12 | 36.89 | - |
| YUV | 153.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 160 | 0 | 0.52 | 0.31 | 0.09 | 335.8 | 0.71 | 0.67 |
| Hex | E7 | 70 | A0 | 0 | 34 | 1F | 9 | 150 | 47 | 43 |
| Octal | 347 | 160 | 240 | 0 | 64 | 37 | 11 | 520 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10100000 | 0 | 110100 | 11111 | 1001 | 101010000 | 1000111 | 1000011 |
Color Harmonies of #E770A0
Complementary color
Monochromatic Colors of #E770A0
Black with #E770A0
Text Example
Text Example
White with #E770A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770A0; }
p { color: rgb(231,112,160); }
H1.HeaderClassName
{
color: #E770A0;
}
.AnyTagClassName
{
color: #E770A0;
}
</style>
background-color css
<style>
a { background-color: #E770A0; }
a { background-color: rgb(231,112,160); }
div.DivClassName
{
background-color: #E770A0;
}
.BgClassName
{
background-color: #E770A0;
}
</style>
border-color css
<style>
span { border-color: #E770A0; }
span { border-color: rgb(231,112,160); }
td.TdClassName
{
border-color: #E770A0;
}
.TagClassName
{
border-color: #E770A0;
}
</style>