Shades of Pale Violet Red #E770A1
Tints of Pale Violet Red #E770A1
RGB
CMYK
RGB Variations
Color information
#E770A1 (or 0xE770A1) is known color: Pale Violet Red. HEX triplet: E7, 70 and A1. RGB value is (231,112,161). Sum of RGB (Red+Green+Blue) = 231+112+161=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E770A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770A1 is #188F5E. Grayscale: #999999. Windows color (decimal): -1609567 or 10580199. OLE color: 10580199.
HSL color Cylindrical-coordinate representation of color #E770A1: hue angle of 335.29º 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 #E770A1 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 161 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.09 |
| HSL | 335.29º | 0.71% | 0.67% | - |
| HSV(B) | 335.29º | 0.52% | 0.91% | - |
| XYZ | 45.18 | 31.15 | 37.35 | - |
| YUV | 153.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 161 | 0 | 0.52 | 0.30 | 0.09 | 335.29 | 0.71 | 0.67 |
| Hex | E7 | 70 | A1 | 0 | 34 | 1E | 9 | 14F | 47 | 43 |
| Octal | 347 | 160 | 241 | 0 | 64 | 36 | 11 | 517 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10100001 | 0 | 110100 | 11110 | 1001 | 101001111 | 1000111 | 1000011 |
Color Harmonies of #E770A1
Complementary color
Monochromatic Colors of #E770A1
Black with #E770A1
Text Example
Text Example
White with #E770A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770A1; }
p { color: rgb(231,112,161); }
H1.HeaderClassName
{
color: #E770A1;
}
.AnyTagClassName
{
color: #E770A1;
}
</style>
background-color css
<style>
a { background-color: #E770A1; }
a { background-color: rgb(231,112,161); }
div.DivClassName
{
background-color: #E770A1;
}
.BgClassName
{
background-color: #E770A1;
}
</style>
border-color css
<style>
span { border-color: #E770A1; }
span { border-color: rgb(231,112,161); }
td.TdClassName
{
border-color: #E770A1;
}
.TagClassName
{
border-color: #E770A1;
}
</style>