Shades of Violet #E18EEA
Tints of Violet #E18EEA
RGB
CMYK
RGB Variations
Color information
#E18EEA (or 0xE18EEA) is known color: Violet. HEX triplet: E1, 8E and EA. RGB value is (225,142,234). Sum of RGB (Red+Green+Blue) = 225+142+234=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18EEA is #1E7115. Grayscale: #B1B1B1. Windows color (decimal): -1995030 or 15372001. OLE color: 15372001.
HSL color Cylindrical-coordinate representation of color #E18EEA: hue angle of 294.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18EEA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 142 | 234 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.08 |
| HSL | 294.13º | 0.69% | 0.74% | - |
| HSV(B) | 294.13º | 0.39% | 0.92% | - |
| XYZ | 55.58 | 41.29 | 82.88 | - |
| YUV | 177.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 234 | 0.04 | 0.39 | 0 | 0.08 | 294.13 | 0.69 | 0.74 |
| Hex | E1 | 8E | EA | 4 | 27 | 0 | 8 | 126 | 45 | 4A |
| Octal | 341 | 216 | 352 | 4 | 47 | 0 | 10 | 446 | 105 | 112 |
| Binary | 11100001 | 10001110 | 11101010 | 100 | 100111 | 0 | 1000 | 100100110 | 1000101 | 1001010 |
Color Harmonies of #E18EEA
Complementary color
Monochromatic Colors of #E18EEA
Black with #E18EEA
Text Example
Text Example
White with #E18EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EEA; }
p { color: rgb(225,142,234); }
H1.HeaderClassName
{
color: #E18EEA;
}
.AnyTagClassName
{
color: #E18EEA;
}
</style>
background-color css
<style>
a { background-color: #E18EEA; }
a { background-color: rgb(225,142,234); }
div.DivClassName
{
background-color: #E18EEA;
}
.BgClassName
{
background-color: #E18EEA;
}
</style>
border-color css
<style>
span { border-color: #E18EEA; }
span { border-color: rgb(225,142,234); }
td.TdClassName
{
border-color: #E18EEA;
}
.TagClassName
{
border-color: #E18EEA;
}
</style>