Shades of Violet #E48FED
Tints of Violet #E48FED
RGB
CMYK
RGB Variations
Color information
#E48FED (or 0xE48FED) is known color: Violet. HEX triplet: E4, 8F and ED. RGB value is (228,143,237). Sum of RGB (Red+Green+Blue) = 228+143+237=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E48FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FED is #1B7012. Grayscale: #B2B2B2. Windows color (decimal): -1798163 or 15568868. OLE color: 15568868.
HSL color Cylindrical-coordinate representation of color #E48FED: hue angle of 294.26º degrees, saturation: 0.72, 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 #E48FED is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 143 | 237 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 294.26º | 0.72% | 0.75% | - |
| HSV(B) | 294.26º | 0.4% | 0.93% | - |
| XYZ | 57.1 | 42.25 | 85.27 | - |
| YUV | 179.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 237 | 0.04 | 0.40 | 0 | 0.07 | 294.26 | 0.72 | 0.75 |
| Hex | E4 | 8F | ED | 4 | 28 | 0 | 7 | 126 | 48 | 4B |
| Octal | 344 | 217 | 355 | 4 | 50 | 0 | 7 | 446 | 110 | 113 |
| Binary | 11100100 | 10001111 | 11101101 | 100 | 101000 | 0 | 111 | 100100110 | 1001000 | 1001011 |
Color Harmonies of #E48FED
Complementary color
Monochromatic Colors of #E48FED
Black with #E48FED
Text Example
Text Example
White with #E48FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FED; }
p { color: rgb(228,143,237); }
H1.HeaderClassName
{
color: #E48FED;
}
.AnyTagClassName
{
color: #E48FED;
}
</style>
background-color css
<style>
a { background-color: #E48FED; }
a { background-color: rgb(228,143,237); }
div.DivClassName
{
background-color: #E48FED;
}
.BgClassName
{
background-color: #E48FED;
}
</style>
border-color css
<style>
span { border-color: #E48FED; }
span { border-color: rgb(228,143,237); }
td.TdClassName
{
border-color: #E48FED;
}
.TagClassName
{
border-color: #E48FED;
}
</style>