Shades of Violet #E18AF6
Tints of Violet #E18AF6
RGB
CMYK
RGB Variations
Color information
#E18AF6 (or 0xE18AF6) is known color: Violet. HEX triplet: E1, 8A and F6. RGB value is (225,138,246). Sum of RGB (Red+Green+Blue) = 225+138+246=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #E18AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18AF6 is #1E7509. Grayscale: #AFAFAF. Windows color (decimal): -1996042 or 16157409. OLE color: 16157409.
HSL color Cylindrical-coordinate representation of color #E18AF6: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E18AF6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 138 | 246 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.04 |
| HSL | 288.33º | 0.86% | 0.75% | - |
| HSV(B) | 288.33º | 0.44% | 0.96% | - |
| XYZ | 56.77 | 40.84 | 92.08 | - |
| YUV | 176.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 246 | 0.09 | 0.44 | 0 | 0.04 | 288.33 | 0.86 | 0.75 |
| Hex | E1 | 8A | F6 | 9 | 2C | 0 | 4 | 120 | 56 | 4B |
| Octal | 341 | 212 | 366 | 11 | 54 | 0 | 4 | 440 | 126 | 113 |
| Binary | 11100001 | 10001010 | 11110110 | 1001 | 101100 | 0 | 100 | 100100000 | 1010110 | 1001011 |
Color Harmonies of #E18AF6
Complementary color
Monochromatic Colors of #E18AF6
Black with #E18AF6
Text Example
Text Example
White with #E18AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AF6; }
p { color: rgb(225,138,246); }
H1.HeaderClassName
{
color: #E18AF6;
}
.AnyTagClassName
{
color: #E18AF6;
}
</style>
background-color css
<style>
a { background-color: #E18AF6; }
a { background-color: rgb(225,138,246); }
div.DivClassName
{
background-color: #E18AF6;
}
.BgClassName
{
background-color: #E18AF6;
}
</style>
border-color css
<style>
span { border-color: #E18AF6; }
span { border-color: rgb(225,138,246); }
td.TdClassName
{
border-color: #E18AF6;
}
.TagClassName
{
border-color: #E18AF6;
}
</style>