Shades of Pale Violet Red #E775A6
Tints of Pale Violet Red #E775A6
RGB
CMYK
RGB Variations
Color information
#E775A6 (or 0xE775A6) is known color: Pale Violet Red. HEX triplet: E7, 75 and A6. RGB value is (231,117,166). Sum of RGB (Red+Green+Blue) = 231+117+166=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E775A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775A6 is #188A59. Grayscale: #9C9C9C. Windows color (decimal): -1608282 or 10909159. OLE color: 10909159.
HSL color Cylindrical-coordinate representation of color #E775A6: hue angle of 334.21º 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 #E775A6 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 166 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.09 |
| HSL | 334.21º | 0.7% | 0.68% | - |
| HSV(B) | 334.21º | 0.49% | 0.91% | - |
| XYZ | 46.2 | 32.46 | 39.91 | - |
| YUV | 156.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 166 | 0 | 0.49 | 0.28 | 0.09 | 334.21 | 0.7 | 0.68 |
| Hex | E7 | 75 | A6 | 0 | 31 | 1C | 9 | 14E | 46 | 44 |
| Octal | 347 | 165 | 246 | 0 | 61 | 34 | 11 | 516 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10100110 | 0 | 110001 | 11100 | 1001 | 101001110 | 1000110 | 1000100 |
Color Harmonies of #E775A6
Complementary color
Monochromatic Colors of #E775A6
Black with #E775A6
Text Example
Text Example
White with #E775A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775A6; }
p { color: rgb(231,117,166); }
H1.HeaderClassName
{
color: #E775A6;
}
.AnyTagClassName
{
color: #E775A6;
}
</style>
background-color css
<style>
a { background-color: #E775A6; }
a { background-color: rgb(231,117,166); }
div.DivClassName
{
background-color: #E775A6;
}
.BgClassName
{
background-color: #E775A6;
}
</style>
border-color css
<style>
span { border-color: #E775A6; }
span { border-color: rgb(231,117,166); }
td.TdClassName
{
border-color: #E775A6;
}
.TagClassName
{
border-color: #E775A6;
}
</style>