Shades of Violet #E48DF9
Tints of Violet #E48DF9
RGB
CMYK
RGB Variations
Color information
#E48DF9 (or 0xE48DF9) is known color: Violet. HEX triplet: E4, 8D and F9. RGB value is (228,141,249). Sum of RGB (Red+Green+Blue) = 228+141+249=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #E48DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DF9 is #1B7206. Grayscale: #B2B2B2. Windows color (decimal): -1798663 or 16354788. OLE color: 16354788.
HSL color Cylindrical-coordinate representation of color #E48DF9: hue angle of 288.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48DF9 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 141 | 249 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.02 |
| HSL | 288.33º | 0.9% | 0.76% | - |
| HSV(B) | 288.33º | 0.43% | 0.98% | - |
| XYZ | 58.62 | 42.38 | 94.71 | - |
| YUV | 179.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 249 | 0.08 | 0.43 | 0 | 0.02 | 288.33 | 0.9 | 0.76 |
| Hex | E4 | 8D | F9 | 8 | 2B | 0 | 2 | 120 | 5A | 4C |
| Octal | 344 | 215 | 371 | 10 | 53 | 0 | 2 | 440 | 132 | 114 |
| Binary | 11100100 | 10001101 | 11111001 | 1000 | 101011 | 0 | 10 | 100100000 | 1011010 | 1001100 |
Color Harmonies of #E48DF9
Complementary color
Monochromatic Colors of #E48DF9
Black with #E48DF9
Text Example
Text Example
White with #E48DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DF9; }
p { color: rgb(228,141,249); }
H1.HeaderClassName
{
color: #E48DF9;
}
.AnyTagClassName
{
color: #E48DF9;
}
</style>
background-color css
<style>
a { background-color: #E48DF9; }
a { background-color: rgb(228,141,249); }
div.DivClassName
{
background-color: #E48DF9;
}
.BgClassName
{
background-color: #E48DF9;
}
</style>
border-color css
<style>
span { border-color: #E48DF9; }
span { border-color: rgb(228,141,249); }
td.TdClassName
{
border-color: #E48DF9;
}
.TagClassName
{
border-color: #E48DF9;
}
</style>