Shades of Violet #E18CED
Tints of Violet #E18CED
RGB
CMYK
RGB Variations
Color information
#E18CED (or 0xE18CED) is known color: Violet. HEX triplet: E1, 8C and ED. RGB value is (225,140,237). Sum of RGB (Red+Green+Blue) = 225+140+237=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18CED is #1E7312. Grayscale: #B0B0B0. Windows color (decimal): -1995539 or 15568097. OLE color: 15568097.
HSL color Cylindrical-coordinate representation of color #E18CED: hue angle of 292.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18CED is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 140 | 237 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.07 |
| HSL | 292.58º | 0.73% | 0.74% | - |
| HSV(B) | 292.58º | 0.41% | 0.93% | - |
| XYZ | 55.72 | 40.88 | 85.07 | - |
| YUV | 176.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 237 | 0.05 | 0.41 | 0 | 0.07 | 292.58 | 0.73 | 0.74 |
| Hex | E1 | 8C | ED | 5 | 29 | 0 | 7 | 125 | 49 | 4A |
| Octal | 341 | 214 | 355 | 5 | 51 | 0 | 7 | 445 | 111 | 112 |
| Binary | 11100001 | 10001100 | 11101101 | 101 | 101001 | 0 | 111 | 100100101 | 1001001 | 1001010 |
Color Harmonies of #E18CED
Complementary color
Monochromatic Colors of #E18CED
Black with #E18CED
Text Example
Text Example
White with #E18CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CED; }
p { color: rgb(225,140,237); }
H1.HeaderClassName
{
color: #E18CED;
}
.AnyTagClassName
{
color: #E18CED;
}
</style>
background-color css
<style>
a { background-color: #E18CED; }
a { background-color: rgb(225,140,237); }
div.DivClassName
{
background-color: #E18CED;
}
.BgClassName
{
background-color: #E18CED;
}
</style>
border-color css
<style>
span { border-color: #E18CED; }
span { border-color: rgb(225,140,237); }
td.TdClassName
{
border-color: #E18CED;
}
.TagClassName
{
border-color: #E18CED;
}
</style>