Shades of Violet #E079EE
Tints of Violet #E079EE
RGB
CMYK
RGB Variations
Color information
#E079EE (or 0xE079EE) is known color: Violet. HEX triplet: E0, 79 and EE. RGB value is (224,121,238). Sum of RGB (Red+Green+Blue) = 224+121+238=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 121 (47.66% from 255 or 20.75% 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 #E079EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E079EE is #1F8611. Grayscale: #A4A4A4. Windows color (decimal): -2065938 or 15628768. OLE color: 15628768.
HSL color Cylindrical-coordinate representation of color #E079EE: hue angle of 292.82º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E079EE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 121 | 238 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.07 |
| HSL | 292.82º | 0.77% | 0.7% | - |
| HSV(B) | 292.82º | 0.49% | 0.93% | - |
| XYZ | 53.01 | 35.7 | 84.98 | - |
| YUV | 165.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 238 | 0.06 | 0.49 | 0 | 0.07 | 292.82 | 0.77 | 0.7 |
| Hex | E0 | 79 | EE | 6 | 31 | 0 | 7 | 125 | 4D | 46 |
| Octal | 340 | 171 | 356 | 6 | 61 | 0 | 7 | 445 | 115 | 106 |
| Binary | 11100000 | 1111001 | 11101110 | 110 | 110001 | 0 | 111 | 100100101 | 1001101 | 1000110 |
Color Harmonies of #E079EE
Complementary color
Monochromatic Colors of #E079EE
Black with #E079EE
Text Example
Text Example
White with #E079EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079EE; }
p { color: rgb(224,121,238); }
H1.HeaderClassName
{
color: #E079EE;
}
.AnyTagClassName
{
color: #E079EE;
}
</style>
background-color css
<style>
a { background-color: #E079EE; }
a { background-color: rgb(224,121,238); }
div.DivClassName
{
background-color: #E079EE;
}
.BgClassName
{
background-color: #E079EE;
}
</style>
border-color css
<style>
span { border-color: #E079EE; }
span { border-color: rgb(224,121,238); }
td.TdClassName
{
border-color: #E079EE;
}
.TagClassName
{
border-color: #E079EE;
}
</style>