Shades of Violet #E28AEE
Tints of Violet #E28AEE
RGB
CMYK
RGB Variations
Color information
#E28AEE (or 0xE28AEE) is known color: Violet. HEX triplet: E2, 8A and EE. RGB value is (226,138,238). Sum of RGB (Red+Green+Blue) = 226+138+238=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #E28AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AEE is #1D7511. Grayscale: #AFAFAF. Windows color (decimal): -1930514 or 15633122. OLE color: 15633122.
HSL color Cylindrical-coordinate representation of color #E28AEE: hue angle of 292.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28AEE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 138 | 238 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.07 |
| HSL | 292.8º | 0.75% | 0.74% | - |
| HSV(B) | 292.8º | 0.42% | 0.93% | - |
| XYZ | 55.89 | 40.52 | 85.76 | - |
| YUV | 175.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 238 | 0.05 | 0.42 | 0 | 0.07 | 292.8 | 0.75 | 0.74 |
| Hex | E2 | 8A | EE | 5 | 2A | 0 | 7 | 125 | 4B | 4A |
| Octal | 342 | 212 | 356 | 5 | 52 | 0 | 7 | 445 | 113 | 112 |
| Binary | 11100010 | 10001010 | 11101110 | 101 | 101010 | 0 | 111 | 100100101 | 1001011 | 1001010 |
Color Harmonies of #E28AEE
Complementary color
Monochromatic Colors of #E28AEE
Black with #E28AEE
Text Example
Text Example
White with #E28AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AEE; }
p { color: rgb(226,138,238); }
H1.HeaderClassName
{
color: #E28AEE;
}
.AnyTagClassName
{
color: #E28AEE;
}
</style>
background-color css
<style>
a { background-color: #E28AEE; }
a { background-color: rgb(226,138,238); }
div.DivClassName
{
background-color: #E28AEE;
}
.BgClassName
{
background-color: #E28AEE;
}
</style>
border-color css
<style>
span { border-color: #E28AEE; }
span { border-color: rgb(226,138,238); }
td.TdClassName
{
border-color: #E28AEE;
}
.TagClassName
{
border-color: #E28AEE;
}
</style>