Shades of Violet #E48EED
Tints of Violet #E48EED
RGB
CMYK
RGB Variations
Color information
#E48EED (or 0xE48EED) is known color: Violet. HEX triplet: E4, 8E and ED. RGB value is (228,142,237). Sum of RGB (Red+Green+Blue) = 228+142+237=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E48EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EED is #1B7112. Grayscale: #B2B2B2. Windows color (decimal): -1798419 or 15568612. OLE color: 15568612.
HSL color Cylindrical-coordinate representation of color #E48EED: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48EED is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 142 | 237 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 294.32º | 0.73% | 0.74% | - |
| HSV(B) | 294.32º | 0.4% | 0.93% | - |
| XYZ | 56.95 | 41.95 | 85.22 | - |
| YUV | 178.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 237 | 0.04 | 0.40 | 0 | 0.07 | 294.32 | 0.73 | 0.74 |
| Hex | E4 | 8E | ED | 4 | 28 | 0 | 7 | 126 | 49 | 4A |
| Octal | 344 | 216 | 355 | 4 | 50 | 0 | 7 | 446 | 111 | 112 |
| Binary | 11100100 | 10001110 | 11101101 | 100 | 101000 | 0 | 111 | 100100110 | 1001001 | 1001010 |
Color Harmonies of #E48EED
Complementary color
Monochromatic Colors of #E48EED
Black with #E48EED
Text Example
Text Example
White with #E48EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EED; }
p { color: rgb(228,142,237); }
H1.HeaderClassName
{
color: #E48EED;
}
.AnyTagClassName
{
color: #E48EED;
}
</style>
background-color css
<style>
a { background-color: #E48EED; }
a { background-color: rgb(228,142,237); }
div.DivClassName
{
background-color: #E48EED;
}
.BgClassName
{
background-color: #E48EED;
}
</style>
border-color css
<style>
span { border-color: #E48EED; }
span { border-color: rgb(228,142,237); }
td.TdClassName
{
border-color: #E48EED;
}
.TagClassName
{
border-color: #E48EED;
}
</style>