Shades of Violet #E48CF6
Tints of Violet #E48CF6
RGB
CMYK
RGB Variations
Color information
#E48CF6 (or 0xE48CF6) is known color: Violet. HEX triplet: E4, 8C and F6. RGB value is (228,140,246). Sum of RGB (Red+Green+Blue) = 228+140+246=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #E48CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CF6 is #1B7309. Grayscale: #B2B2B2. Windows color (decimal): -1798922 or 16157924. OLE color: 16157924.
HSL color Cylindrical-coordinate representation of color #E48CF6: hue angle of 289.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48CF6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 140 | 246 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.04 |
| HSL | 289.81º | 0.85% | 0.76% | - |
| HSV(B) | 289.81º | 0.43% | 0.96% | - |
| XYZ | 58.01 | 41.9 | 92.22 | - |
| YUV | 178.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 246 | 0.07 | 0.43 | 0 | 0.04 | 289.81 | 0.85 | 0.76 |
| Hex | E4 | 8C | F6 | 7 | 2B | 0 | 4 | 122 | 55 | 4C |
| Octal | 344 | 214 | 366 | 7 | 53 | 0 | 4 | 442 | 125 | 114 |
| Binary | 11100100 | 10001100 | 11110110 | 111 | 101011 | 0 | 100 | 100100010 | 1010101 | 1001100 |
Color Harmonies of #E48CF6
Complementary color
Monochromatic Colors of #E48CF6
Black with #E48CF6
Text Example
Text Example
White with #E48CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CF6; }
p { color: rgb(228,140,246); }
H1.HeaderClassName
{
color: #E48CF6;
}
.AnyTagClassName
{
color: #E48CF6;
}
</style>
background-color css
<style>
a { background-color: #E48CF6; }
a { background-color: rgb(228,140,246); }
div.DivClassName
{
background-color: #E48CF6;
}
.BgClassName
{
background-color: #E48CF6;
}
</style>
border-color css
<style>
span { border-color: #E48CF6; }
span { border-color: rgb(228,140,246); }
td.TdClassName
{
border-color: #E48CF6;
}
.TagClassName
{
border-color: #E48CF6;
}
</style>