Shades of Violet #E090EE
Tints of Violet #E090EE
RGB
CMYK
RGB Variations
Color information
#E090EE (or 0xE090EE) is known color: Violet. HEX triplet: E0, 90 and EE. RGB value is (224,144,238). Sum of RGB (Red+Green+Blue) = 224+144+238=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #E090EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090EE is #1F6F11. Grayscale: #B2B2B2. Windows color (decimal): -2060050 or 15634656. OLE color: 15634656.
HSL color Cylindrical-coordinate representation of color #E090EE: hue angle of 291.06º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E090EE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 144 | 238 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 291.06º | 0.73% | 0.75% | - |
| HSV(B) | 291.06º | 0.39% | 0.93% | - |
| XYZ | 56.15 | 41.97 | 86.03 | - |
| YUV | 178.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 238 | 0.06 | 0.39 | 0 | 0.07 | 291.06 | 0.73 | 0.75 |
| Hex | E0 | 90 | EE | 6 | 27 | 0 | 7 | 123 | 49 | 4B |
| Octal | 340 | 220 | 356 | 6 | 47 | 0 | 7 | 443 | 111 | 113 |
| Binary | 11100000 | 10010000 | 11101110 | 110 | 100111 | 0 | 111 | 100100011 | 1001001 | 1001011 |
Color Harmonies of #E090EE
Complementary color
Monochromatic Colors of #E090EE
Black with #E090EE
Text Example
Text Example
White with #E090EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090EE; }
p { color: rgb(224,144,238); }
H1.HeaderClassName
{
color: #E090EE;
}
.AnyTagClassName
{
color: #E090EE;
}
</style>
background-color css
<style>
a { background-color: #E090EE; }
a { background-color: rgb(224,144,238); }
div.DivClassName
{
background-color: #E090EE;
}
.BgClassName
{
background-color: #E090EE;
}
</style>
border-color css
<style>
span { border-color: #E090EE; }
span { border-color: rgb(224,144,238); }
td.TdClassName
{
border-color: #E090EE;
}
.TagClassName
{
border-color: #E090EE;
}
</style>