Shades of Violet #E07CE9
Tints of Violet #E07CE9
RGB
CMYK
RGB Variations
Color information
#E07CE9 (or 0xE07CE9) is known color: Violet. HEX triplet: E0, 7C and E9. RGB value is (224,124,233). Sum of RGB (Red+Green+Blue) = 224+124+233=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #E07CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CE9 is #1F8316. Grayscale: #A5A5A5. Windows color (decimal): -2065175 or 15301856. OLE color: 15301856.
HSL color Cylindrical-coordinate representation of color #E07CE9: hue angle of 295.05º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07CE9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 124 | 233 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.09 |
| HSL | 295.05º | 0.71% | 0.7% | - |
| HSV(B) | 295.05º | 0.47% | 0.91% | - |
| XYZ | 52.66 | 36.15 | 81.29 | - |
| YUV | 166.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 233 | 0.04 | 0.47 | 0 | 0.09 | 295.05 | 0.71 | 0.7 |
| Hex | E0 | 7C | E9 | 4 | 2F | 0 | 9 | 127 | 47 | 46 |
| Octal | 340 | 174 | 351 | 4 | 57 | 0 | 11 | 447 | 107 | 106 |
| Binary | 11100000 | 1111100 | 11101001 | 100 | 101111 | 0 | 1001 | 100100111 | 1000111 | 1000110 |
Color Harmonies of #E07CE9
Complementary color
Monochromatic Colors of #E07CE9
Black with #E07CE9
Text Example
Text Example
White with #E07CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CE9; }
p { color: rgb(224,124,233); }
H1.HeaderClassName
{
color: #E07CE9;
}
.AnyTagClassName
{
color: #E07CE9;
}
</style>
background-color css
<style>
a { background-color: #E07CE9; }
a { background-color: rgb(224,124,233); }
div.DivClassName
{
background-color: #E07CE9;
}
.BgClassName
{
background-color: #E07CE9;
}
</style>
border-color css
<style>
span { border-color: #E07CE9; }
span { border-color: rgb(224,124,233); }
td.TdClassName
{
border-color: #E07CE9;
}
.TagClassName
{
border-color: #E07CE9;
}
</style>