Shades of Violet #E772ED
Tints of Violet #E772ED
RGB
CMYK
RGB Variations
Color information
#E772ED (or 0xE772ED) is known color: Violet. HEX triplet: E7, 72 and ED. RGB value is (231,114,237). Sum of RGB (Red+Green+Blue) = 231+114+237=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #E772ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772ED is #188D12. Grayscale: #A2A2A2. Windows color (decimal): -1608979 or 15561447. OLE color: 15561447.
HSL color Cylindrical-coordinate representation of color #E772ED: hue angle of 297.07º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E772ED is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 114 | 237 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 297.07º | 0.77% | 0.69% | - |
| HSV(B) | 297.07º | 0.52% | 0.93% | - |
| XYZ | 54.26 | 35.14 | 84.04 | - |
| YUV | 163.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 237 | 0.03 | 0.52 | 0 | 0.07 | 297.07 | 0.77 | 0.69 |
| Hex | E7 | 72 | ED | 3 | 34 | 0 | 7 | 129 | 4D | 45 |
| Octal | 347 | 162 | 355 | 3 | 64 | 0 | 7 | 451 | 115 | 105 |
| Binary | 11100111 | 1110010 | 11101101 | 11 | 110100 | 0 | 111 | 100101001 | 1001101 | 1000101 |
Color Harmonies of #E772ED
Complementary color
Monochromatic Colors of #E772ED
Black with #E772ED
Text Example
Text Example
White with #E772ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772ED; }
p { color: rgb(231,114,237); }
H1.HeaderClassName
{
color: #E772ED;
}
.AnyTagClassName
{
color: #E772ED;
}
</style>
background-color css
<style>
a { background-color: #E772ED; }
a { background-color: rgb(231,114,237); }
div.DivClassName
{
background-color: #E772ED;
}
.BgClassName
{
background-color: #E772ED;
}
</style>
border-color css
<style>
span { border-color: #E772ED; }
span { border-color: rgb(231,114,237); }
td.TdClassName
{
border-color: #E772ED;
}
.TagClassName
{
border-color: #E772ED;
}
</style>