Shades of Violet #E28EEA
Tints of Violet #E28EEA
RGB
CMYK
RGB Variations
Color information
#E28EEA (or 0xE28EEA) is known color: Violet. HEX triplet: E2, 8E and EA. RGB value is (226,142,234). Sum of RGB (Red+Green+Blue) = 226+142+234=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #E28EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EEA is #1D7115. Grayscale: #B1B1B1. Windows color (decimal): -1929494 or 15372002. OLE color: 15372002.
HSL color Cylindrical-coordinate representation of color #E28EEA: hue angle of 294.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28EEA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 142 | 234 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.08 |
| HSL | 294.78º | 0.69% | 0.74% | - |
| HSV(B) | 294.78º | 0.39% | 0.92% | - |
| XYZ | 55.89 | 41.46 | 82.9 | - |
| YUV | 177.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 234 | 0.03 | 0.39 | 0 | 0.08 | 294.78 | 0.69 | 0.74 |
| Hex | E2 | 8E | EA | 3 | 27 | 0 | 8 | 127 | 45 | 4A |
| Octal | 342 | 216 | 352 | 3 | 47 | 0 | 10 | 447 | 105 | 112 |
| Binary | 11100010 | 10001110 | 11101010 | 11 | 100111 | 0 | 1000 | 100100111 | 1000101 | 1001010 |
Color Harmonies of #E28EEA
Complementary color
Monochromatic Colors of #E28EEA
Black with #E28EEA
Text Example
Text Example
White with #E28EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EEA; }
p { color: rgb(226,142,234); }
H1.HeaderClassName
{
color: #E28EEA;
}
.AnyTagClassName
{
color: #E28EEA;
}
</style>
background-color css
<style>
a { background-color: #E28EEA; }
a { background-color: rgb(226,142,234); }
div.DivClassName
{
background-color: #E28EEA;
}
.BgClassName
{
background-color: #E28EEA;
}
</style>
border-color css
<style>
span { border-color: #E28EEA; }
span { border-color: rgb(226,142,234); }
td.TdClassName
{
border-color: #E28EEA;
}
.TagClassName
{
border-color: #E28EEA;
}
</style>