Shades of Pale Violet Red #E770A2
Tints of Pale Violet Red #E770A2
RGB
CMYK
RGB Variations
Color information
#E770A2 (or 0xE770A2) is known color: Pale Violet Red. HEX triplet: E7, 70 and A2. RGB value is (231,112,162). Sum of RGB (Red+Green+Blue) = 231+112+162=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E770A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770A2 is #188F5D. Grayscale: #999999. Windows color (decimal): -1609566 or 10645735. OLE color: 10645735.
HSL color Cylindrical-coordinate representation of color #E770A2: hue angle of 334.79º 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 #E770A2 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 162 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.09 |
| HSL | 334.79º | 0.71% | 0.67% | - |
| HSV(B) | 334.79º | 0.52% | 0.91% | - |
| XYZ | 45.27 | 31.19 | 37.82 | - |
| YUV | 153.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 162 | 0 | 0.52 | 0.30 | 0.09 | 334.79 | 0.71 | 0.67 |
| Hex | E7 | 70 | A2 | 0 | 34 | 1E | 9 | 14F | 47 | 43 |
| Octal | 347 | 160 | 242 | 0 | 64 | 36 | 11 | 517 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10100010 | 0 | 110100 | 11110 | 1001 | 101001111 | 1000111 | 1000011 |
Color Harmonies of #E770A2
Complementary color
Monochromatic Colors of #E770A2
Black with #E770A2
Text Example
Text Example
White with #E770A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770A2; }
p { color: rgb(231,112,162); }
H1.HeaderClassName
{
color: #E770A2;
}
.AnyTagClassName
{
color: #E770A2;
}
</style>
background-color css
<style>
a { background-color: #E770A2; }
a { background-color: rgb(231,112,162); }
div.DivClassName
{
background-color: #E770A2;
}
.BgClassName
{
background-color: #E770A2;
}
</style>
border-color css
<style>
span { border-color: #E770A2; }
span { border-color: rgb(231,112,162); }
td.TdClassName
{
border-color: #E770A2;
}
.TagClassName
{
border-color: #E770A2;
}
</style>