Shades of Violet #E07CE4
Tints of Violet #E07CE4
RGB
CMYK
RGB Variations
Color information
#E07CE4 (or 0xE07CE4) is known color: Violet. HEX triplet: E0, 7C and E4. RGB value is (224,124,228). Sum of RGB (Red+Green+Blue) = 224+124+228=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #E07CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CE4 is #1F831B. Grayscale: #A5A5A5. Windows color (decimal): -2065180 or 14974176. OLE color: 14974176.
HSL color Cylindrical-coordinate representation of color #E07CE4: hue angle of 297.69º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07CE4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 124 | 228 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.11 |
| HSL | 297.69º | 0.66% | 0.69% | - |
| HSV(B) | 297.69º | 0.46% | 0.89% | - |
| XYZ | 51.95 | 35.86 | 77.58 | - |
| YUV | 165.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 228 | 0.02 | 0.46 | 0 | 0.11 | 297.69 | 0.66 | 0.69 |
| Hex | E0 | 7C | E4 | 2 | 2E | 0 | B | 12A | 42 | 45 |
| Octal | 340 | 174 | 344 | 2 | 56 | 0 | 13 | 452 | 102 | 105 |
| Binary | 11100000 | 1111100 | 11100100 | 10 | 101110 | 0 | 1011 | 100101010 | 1000010 | 1000101 |
Color Harmonies of #E07CE4
Complementary color
Monochromatic Colors of #E07CE4
Black with #E07CE4
Text Example
Text Example
White with #E07CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CE4; }
p { color: rgb(224,124,228); }
H1.HeaderClassName
{
color: #E07CE4;
}
.AnyTagClassName
{
color: #E07CE4;
}
</style>
background-color css
<style>
a { background-color: #E07CE4; }
a { background-color: rgb(224,124,228); }
div.DivClassName
{
background-color: #E07CE4;
}
.BgClassName
{
background-color: #E07CE4;
}
</style>
border-color css
<style>
span { border-color: #E07CE4; }
span { border-color: rgb(224,124,228); }
td.TdClassName
{
border-color: #E07CE4;
}
.TagClassName
{
border-color: #E07CE4;
}
</style>