Shades of Violet #E772EE
Tints of Violet #E772EE
RGB
CMYK
RGB Variations
Color information
#E772EE (or 0xE772EE) is known color: Violet. HEX triplet: E7, 72 and EE. RGB value is (231,114,238). Sum of RGB (Red+Green+Blue) = 231+114+238=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #E772EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772EE is #188D11. Grayscale: #A2A2A2. Windows color (decimal): -1608978 or 15626983. OLE color: 15626983.
HSL color Cylindrical-coordinate representation of color #E772EE: hue angle of 296.61º degrees, saturation: 0.78, 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 #E772EE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 114 | 238 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.61º | 0.78% | 0.69% | - |
| HSV(B) | 296.61º | 0.52% | 0.93% | - |
| XYZ | 54.4 | 35.2 | 84.82 | - |
| YUV | 163.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 238 | 0.03 | 0.52 | 0 | 0.07 | 296.61 | 0.78 | 0.69 |
| Hex | E7 | 72 | EE | 3 | 34 | 0 | 7 | 129 | 4E | 45 |
| Octal | 347 | 162 | 356 | 3 | 64 | 0 | 7 | 451 | 116 | 105 |
| Binary | 11100111 | 1110010 | 11101110 | 11 | 110100 | 0 | 111 | 100101001 | 1001110 | 1000101 |
Color Harmonies of #E772EE
Complementary color
Monochromatic Colors of #E772EE
Black with #E772EE
Text Example
Text Example
White with #E772EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772EE; }
p { color: rgb(231,114,238); }
H1.HeaderClassName
{
color: #E772EE;
}
.AnyTagClassName
{
color: #E772EE;
}
</style>
background-color css
<style>
a { background-color: #E772EE; }
a { background-color: rgb(231,114,238); }
div.DivClassName
{
background-color: #E772EE;
}
.BgClassName
{
background-color: #E772EE;
}
</style>
border-color css
<style>
span { border-color: #E772EE; }
span { border-color: rgb(231,114,238); }
td.TdClassName
{
border-color: #E772EE;
}
.TagClassName
{
border-color: #E772EE;
}
</style>