Shades of Violet #E07CED
Tints of Violet #E07CED
RGB
CMYK
RGB Variations
Color information
#E07CED (or 0xE07CED) is known color: Violet. HEX triplet: E0, 7C and ED. RGB value is (224,124,237). Sum of RGB (Red+Green+Blue) = 224+124+237=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #E07CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CED is #1F8312. Grayscale: #A6A6A6. Windows color (decimal): -2065171 or 15564000. OLE color: 15564000.
HSL color Cylindrical-coordinate representation of color #E07CED: hue angle of 293.1º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07CED is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 124 | 237 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.07 |
| HSL | 293.1º | 0.76% | 0.71% | - |
| HSV(B) | 293.1º | 0.48% | 0.93% | - |
| XYZ | 53.23 | 36.38 | 84.34 | - |
| YUV | 166.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 237 | 0.05 | 0.48 | 0 | 0.07 | 293.1 | 0.76 | 0.71 |
| Hex | E0 | 7C | ED | 5 | 30 | 0 | 7 | 125 | 4C | 47 |
| Octal | 340 | 174 | 355 | 5 | 60 | 0 | 7 | 445 | 114 | 107 |
| Binary | 11100000 | 1111100 | 11101101 | 101 | 110000 | 0 | 111 | 100100101 | 1001100 | 1000111 |
Color Harmonies of #E07CED
Complementary color
Monochromatic Colors of #E07CED
Black with #E07CED
Text Example
Text Example
White with #E07CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CED; }
p { color: rgb(224,124,237); }
H1.HeaderClassName
{
color: #E07CED;
}
.AnyTagClassName
{
color: #E07CED;
}
</style>
background-color css
<style>
a { background-color: #E07CED; }
a { background-color: rgb(224,124,237); }
div.DivClassName
{
background-color: #E07CED;
}
.BgClassName
{
background-color: #E07CED;
}
</style>
border-color css
<style>
span { border-color: #E07CED; }
span { border-color: rgb(224,124,237); }
td.TdClassName
{
border-color: #E07CED;
}
.TagClassName
{
border-color: #E07CED;
}
</style>