Shades of Violet #E078ED
Tints of Violet #E078ED
RGB
CMYK
RGB Variations
Color information
#E078ED (or 0xE078ED) is known color: Violet. HEX triplet: E0, 78 and ED. RGB value is (224,120,237). Sum of RGB (Red+Green+Blue) = 224+120+237=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E078ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078ED is #1F8712. Grayscale: #A4A4A4. Windows color (decimal): -2066195 or 15562976. OLE color: 15562976.
HSL color Cylindrical-coordinate representation of color #E078ED: hue angle of 293.33º 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 #E078ED is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 120 | 237 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 293.33º | 0.76% | 0.7% | - |
| HSV(B) | 293.33º | 0.49% | 0.93% | - |
| XYZ | 52.74 | 35.39 | 84.17 | - |
| YUV | 164.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 237 | 0.05 | 0.49 | 0 | 0.07 | 293.33 | 0.76 | 0.7 |
| Hex | E0 | 78 | ED | 5 | 31 | 0 | 7 | 125 | 4C | 46 |
| Octal | 340 | 170 | 355 | 5 | 61 | 0 | 7 | 445 | 114 | 106 |
| Binary | 11100000 | 1111000 | 11101101 | 101 | 110001 | 0 | 111 | 100100101 | 1001100 | 1000110 |
Color Harmonies of #E078ED
Complementary color
Monochromatic Colors of #E078ED
Black with #E078ED
Text Example
Text Example
White with #E078ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078ED; }
p { color: rgb(224,120,237); }
H1.HeaderClassName
{
color: #E078ED;
}
.AnyTagClassName
{
color: #E078ED;
}
</style>
background-color css
<style>
a { background-color: #E078ED; }
a { background-color: rgb(224,120,237); }
div.DivClassName
{
background-color: #E078ED;
}
.BgClassName
{
background-color: #E078ED;
}
</style>
border-color css
<style>
span { border-color: #E078ED; }
span { border-color: rgb(224,120,237); }
td.TdClassName
{
border-color: #E078ED;
}
.TagClassName
{
border-color: #E078ED;
}
</style>