Shades of Violet #E18FED
Tints of Violet #E18FED
RGB
CMYK
RGB Variations
Color information
#E18FED (or 0xE18FED) is known color: Violet. HEX triplet: E1, 8F and ED. RGB value is (225,143,237). Sum of RGB (Red+Green+Blue) = 225+143+237=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FED is #1E7012. Grayscale: #B1B1B1. Windows color (decimal): -1994771 or 15568865. OLE color: 15568865.
HSL color Cylindrical-coordinate representation of color #E18FED: hue angle of 292.34º 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 #E18FED is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 143 | 237 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 292.34º | 0.72% | 0.75% | - |
| HSV(B) | 292.34º | 0.4% | 0.93% | - |
| XYZ | 56.16 | 41.77 | 85.22 | - |
| YUV | 178.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 237 | 0.05 | 0.40 | 0 | 0.07 | 292.34 | 0.72 | 0.75 |
| Hex | E1 | 8F | ED | 5 | 28 | 0 | 7 | 124 | 48 | 4B |
| Octal | 341 | 217 | 355 | 5 | 50 | 0 | 7 | 444 | 110 | 113 |
| Binary | 11100001 | 10001111 | 11101101 | 101 | 101000 | 0 | 111 | 100100100 | 1001000 | 1001011 |
Color Harmonies of #E18FED
Complementary color
Monochromatic Colors of #E18FED
Black with #E18FED
Text Example
Text Example
White with #E18FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FED; }
p { color: rgb(225,143,237); }
H1.HeaderClassName
{
color: #E18FED;
}
.AnyTagClassName
{
color: #E18FED;
}
</style>
background-color css
<style>
a { background-color: #E18FED; }
a { background-color: rgb(225,143,237); }
div.DivClassName
{
background-color: #E18FED;
}
.BgClassName
{
background-color: #E18FED;
}
</style>
border-color css
<style>
span { border-color: #E18FED; }
span { border-color: rgb(225,143,237); }
td.TdClassName
{
border-color: #E18FED;
}
.TagClassName
{
border-color: #E18FED;
}
</style>