Shades of Violet #E07FEB
Tints of Violet #E07FEB
RGB
CMYK
RGB Variations
Color information
#E07FEB (or 0xE07FEB) is known color: Violet. HEX triplet: E0, 7F and EB. RGB value is (224,127,235). Sum of RGB (Red+Green+Blue) = 224+127+235=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #E07FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEB is #1F8014. Grayscale: #A7A7A7. Windows color (decimal): -2064405 or 15433696. OLE color: 15433696.
HSL color Cylindrical-coordinate representation of color #E07FEB: hue angle of 293.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07FEB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 127 | 235 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.08 |
| HSL | 293.89º | 0.73% | 0.71% | - |
| HSV(B) | 293.89º | 0.46% | 0.92% | - |
| XYZ | 53.33 | 37.02 | 82.93 | - |
| YUV | 168.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 235 | 0.05 | 0.46 | 0 | 0.08 | 293.89 | 0.73 | 0.71 |
| Hex | E0 | 7F | EB | 5 | 2E | 0 | 8 | 126 | 49 | 47 |
| Octal | 340 | 177 | 353 | 5 | 56 | 0 | 10 | 446 | 111 | 107 |
| Binary | 11100000 | 1111111 | 11101011 | 101 | 101110 | 0 | 1000 | 100100110 | 1001001 | 1000111 |
Color Harmonies of #E07FEB
Complementary color
Monochromatic Colors of #E07FEB
Black with #E07FEB
Text Example
Text Example
White with #E07FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FEB; }
p { color: rgb(224,127,235); }
H1.HeaderClassName
{
color: #E07FEB;
}
.AnyTagClassName
{
color: #E07FEB;
}
</style>
background-color css
<style>
a { background-color: #E07FEB; }
a { background-color: rgb(224,127,235); }
div.DivClassName
{
background-color: #E07FEB;
}
.BgClassName
{
background-color: #E07FEB;
}
</style>
border-color css
<style>
span { border-color: #E07FEB; }
span { border-color: rgb(224,127,235); }
td.TdClassName
{
border-color: #E07FEB;
}
.TagClassName
{
border-color: #E07FEB;
}
</style>