Shades of Violet #E48DE5
Tints of Violet #E48DE5
RGB
CMYK
RGB Variations
Color information
#E48DE5 (or 0xE48DE5) is known color: Violet. HEX triplet: E4, 8D and E5. RGB value is (228,141,229). Sum of RGB (Red+Green+Blue) = 228+141+229=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #E48DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DE5 is #1B721A. Grayscale: #B0B0B0. Windows color (decimal): -1798683 or 15044068. OLE color: 15044068.
HSL color Cylindrical-coordinate representation of color #E48DE5: hue angle of 299.32º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DE5 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 141 | 229 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.10 |
| HSL | 299.32º | 0.63% | 0.73% | - |
| HSV(B) | 299.32º | 0.38% | 0.9% | - |
| XYZ | 55.66 | 41.2 | 79.15 | - |
| YUV | 177.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 229 | 0.00 | 0.38 | 0 | 0.10 | 299.32 | 0.63 | 0.73 |
| Hex | E4 | 8D | E5 | 0 | 26 | 0 | A | 12B | 3F | 49 |
| Octal | 344 | 215 | 345 | 0 | 46 | 0 | 12 | 453 | 77 | 111 |
| Binary | 11100100 | 10001101 | 11100101 | 0 | 100110 | 0 | 1010 | 100101011 | 111111 | 1001001 |
Color Harmonies of #E48DE5
Complementary color
Monochromatic Colors of #E48DE5
Black with #E48DE5
Text Example
Text Example
White with #E48DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DE5; }
p { color: rgb(228,141,229); }
H1.HeaderClassName
{
color: #E48DE5;
}
.AnyTagClassName
{
color: #E48DE5;
}
</style>
background-color css
<style>
a { background-color: #E48DE5; }
a { background-color: rgb(228,141,229); }
div.DivClassName
{
background-color: #E48DE5;
}
.BgClassName
{
background-color: #E48DE5;
}
</style>
border-color css
<style>
span { border-color: #E48DE5; }
span { border-color: rgb(228,141,229); }
td.TdClassName
{
border-color: #E48DE5;
}
.TagClassName
{
border-color: #E48DE5;
}
</style>