Shades of Violet #E18FF0
Tints of Violet #E18FF0
RGB
CMYK
RGB Variations
Color information
#E18FF0 (or 0xE18FF0) is known color: Violet. HEX triplet: E1, 8F and F0. RGB value is (225,143,240). Sum of RGB (Red+Green+Blue) = 225+143+240=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #E18FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FF0 is #1E700F. Grayscale: #B2B2B2. Windows color (decimal): -1994768 or 15765473. OLE color: 15765473.
HSL color Cylindrical-coordinate representation of color #E18FF0: hue angle of 290.72º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18FF0 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 143 | 240 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.06 |
| HSL | 290.72º | 0.76% | 0.75% | - |
| HSV(B) | 290.72º | 0.4% | 0.94% | - |
| XYZ | 56.6 | 41.94 | 87.55 | - |
| YUV | 178.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 240 | 0.06 | 0.40 | 0 | 0.06 | 290.72 | 0.76 | 0.75 |
| Hex | E1 | 8F | F0 | 6 | 28 | 0 | 6 | 123 | 4C | 4B |
| Octal | 341 | 217 | 360 | 6 | 50 | 0 | 6 | 443 | 114 | 113 |
| Binary | 11100001 | 10001111 | 11110000 | 110 | 101000 | 0 | 110 | 100100011 | 1001100 | 1001011 |
Color Harmonies of #E18FF0
Complementary color
Monochromatic Colors of #E18FF0
Black with #E18FF0
Text Example
Text Example
White with #E18FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FF0; }
p { color: rgb(225,143,240); }
H1.HeaderClassName
{
color: #E18FF0;
}
.AnyTagClassName
{
color: #E18FF0;
}
</style>
background-color css
<style>
a { background-color: #E18FF0; }
a { background-color: rgb(225,143,240); }
div.DivClassName
{
background-color: #E18FF0;
}
.BgClassName
{
background-color: #E18FF0;
}
</style>
border-color css
<style>
span { border-color: #E18FF0; }
span { border-color: rgb(225,143,240); }
td.TdClassName
{
border-color: #E18FF0;
}
.TagClassName
{
border-color: #E18FF0;
}
</style>