Shades of Violet #E18EEE
Tints of Violet #E18EEE
RGB
CMYK
RGB Variations
Color information
#E18EEE (or 0xE18EEE) is known color: Violet. HEX triplet: E1, 8E and EE. RGB value is (225,142,238). Sum of RGB (Red+Green+Blue) = 225+142+238=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #E18EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18EEE is #1E7111. Grayscale: #B1B1B1. Windows color (decimal): -1995026 or 15634145. OLE color: 15634145.
HSL color Cylindrical-coordinate representation of color #E18EEE: hue angle of 291.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18EEE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 142 | 238 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 291.88º | 0.74% | 0.75% | - |
| HSV(B) | 291.88º | 0.4% | 0.93% | - |
| XYZ | 56.16 | 41.53 | 85.94 | - |
| YUV | 177.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 238 | 0.05 | 0.40 | 0 | 0.07 | 291.88 | 0.74 | 0.75 |
| Hex | E1 | 8E | EE | 5 | 28 | 0 | 7 | 124 | 4A | 4B |
| Octal | 341 | 216 | 356 | 5 | 50 | 0 | 7 | 444 | 112 | 113 |
| Binary | 11100001 | 10001110 | 11101110 | 101 | 101000 | 0 | 111 | 100100100 | 1001010 | 1001011 |
Color Harmonies of #E18EEE
Complementary color
Monochromatic Colors of #E18EEE
Black with #E18EEE
Text Example
Text Example
White with #E18EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EEE; }
p { color: rgb(225,142,238); }
H1.HeaderClassName
{
color: #E18EEE;
}
.AnyTagClassName
{
color: #E18EEE;
}
</style>
background-color css
<style>
a { background-color: #E18EEE; }
a { background-color: rgb(225,142,238); }
div.DivClassName
{
background-color: #E18EEE;
}
.BgClassName
{
background-color: #E18EEE;
}
</style>
border-color css
<style>
span { border-color: #E18EEE; }
span { border-color: rgb(225,142,238); }
td.TdClassName
{
border-color: #E18EEE;
}
.TagClassName
{
border-color: #E18EEE;
}
</style>