Shades of Violet #E07EEC
Tints of Violet #E07EEC
RGB
CMYK
RGB Variations
Color information
#E07EEC (or 0xE07EEC) is known color: Violet. HEX triplet: E0, 7E and EC. RGB value is (224,126,236). Sum of RGB (Red+Green+Blue) = 224+126+236=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EEC is #1F8113. Grayscale: #A7A7A7. Windows color (decimal): -2064660 or 15498976. OLE color: 15498976.
HSL color Cylindrical-coordinate representation of color #E07EEC: hue angle of 293.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07EEC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 126 | 236 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.07 |
| HSL | 293.45º | 0.74% | 0.71% | - |
| HSV(B) | 293.45º | 0.47% | 0.93% | - |
| XYZ | 53.34 | 36.83 | 83.65 | - |
| YUV | 167.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 236 | 0.05 | 0.47 | 0 | 0.07 | 293.45 | 0.74 | 0.71 |
| Hex | E0 | 7E | EC | 5 | 2F | 0 | 7 | 125 | 4A | 47 |
| Octal | 340 | 176 | 354 | 5 | 57 | 0 | 7 | 445 | 112 | 107 |
| Binary | 11100000 | 1111110 | 11101100 | 101 | 101111 | 0 | 111 | 100100101 | 1001010 | 1000111 |
Color Harmonies of #E07EEC
Complementary color
Monochromatic Colors of #E07EEC
Black with #E07EEC
Text Example
Text Example
White with #E07EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EEC; }
p { color: rgb(224,126,236); }
H1.HeaderClassName
{
color: #E07EEC;
}
.AnyTagClassName
{
color: #E07EEC;
}
</style>
background-color css
<style>
a { background-color: #E07EEC; }
a { background-color: rgb(224,126,236); }
div.DivClassName
{
background-color: #E07EEC;
}
.BgClassName
{
background-color: #E07EEC;
}
</style>
border-color css
<style>
span { border-color: #E07EEC; }
span { border-color: rgb(224,126,236); }
td.TdClassName
{
border-color: #E07EEC;
}
.TagClassName
{
border-color: #E07EEC;
}
</style>