Shades of Violet #E07EE8
Tints of Violet #E07EE8
RGB
CMYK
RGB Variations
Color information
#E07EE8 (or 0xE07EE8) is known color: Violet. HEX triplet: E0, 7E and E8. RGB value is (224,126,232). Sum of RGB (Red+Green+Blue) = 224+126+232=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #E07EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EE8 is #1F8117. Grayscale: #A7A7A7. Windows color (decimal): -2064664 or 15236832. OLE color: 15236832.
HSL color Cylindrical-coordinate representation of color #E07EE8: hue angle of 295.47º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07EE8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 126 | 232 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.09 |
| HSL | 295.47º | 0.7% | 0.7% | - |
| HSV(B) | 295.47º | 0.46% | 0.91% | - |
| XYZ | 52.77 | 36.6 | 80.63 | - |
| YUV | 167.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 232 | 0.03 | 0.46 | 0 | 0.09 | 295.47 | 0.7 | 0.7 |
| Hex | E0 | 7E | E8 | 3 | 2E | 0 | 9 | 127 | 46 | 46 |
| Octal | 340 | 176 | 350 | 3 | 56 | 0 | 11 | 447 | 106 | 106 |
| Binary | 11100000 | 1111110 | 11101000 | 11 | 101110 | 0 | 1001 | 100100111 | 1000110 | 1000110 |
Color Harmonies of #E07EE8
Complementary color
Monochromatic Colors of #E07EE8
Black with #E07EE8
Text Example
Text Example
White with #E07EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EE8; }
p { color: rgb(224,126,232); }
H1.HeaderClassName
{
color: #E07EE8;
}
.AnyTagClassName
{
color: #E07EE8;
}
</style>
background-color css
<style>
a { background-color: #E07EE8; }
a { background-color: rgb(224,126,232); }
div.DivClassName
{
background-color: #E07EE8;
}
.BgClassName
{
background-color: #E07EE8;
}
</style>
border-color css
<style>
span { border-color: #E07EE8; }
span { border-color: rgb(224,126,232); }
td.TdClassName
{
border-color: #E07EE8;
}
.TagClassName
{
border-color: #E07EE8;
}
</style>