Shades of Violet #E18ADE
Tints of Violet #E18ADE
RGB
CMYK
RGB Variations
Color information
#E18ADE (or 0xE18ADE) is known color: Violet. HEX triplet: E1, 8A and DE. RGB value is (225,138,222). Sum of RGB (Red+Green+Blue) = 225+138+222=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ADE is #1E7521. Grayscale: #ADADAD. Windows color (decimal): -1996066 or 14584545. OLE color: 14584545.
HSL color Cylindrical-coordinate representation of color #E18ADE: hue angle of 302.07º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ADE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 222 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.12 |
| HSL | 302.07º | 0.59% | 0.71% | - |
| HSV(B) | 302.07º | 0.39% | 0.88% | - |
| XYZ | 53.32 | 39.46 | 73.91 | - |
| YUV | 173.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 222 | 0 | 0.39 | 0.01 | 0.12 | 302.07 | 0.59 | 0.71 |
| Hex | E1 | 8A | DE | 0 | 27 | 1 | C | 12E | 3B | 47 |
| Octal | 341 | 212 | 336 | 0 | 47 | 1 | 14 | 456 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11011110 | 0 | 100111 | 1 | 1100 | 100101110 | 111011 | 1000111 |
Color Harmonies of #E18ADE
Complementary color
Monochromatic Colors of #E18ADE
Black with #E18ADE
Text Example
Text Example
White with #E18ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ADE; }
p { color: rgb(225,138,222); }
H1.HeaderClassName
{
color: #E18ADE;
}
.AnyTagClassName
{
color: #E18ADE;
}
</style>
background-color css
<style>
a { background-color: #E18ADE; }
a { background-color: rgb(225,138,222); }
div.DivClassName
{
background-color: #E18ADE;
}
.BgClassName
{
background-color: #E18ADE;
}
</style>
border-color css
<style>
span { border-color: #E18ADE; }
span { border-color: rgb(225,138,222); }
td.TdClassName
{
border-color: #E18ADE;
}
.TagClassName
{
border-color: #E18ADE;
}
</style>