Shades of Violet #E18DEA
Tints of Violet #E18DEA
RGB
CMYK
RGB Variations
Color information
#E18DEA (or 0xE18DEA) is known color: Violet. HEX triplet: E1, 8D and EA. RGB value is (225,141,234). Sum of RGB (Red+Green+Blue) = 225+141+234=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18DEA is #1E7215. Grayscale: #B0B0B0. Windows color (decimal): -1995286 or 15371745. OLE color: 15371745.
HSL color Cylindrical-coordinate representation of color #E18DEA: hue angle of 294.19º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18DEA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 141 | 234 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.08 |
| HSL | 294.19º | 0.69% | 0.74% | - |
| HSV(B) | 294.19º | 0.4% | 0.92% | - |
| XYZ | 55.43 | 41 | 82.83 | - |
| YUV | 176.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 234 | 0.04 | 0.40 | 0 | 0.08 | 294.19 | 0.69 | 0.74 |
| Hex | E1 | 8D | EA | 4 | 28 | 0 | 8 | 126 | 45 | 4A |
| Octal | 341 | 215 | 352 | 4 | 50 | 0 | 10 | 446 | 105 | 112 |
| Binary | 11100001 | 10001101 | 11101010 | 100 | 101000 | 0 | 1000 | 100100110 | 1000101 | 1001010 |
Color Harmonies of #E18DEA
Complementary color
Monochromatic Colors of #E18DEA
Black with #E18DEA
Text Example
Text Example
White with #E18DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DEA; }
p { color: rgb(225,141,234); }
H1.HeaderClassName
{
color: #E18DEA;
}
.AnyTagClassName
{
color: #E18DEA;
}
</style>
background-color css
<style>
a { background-color: #E18DEA; }
a { background-color: rgb(225,141,234); }
div.DivClassName
{
background-color: #E18DEA;
}
.BgClassName
{
background-color: #E18DEA;
}
</style>
border-color css
<style>
span { border-color: #E18DEA; }
span { border-color: rgb(225,141,234); }
td.TdClassName
{
border-color: #E18DEA;
}
.TagClassName
{
border-color: #E18DEA;
}
</style>