Shades of Violet #E48EEE
Tints of Violet #E48EEE
RGB
CMYK
RGB Variations
Color information
#E48EEE (or 0xE48EEE) is known color: Violet. HEX triplet: E4, 8E and EE. RGB value is (228,142,238). Sum of RGB (Red+Green+Blue) = 228+142+238=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #E48EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EEE is #1B7111. Grayscale: #B2B2B2. Windows color (decimal): -1798418 or 15634148. OLE color: 15634148.
HSL color Cylindrical-coordinate representation of color #E48EEE: hue angle of 293.75º 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 #E48EEE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 142 | 238 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 293.75º | 0.74% | 0.75% | - |
| HSV(B) | 293.75º | 0.4% | 0.93% | - |
| XYZ | 57.1 | 42.01 | 85.99 | - |
| YUV | 178.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 238 | 0.04 | 0.40 | 0 | 0.07 | 293.75 | 0.74 | 0.75 |
| Hex | E4 | 8E | EE | 4 | 28 | 0 | 7 | 126 | 4A | 4B |
| Octal | 344 | 216 | 356 | 4 | 50 | 0 | 7 | 446 | 112 | 113 |
| Binary | 11100100 | 10001110 | 11101110 | 100 | 101000 | 0 | 111 | 100100110 | 1001010 | 1001011 |
Color Harmonies of #E48EEE
Complementary color
Monochromatic Colors of #E48EEE
Black with #E48EEE
Text Example
Text Example
White with #E48EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EEE; }
p { color: rgb(228,142,238); }
H1.HeaderClassName
{
color: #E48EEE;
}
.AnyTagClassName
{
color: #E48EEE;
}
</style>
background-color css
<style>
a { background-color: #E48EEE; }
a { background-color: rgb(228,142,238); }
div.DivClassName
{
background-color: #E48EEE;
}
.BgClassName
{
background-color: #E48EEE;
}
</style>
border-color css
<style>
span { border-color: #E48EEE; }
span { border-color: rgb(228,142,238); }
td.TdClassName
{
border-color: #E48EEE;
}
.TagClassName
{
border-color: #E48EEE;
}
</style>