Shades of Violet #E091EB
Tints of Violet #E091EB
RGB
CMYK
RGB Variations
Color information
#E091EB (or 0xE091EB) is known color: Violet. HEX triplet: E0, 91 and EB. RGB value is (224,145,235). Sum of RGB (Red+Green+Blue) = 224+145+235=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #E091EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091EB is #1F6E14. Grayscale: #B2B2B2. Windows color (decimal): -2059797 or 15438304. OLE color: 15438304.
HSL color Cylindrical-coordinate representation of color #E091EB: hue angle of 292.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E091EB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 145 | 235 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.08 |
| HSL | 292.67º | 0.69% | 0.75% | - |
| HSV(B) | 292.67º | 0.38% | 0.92% | - |
| XYZ | 55.86 | 42.1 | 83.78 | - |
| YUV | 178.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 235 | 0.05 | 0.38 | 0 | 0.08 | 292.67 | 0.69 | 0.75 |
| Hex | E0 | 91 | EB | 5 | 26 | 0 | 8 | 125 | 45 | 4B |
| Octal | 340 | 221 | 353 | 5 | 46 | 0 | 10 | 445 | 105 | 113 |
| Binary | 11100000 | 10010001 | 11101011 | 101 | 100110 | 0 | 1000 | 100100101 | 1000101 | 1001011 |
Color Harmonies of #E091EB
Complementary color
Monochromatic Colors of #E091EB
Black with #E091EB
Text Example
Text Example
White with #E091EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091EB; }
p { color: rgb(224,145,235); }
H1.HeaderClassName
{
color: #E091EB;
}
.AnyTagClassName
{
color: #E091EB;
}
</style>
background-color css
<style>
a { background-color: #E091EB; }
a { background-color: rgb(224,145,235); }
div.DivClassName
{
background-color: #E091EB;
}
.BgClassName
{
background-color: #E091EB;
}
</style>
border-color css
<style>
span { border-color: #E091EB; }
span { border-color: rgb(224,145,235); }
td.TdClassName
{
border-color: #E091EB;
}
.TagClassName
{
border-color: #E091EB;
}
</style>