Shades of Pale Violet Red #E770A6
Tints of Pale Violet Red #E770A6
RGB
CMYK
RGB Variations
Color information
#E770A6 (or 0xE770A6) is known color: Pale Violet Red. HEX triplet: E7, 70 and A6. RGB value is (231,112,166). Sum of RGB (Red+Green+Blue) = 231+112+166=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E770A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770A6 is #188F59. Grayscale: #999999. Windows color (decimal): -1609562 or 10907879. OLE color: 10907879.
HSL color Cylindrical-coordinate representation of color #E770A6: hue angle of 332.77º 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 #E770A6 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 166 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.09 |
| HSL | 332.77º | 0.71% | 0.67% | - |
| HSV(B) | 332.77º | 0.52% | 0.91% | - |
| XYZ | 45.63 | 31.33 | 39.72 | - |
| YUV | 153.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 166 | 0 | 0.52 | 0.28 | 0.09 | 332.77 | 0.71 | 0.67 |
| Hex | E7 | 70 | A6 | 0 | 34 | 1C | 9 | 14D | 47 | 43 |
| Octal | 347 | 160 | 246 | 0 | 64 | 34 | 11 | 515 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10100110 | 0 | 110100 | 11100 | 1001 | 101001101 | 1000111 | 1000011 |
Color Harmonies of #E770A6
Complementary color
Monochromatic Colors of #E770A6
Black with #E770A6
Text Example
Text Example
White with #E770A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770A6; }
p { color: rgb(231,112,166); }
H1.HeaderClassName
{
color: #E770A6;
}
.AnyTagClassName
{
color: #E770A6;
}
</style>
background-color css
<style>
a { background-color: #E770A6; }
a { background-color: rgb(231,112,166); }
div.DivClassName
{
background-color: #E770A6;
}
.BgClassName
{
background-color: #E770A6;
}
</style>
border-color css
<style>
span { border-color: #E770A6; }
span { border-color: rgb(231,112,166); }
td.TdClassName
{
border-color: #E770A6;
}
.TagClassName
{
border-color: #E770A6;
}
</style>