Shades of Pale Violet Red #E772A6
Tints of Pale Violet Red #E772A6
RGB
CMYK
RGB Variations
Color information
#E772A6 (or 0xE772A6) is known color: Pale Violet Red. HEX triplet: E7, 72 and A6. RGB value is (231,114,166). Sum of RGB (Red+Green+Blue) = 231+114+166=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E772A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772A6 is #188D59. Grayscale: #9A9A9A. Windows color (decimal): -1609050 or 10908391. OLE color: 10908391.
HSL color Cylindrical-coordinate representation of color #E772A6: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772A6 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 166 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.09 |
| HSL | 333.33º | 0.71% | 0.68% | - |
| HSV(B) | 333.33º | 0.51% | 0.91% | - |
| XYZ | 45.86 | 31.78 | 39.79 | - |
| YUV | 154.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 166 | 0 | 0.51 | 0.28 | 0.09 | 333.33 | 0.71 | 0.68 |
| Hex | E7 | 72 | A6 | 0 | 33 | 1C | 9 | 14D | 47 | 44 |
| Octal | 347 | 162 | 246 | 0 | 63 | 34 | 11 | 515 | 107 | 104 |
| Binary | 11100111 | 1110010 | 10100110 | 0 | 110011 | 11100 | 1001 | 101001101 | 1000111 | 1000100 |
Color Harmonies of #E772A6
Complementary color
Monochromatic Colors of #E772A6
Black with #E772A6
Text Example
Text Example
White with #E772A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772A6; }
p { color: rgb(231,114,166); }
H1.HeaderClassName
{
color: #E772A6;
}
.AnyTagClassName
{
color: #E772A6;
}
</style>
background-color css
<style>
a { background-color: #E772A6; }
a { background-color: rgb(231,114,166); }
div.DivClassName
{
background-color: #E772A6;
}
.BgClassName
{
background-color: #E772A6;
}
</style>
border-color css
<style>
span { border-color: #E772A6; }
span { border-color: rgb(231,114,166); }
td.TdClassName
{
border-color: #E772A6;
}
.TagClassName
{
border-color: #E772A6;
}
</style>