Shades of Violet #E07FF1
Tints of Violet #E07FF1
RGB
CMYK
RGB Variations
Color information
#E07FF1 (or 0xE07FF1) is known color: Violet. HEX triplet: E0, 7F and F1. RGB value is (224,127,241). Sum of RGB (Red+Green+Blue) = 224+127+241=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #E07FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FF1 is #1F800E. Grayscale: #A8A8A8. Windows color (decimal): -2064399 or 15826912. OLE color: 15826912.
HSL color Cylindrical-coordinate representation of color #E07FF1: hue angle of 291.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07FF1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 127 | 241 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.05 |
| HSL | 291.05º | 0.8% | 0.72% | - |
| HSV(B) | 291.05º | 0.47% | 0.95% | - |
| XYZ | 54.21 | 37.38 | 87.58 | - |
| YUV | 169 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 241 | 0.07 | 0.47 | 0 | 0.05 | 291.05 | 0.8 | 0.72 |
| Hex | E0 | 7F | F1 | 7 | 2F | 0 | 5 | 123 | 50 | 48 |
| Octal | 340 | 177 | 361 | 7 | 57 | 0 | 5 | 443 | 120 | 110 |
| Binary | 11100000 | 1111111 | 11110001 | 111 | 101111 | 0 | 101 | 100100011 | 1010000 | 1001000 |
Color Harmonies of #E07FF1
Complementary color
Monochromatic Colors of #E07FF1
Black with #E07FF1
Text Example
Text Example
White with #E07FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FF1; }
p { color: rgb(224,127,241); }
H1.HeaderClassName
{
color: #E07FF1;
}
.AnyTagClassName
{
color: #E07FF1;
}
</style>
background-color css
<style>
a { background-color: #E07FF1; }
a { background-color: rgb(224,127,241); }
div.DivClassName
{
background-color: #E07FF1;
}
.BgClassName
{
background-color: #E07FF1;
}
</style>
border-color css
<style>
span { border-color: #E07FF1; }
span { border-color: rgb(224,127,241); }
td.TdClassName
{
border-color: #E07FF1;
}
.TagClassName
{
border-color: #E07FF1;
}
</style>