Shades of Violet #E28EEE
Tints of Violet #E28EEE
RGB
CMYK
RGB Variations
Color information
#E28EEE (or 0xE28EEE) is known color: Violet. HEX triplet: E2, 8E and EE. RGB value is (226,142,238). Sum of RGB (Red+Green+Blue) = 226+142+238=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 142 (55.86% from 255 or 23.43% 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 #E28EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EEE is #1D7111. Grayscale: #B1B1B1. Windows color (decimal): -1929490 or 15634146. OLE color: 15634146.
HSL color Cylindrical-coordinate representation of color #E28EEE: hue angle of 292.5º 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 #E28EEE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 142 | 238 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 292.5º | 0.74% | 0.75% | - |
| HSV(B) | 292.5º | 0.4% | 0.93% | - |
| XYZ | 56.47 | 41.69 | 85.96 | - |
| YUV | 178.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 238 | 0.05 | 0.40 | 0 | 0.07 | 292.5 | 0.74 | 0.75 |
| Hex | E2 | 8E | EE | 5 | 28 | 0 | 7 | 124 | 4A | 4B |
| Octal | 342 | 216 | 356 | 5 | 50 | 0 | 7 | 444 | 112 | 113 |
| Binary | 11100010 | 10001110 | 11101110 | 101 | 101000 | 0 | 111 | 100100100 | 1001010 | 1001011 |
Color Harmonies of #E28EEE
Complementary color
Monochromatic Colors of #E28EEE
Black with #E28EEE
Text Example
Text Example
White with #E28EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EEE; }
p { color: rgb(226,142,238); }
H1.HeaderClassName
{
color: #E28EEE;
}
.AnyTagClassName
{
color: #E28EEE;
}
</style>
background-color css
<style>
a { background-color: #E28EEE; }
a { background-color: rgb(226,142,238); }
div.DivClassName
{
background-color: #E28EEE;
}
.BgClassName
{
background-color: #E28EEE;
}
</style>
border-color css
<style>
span { border-color: #E28EEE; }
span { border-color: rgb(226,142,238); }
td.TdClassName
{
border-color: #E28EEE;
}
.TagClassName
{
border-color: #E28EEE;
}
</style>