Shades of Pale Violet Red #E775A8
Tints of Pale Violet Red #E775A8
RGB
CMYK
RGB Variations
Color information
#E775A8 (or 0xE775A8) is known color: Pale Violet Red. HEX triplet: E7, 75 and A8. RGB value is (231,117,168). Sum of RGB (Red+Green+Blue) = 231+117+168=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A8 is #188A57. Grayscale: #9C9C9C. Windows color (decimal): -1608280 or 11040231. OLE color: 11040231.
HSL color Cylindrical-coordinate representation of color #E775A8: hue angle of 333.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E775A8 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 168 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.09 |
| HSL | 333.16º | 0.7% | 0.68% | - |
| HSV(B) | 333.16º | 0.49% | 0.91% | - |
| XYZ | 46.38 | 32.54 | 40.88 | - |
| YUV | 156.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 168 | 0 | 0.49 | 0.27 | 0.09 | 333.16 | 0.7 | 0.68 |
| Hex | E7 | 75 | A8 | 0 | 31 | 1B | 9 | 14D | 46 | 44 |
| Octal | 347 | 165 | 250 | 0 | 61 | 33 | 11 | 515 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10101000 | 0 | 110001 | 11011 | 1001 | 101001101 | 1000110 | 1000100 |
Color Harmonies of #E775A8
Complementary color
Monochromatic Colors of #E775A8
Black with #E775A8
Text Example
Text Example
White with #E775A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775A8; }
p { color: rgb(231,117,168); }
H1.HeaderClassName
{
color: #E775A8;
}
.AnyTagClassName
{
color: #E775A8;
}
</style>
background-color css
<style>
a { background-color: #E775A8; }
a { background-color: rgb(231,117,168); }
div.DivClassName
{
background-color: #E775A8;
}
.BgClassName
{
background-color: #E775A8;
}
</style>
border-color css
<style>
span { border-color: #E775A8; }
span { border-color: rgb(231,117,168); }
td.TdClassName
{
border-color: #E775A8;
}
.TagClassName
{
border-color: #E775A8;
}
</style>