Shades of Violet #E07CEB
Tints of Violet #E07CEB
RGB
CMYK
RGB Variations
Color information
#E07CEB (or 0xE07CEB) is known color: Violet. HEX triplet: E0, 7C and EB. RGB value is (224,124,235). Sum of RGB (Red+Green+Blue) = 224+124+235=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #E07CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CEB is #1F8314. Grayscale: #A6A6A6. Windows color (decimal): -2065173 or 15432928. OLE color: 15432928.
HSL color Cylindrical-coordinate representation of color #E07CEB: hue angle of 294.05º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07CEB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 124 | 235 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.08 |
| HSL | 294.05º | 0.74% | 0.7% | - |
| HSV(B) | 294.05º | 0.47% | 0.92% | - |
| XYZ | 52.94 | 36.26 | 82.81 | - |
| YUV | 166.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 235 | 0.05 | 0.47 | 0 | 0.08 | 294.05 | 0.74 | 0.7 |
| Hex | E0 | 7C | EB | 5 | 2F | 0 | 8 | 126 | 4A | 46 |
| Octal | 340 | 174 | 353 | 5 | 57 | 0 | 10 | 446 | 112 | 106 |
| Binary | 11100000 | 1111100 | 11101011 | 101 | 101111 | 0 | 1000 | 100100110 | 1001010 | 1000110 |
Color Harmonies of #E07CEB
Complementary color
Monochromatic Colors of #E07CEB
Black with #E07CEB
Text Example
Text Example
White with #E07CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CEB; }
p { color: rgb(224,124,235); }
H1.HeaderClassName
{
color: #E07CEB;
}
.AnyTagClassName
{
color: #E07CEB;
}
</style>
background-color css
<style>
a { background-color: #E07CEB; }
a { background-color: rgb(224,124,235); }
div.DivClassName
{
background-color: #E07CEB;
}
.BgClassName
{
background-color: #E07CEB;
}
</style>
border-color css
<style>
span { border-color: #E07CEB; }
span { border-color: rgb(224,124,235); }
td.TdClassName
{
border-color: #E07CEB;
}
.TagClassName
{
border-color: #E07CEB;
}
</style>