Shades of Violet #E18CE2
Tints of Violet #E18CE2
RGB
CMYK
RGB Variations
Color information
#E18CE2 (or 0xE18CE2) is known color: Violet. HEX triplet: E1, 8C and E2. RGB value is (225,140,226). Sum of RGB (Red+Green+Blue) = 225+140+226=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #E18CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CE2 is #1E731D. Grayscale: #AEAEAE. Windows color (decimal): -1995550 or 14847201. OLE color: 14847201.
HSL color Cylindrical-coordinate representation of color #E18CE2: hue angle of 299.3º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CE2 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 140 | 226 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.11 |
| HSL | 299.3º | 0.6% | 0.72% | - |
| HSV(B) | 299.3º | 0.38% | 0.89% | - |
| XYZ | 54.16 | 40.25 | 76.87 | - |
| YUV | 175.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 226 | 0.00 | 0.38 | 0 | 0.11 | 299.3 | 0.6 | 0.72 |
| Hex | E1 | 8C | E2 | 0 | 26 | 0 | B | 12B | 3C | 48 |
| Octal | 341 | 214 | 342 | 0 | 46 | 0 | 13 | 453 | 74 | 110 |
| Binary | 11100001 | 10001100 | 11100010 | 0 | 100110 | 0 | 1011 | 100101011 | 111100 | 1001000 |
Color Harmonies of #E18CE2
Complementary color
Monochromatic Colors of #E18CE2
Black with #E18CE2
Text Example
Text Example
White with #E18CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CE2; }
p { color: rgb(225,140,226); }
H1.HeaderClassName
{
color: #E18CE2;
}
.AnyTagClassName
{
color: #E18CE2;
}
</style>
background-color css
<style>
a { background-color: #E18CE2; }
a { background-color: rgb(225,140,226); }
div.DivClassName
{
background-color: #E18CE2;
}
.BgClassName
{
background-color: #E18CE2;
}
</style>
border-color css
<style>
span { border-color: #E18CE2; }
span { border-color: rgb(225,140,226); }
td.TdClassName
{
border-color: #E18CE2;
}
.TagClassName
{
border-color: #E18CE2;
}
</style>