Shades of Violet #E079ED
Tints of Violet #E079ED
RGB
CMYK
RGB Variations
Color information
#E079ED (or 0xE079ED) is known color: Violet. HEX triplet: E0, 79 and ED. RGB value is (224,121,237). Sum of RGB (Red+Green+Blue) = 224+121+237=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 121 (47.66% from 255 or 20.79% 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 #E079ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E079ED is #1F8612. Grayscale: #A4A4A4. Windows color (decimal): -2065939 or 15563232. OLE color: 15563232.
HSL color Cylindrical-coordinate representation of color #E079ED: hue angle of 293.28º degrees, saturation: 0.76, 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 #E079ED is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 121 | 237 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 293.28º | 0.76% | 0.7% | - |
| HSV(B) | 293.28º | 0.49% | 0.93% | - |
| XYZ | 52.86 | 35.64 | 84.21 | - |
| YUV | 165.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 237 | 0.05 | 0.49 | 0 | 0.07 | 293.28 | 0.76 | 0.7 |
| Hex | E0 | 79 | ED | 5 | 31 | 0 | 7 | 125 | 4C | 46 |
| Octal | 340 | 171 | 355 | 5 | 61 | 0 | 7 | 445 | 114 | 106 |
| Binary | 11100000 | 1111001 | 11101101 | 101 | 110001 | 0 | 111 | 100100101 | 1001100 | 1000110 |
Color Harmonies of #E079ED
Complementary color
Monochromatic Colors of #E079ED
Black with #E079ED
Text Example
Text Example
White with #E079ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079ED; }
p { color: rgb(224,121,237); }
H1.HeaderClassName
{
color: #E079ED;
}
.AnyTagClassName
{
color: #E079ED;
}
</style>
background-color css
<style>
a { background-color: #E079ED; }
a { background-color: rgb(224,121,237); }
div.DivClassName
{
background-color: #E079ED;
}
.BgClassName
{
background-color: #E079ED;
}
</style>
border-color css
<style>
span { border-color: #E079ED; }
span { border-color: rgb(224,121,237); }
td.TdClassName
{
border-color: #E079ED;
}
.TagClassName
{
border-color: #E079ED;
}
</style>