Shades of Violet #E18AED
Tints of Violet #E18AED
RGB
CMYK
RGB Variations
Color information
#E18AED (or 0xE18AED) is known color: Violet. HEX triplet: E1, 8A and ED. RGB value is (225,138,237). Sum of RGB (Red+Green+Blue) = 225+138+237=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18AED is #1E7512. Grayscale: #AEAEAE. Windows color (decimal): -1996051 or 15567585. OLE color: 15567585.
HSL color Cylindrical-coordinate representation of color #E18AED: hue angle of 292.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18AED is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 138 | 237 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.07 |
| HSL | 292.73º | 0.73% | 0.74% | - |
| HSV(B) | 292.73º | 0.42% | 0.93% | - |
| XYZ | 55.43 | 40.3 | 84.98 | - |
| YUV | 175.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 237 | 0.05 | 0.42 | 0 | 0.07 | 292.73 | 0.73 | 0.74 |
| Hex | E1 | 8A | ED | 5 | 2A | 0 | 7 | 125 | 49 | 4A |
| Octal | 341 | 212 | 355 | 5 | 52 | 0 | 7 | 445 | 111 | 112 |
| Binary | 11100001 | 10001010 | 11101101 | 101 | 101010 | 0 | 111 | 100100101 | 1001001 | 1001010 |
Color Harmonies of #E18AED
Complementary color
Monochromatic Colors of #E18AED
Black with #E18AED
Text Example
Text Example
White with #E18AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AED; }
p { color: rgb(225,138,237); }
H1.HeaderClassName
{
color: #E18AED;
}
.AnyTagClassName
{
color: #E18AED;
}
</style>
background-color css
<style>
a { background-color: #E18AED; }
a { background-color: rgb(225,138,237); }
div.DivClassName
{
background-color: #E18AED;
}
.BgClassName
{
background-color: #E18AED;
}
</style>
border-color css
<style>
span { border-color: #E18AED; }
span { border-color: rgb(225,138,237); }
td.TdClassName
{
border-color: #E18AED;
}
.TagClassName
{
border-color: #E18AED;
}
</style>