Shades of Violet #E07FEC
Tints of Violet #E07FEC
RGB
CMYK
RGB Variations
Color information
#E07FEC (or 0xE07FEC) is known color: Violet. HEX triplet: E0, 7F and EC. RGB value is (224,127,236). Sum of RGB (Red+Green+Blue) = 224+127+236=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEC is #1F8013. Grayscale: #A8A8A8. Windows color (decimal): -2064404 or 15499232. OLE color: 15499232.
HSL color Cylindrical-coordinate representation of color #E07FEC: hue angle of 293.39º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07FEC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 127 | 236 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.07 |
| HSL | 293.39º | 0.74% | 0.71% | - |
| HSV(B) | 293.39º | 0.46% | 0.93% | - |
| XYZ | 53.47 | 37.08 | 83.7 | - |
| YUV | 168.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 236 | 0.05 | 0.46 | 0 | 0.07 | 293.39 | 0.74 | 0.71 |
| Hex | E0 | 7F | EC | 5 | 2E | 0 | 7 | 125 | 4A | 47 |
| Octal | 340 | 177 | 354 | 5 | 56 | 0 | 7 | 445 | 112 | 107 |
| Binary | 11100000 | 1111111 | 11101100 | 101 | 101110 | 0 | 111 | 100100101 | 1001010 | 1000111 |
Color Harmonies of #E07FEC
Complementary color
Monochromatic Colors of #E07FEC
Black with #E07FEC
Text Example
Text Example
White with #E07FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FEC; }
p { color: rgb(224,127,236); }
H1.HeaderClassName
{
color: #E07FEC;
}
.AnyTagClassName
{
color: #E07FEC;
}
</style>
background-color css
<style>
a { background-color: #E07FEC; }
a { background-color: rgb(224,127,236); }
div.DivClassName
{
background-color: #E07FEC;
}
.BgClassName
{
background-color: #E07FEC;
}
</style>
border-color css
<style>
span { border-color: #E07FEC; }
span { border-color: rgb(224,127,236); }
td.TdClassName
{
border-color: #E07FEC;
}
.TagClassName
{
border-color: #E07FEC;
}
</style>