Shades of Violet #E48EF2
Tints of Violet #E48EF2
RGB
CMYK
RGB Variations
Color information
#E48EF2 (or 0xE48EF2) is known color: Violet. HEX triplet: E4, 8E and F2. RGB value is (228,142,242). Sum of RGB (Red+Green+Blue) = 228+142+242=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #E48EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EF2 is #1B710D. Grayscale: #B2B2B2. Windows color (decimal): -1798414 or 15896292. OLE color: 15896292.
HSL color Cylindrical-coordinate representation of color #E48EF2: hue angle of 291.6º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48EF2 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 142 | 242 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.05 |
| HSL | 291.6º | 0.79% | 0.75% | - |
| HSV(B) | 291.6º | 0.41% | 0.95% | - |
| XYZ | 57.69 | 42.25 | 89.12 | - |
| YUV | 179.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 242 | 0.06 | 0.41 | 0 | 0.05 | 291.6 | 0.79 | 0.75 |
| Hex | E4 | 8E | F2 | 6 | 29 | 0 | 5 | 124 | 4F | 4B |
| Octal | 344 | 216 | 362 | 6 | 51 | 0 | 5 | 444 | 117 | 113 |
| Binary | 11100100 | 10001110 | 11110010 | 110 | 101001 | 0 | 101 | 100100100 | 1001111 | 1001011 |
Color Harmonies of #E48EF2
Complementary color
Monochromatic Colors of #E48EF2
Black with #E48EF2
Text Example
Text Example
White with #E48EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EF2; }
p { color: rgb(228,142,242); }
H1.HeaderClassName
{
color: #E48EF2;
}
.AnyTagClassName
{
color: #E48EF2;
}
</style>
background-color css
<style>
a { background-color: #E48EF2; }
a { background-color: rgb(228,142,242); }
div.DivClassName
{
background-color: #E48EF2;
}
.BgClassName
{
background-color: #E48EF2;
}
</style>
border-color css
<style>
span { border-color: #E48EF2; }
span { border-color: rgb(228,142,242); }
td.TdClassName
{
border-color: #E48EF2;
}
.TagClassName
{
border-color: #E48EF2;
}
</style>