Shades of Pale Violet Red #E772A8
Tints of Pale Violet Red #E772A8
RGB
CMYK
RGB Variations
Color information
#E772A8 (or 0xE772A8) is known color: Pale Violet Red. HEX triplet: E7, 72 and A8. RGB value is (231,114,168). Sum of RGB (Red+Green+Blue) = 231+114+168=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E772A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772A8 is #188D57. Grayscale: #9B9B9B. Windows color (decimal): -1609048 or 11039463. OLE color: 11039463.
HSL color Cylindrical-coordinate representation of color #E772A8: hue angle of 332.31º 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 #E772A8 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 168 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.09 |
| HSL | 332.31º | 0.71% | 0.68% | - |
| HSV(B) | 332.31º | 0.51% | 0.91% | - |
| XYZ | 46.04 | 31.85 | 40.77 | - |
| YUV | 155.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 168 | 0 | 0.51 | 0.27 | 0.09 | 332.31 | 0.71 | 0.68 |
| Hex | E7 | 72 | A8 | 0 | 33 | 1B | 9 | 14C | 47 | 44 |
| Octal | 347 | 162 | 250 | 0 | 63 | 33 | 11 | 514 | 107 | 104 |
| Binary | 11100111 | 1110010 | 10101000 | 0 | 110011 | 11011 | 1001 | 101001100 | 1000111 | 1000100 |
Color Harmonies of #E772A8
Complementary color
Monochromatic Colors of #E772A8
Black with #E772A8
Text Example
Text Example
White with #E772A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772A8; }
p { color: rgb(231,114,168); }
H1.HeaderClassName
{
color: #E772A8;
}
.AnyTagClassName
{
color: #E772A8;
}
</style>
background-color css
<style>
a { background-color: #E772A8; }
a { background-color: rgb(231,114,168); }
div.DivClassName
{
background-color: #E772A8;
}
.BgClassName
{
background-color: #E772A8;
}
</style>
border-color css
<style>
span { border-color: #E772A8; }
span { border-color: rgb(231,114,168); }
td.TdClassName
{
border-color: #E772A8;
}
.TagClassName
{
border-color: #E772A8;
}
</style>