Shades of Violet #E091EF
Tints of Violet #E091EF
RGB
CMYK
RGB Variations
Color information
#E091EF (or 0xE091EF) is known color: Violet. HEX triplet: E0, 91 and EF. RGB value is (224,145,239). Sum of RGB (Red+Green+Blue) = 224+145+239=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #E091EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091EF is #1F6E10. Grayscale: #B3B3B3. Windows color (decimal): -2059793 or 15700448. OLE color: 15700448.
HSL color Cylindrical-coordinate representation of color #E091EF: hue angle of 290.43º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E091EF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 145 | 239 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.06 |
| HSL | 290.43º | 0.75% | 0.75% | - |
| HSV(B) | 290.43º | 0.39% | 0.94% | - |
| XYZ | 56.45 | 42.33 | 86.86 | - |
| YUV | 179.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 239 | 0.06 | 0.39 | 0 | 0.06 | 290.43 | 0.75 | 0.75 |
| Hex | E0 | 91 | EF | 6 | 27 | 0 | 6 | 122 | 4B | 4B |
| Octal | 340 | 221 | 357 | 6 | 47 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11100000 | 10010001 | 11101111 | 110 | 100111 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #E091EF
Complementary color
Monochromatic Colors of #E091EF
Black with #E091EF
Text Example
Text Example
White with #E091EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091EF; }
p { color: rgb(224,145,239); }
H1.HeaderClassName
{
color: #E091EF;
}
.AnyTagClassName
{
color: #E091EF;
}
</style>
background-color css
<style>
a { background-color: #E091EF; }
a { background-color: rgb(224,145,239); }
div.DivClassName
{
background-color: #E091EF;
}
.BgClassName
{
background-color: #E091EF;
}
</style>
border-color css
<style>
span { border-color: #E091EF; }
span { border-color: rgb(224,145,239); }
td.TdClassName
{
border-color: #E091EF;
}
.TagClassName
{
border-color: #E091EF;
}
</style>