Shades of Violet #E28EEB
Tints of Violet #E28EEB
RGB
CMYK
RGB Variations
Color information
#E28EEB (or 0xE28EEB) is known color: Violet. HEX triplet: E2, 8E and EB. RGB value is (226,142,235). Sum of RGB (Red+Green+Blue) = 226+142+235=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #E28EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EEB is #1D7114. Grayscale: #B1B1B1. Windows color (decimal): -1929493 or 15437538. OLE color: 15437538.
HSL color Cylindrical-coordinate representation of color #E28EEB: hue angle of 294.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28EEB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 142 | 235 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.08 |
| HSL | 294.19º | 0.7% | 0.74% | - |
| HSV(B) | 294.19º | 0.4% | 0.92% | - |
| XYZ | 56.03 | 41.51 | 83.66 | - |
| YUV | 177.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 235 | 0.04 | 0.40 | 0 | 0.08 | 294.19 | 0.7 | 0.74 |
| Hex | E2 | 8E | EB | 4 | 28 | 0 | 8 | 126 | 46 | 4A |
| Octal | 342 | 216 | 353 | 4 | 50 | 0 | 10 | 446 | 106 | 112 |
| Binary | 11100010 | 10001110 | 11101011 | 100 | 101000 | 0 | 1000 | 100100110 | 1000110 | 1001010 |
Color Harmonies of #E28EEB
Complementary color
Monochromatic Colors of #E28EEB
Black with #E28EEB
Text Example
Text Example
White with #E28EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EEB; }
p { color: rgb(226,142,235); }
H1.HeaderClassName
{
color: #E28EEB;
}
.AnyTagClassName
{
color: #E28EEB;
}
</style>
background-color css
<style>
a { background-color: #E28EEB; }
a { background-color: rgb(226,142,235); }
div.DivClassName
{
background-color: #E28EEB;
}
.BgClassName
{
background-color: #E28EEB;
}
</style>
border-color css
<style>
span { border-color: #E28EEB; }
span { border-color: rgb(226,142,235); }
td.TdClassName
{
border-color: #E28EEB;
}
.TagClassName
{
border-color: #E28EEB;
}
</style>