Shades of Violet #E18FEC
Tints of Violet #E18FEC
RGB
CMYK
RGB Variations
Color information
#E18FEC (or 0xE18FEC) is known color: Violet. HEX triplet: E1, 8F and EC. RGB value is (225,143,236). Sum of RGB (Red+Green+Blue) = 225+143+236=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #E18FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FEC is #1E7013. Grayscale: #B1B1B1. Windows color (decimal): -1994772 or 15503329. OLE color: 15503329.
HSL color Cylindrical-coordinate representation of color #E18FEC: hue angle of 292.9º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18FEC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 143 | 236 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.9º | 0.71% | 0.74% | - |
| HSV(B) | 292.9º | 0.39% | 0.93% | - |
| XYZ | 56.01 | 41.71 | 84.46 | - |
| YUV | 178.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 236 | 0.05 | 0.39 | 0 | 0.07 | 292.9 | 0.71 | 0.74 |
| Hex | E1 | 8F | EC | 5 | 27 | 0 | 7 | 125 | 47 | 4A |
| Octal | 341 | 217 | 354 | 5 | 47 | 0 | 7 | 445 | 107 | 112 |
| Binary | 11100001 | 10001111 | 11101100 | 101 | 100111 | 0 | 111 | 100100101 | 1000111 | 1001010 |
Color Harmonies of #E18FEC
Complementary color
Monochromatic Colors of #E18FEC
Black with #E18FEC
Text Example
Text Example
White with #E18FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FEC; }
p { color: rgb(225,143,236); }
H1.HeaderClassName
{
color: #E18FEC;
}
.AnyTagClassName
{
color: #E18FEC;
}
</style>
background-color css
<style>
a { background-color: #E18FEC; }
a { background-color: rgb(225,143,236); }
div.DivClassName
{
background-color: #E18FEC;
}
.BgClassName
{
background-color: #E18FEC;
}
</style>
border-color css
<style>
span { border-color: #E18FEC; }
span { border-color: rgb(225,143,236); }
td.TdClassName
{
border-color: #E18FEC;
}
.TagClassName
{
border-color: #E18FEC;
}
</style>