Shades of Violet #E772E5
Tints of Violet #E772E5
RGB
CMYK
RGB Variations
Color information
#E772E5 (or 0xE772E5) is known color: Violet. HEX triplet: E7, 72 and E5. RGB value is (231,114,229). Sum of RGB (Red+Green+Blue) = 231+114+229=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E772E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772E5 is #188D1A. Grayscale: #A1A1A1. Windows color (decimal): -1608987 or 15037159. OLE color: 15037159.
HSL color Cylindrical-coordinate representation of color #E772E5: hue angle of 301.03º 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 #E772E5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 229 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.09 |
| HSL | 301.03º | 0.71% | 0.68% | - |
| HSV(B) | 301.03º | 0.51% | 0.91% | - |
| XYZ | 53.12 | 34.68 | 78.02 | - |
| YUV | 162.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 229 | 0 | 0.51 | 0.01 | 0.09 | 301.03 | 0.71 | 0.68 |
| Hex | E7 | 72 | E5 | 0 | 33 | 1 | 9 | 12D | 47 | 44 |
| Octal | 347 | 162 | 345 | 0 | 63 | 1 | 11 | 455 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11100101 | 0 | 110011 | 1 | 1001 | 100101101 | 1000111 | 1000100 |
Color Harmonies of #E772E5
Complementary color
Monochromatic Colors of #E772E5
Black with #E772E5
Text Example
Text Example
White with #E772E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772E5; }
p { color: rgb(231,114,229); }
H1.HeaderClassName
{
color: #E772E5;
}
.AnyTagClassName
{
color: #E772E5;
}
</style>
background-color css
<style>
a { background-color: #E772E5; }
a { background-color: rgb(231,114,229); }
div.DivClassName
{
background-color: #E772E5;
}
.BgClassName
{
background-color: #E772E5;
}
</style>
border-color css
<style>
span { border-color: #E772E5; }
span { border-color: rgb(231,114,229); }
td.TdClassName
{
border-color: #E772E5;
}
.TagClassName
{
border-color: #E772E5;
}
</style>