Shades of Violet #E18CF2
Tints of Violet #E18CF2
RGB
CMYK
RGB Variations
Color information
#E18CF2 (or 0xE18CF2) is known color: Violet. HEX triplet: E1, 8C and F2. RGB value is (225,140,242). Sum of RGB (Red+Green+Blue) = 225+140+242=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #E18CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18CF2 is #1E730D. Grayscale: #B0B0B0. Windows color (decimal): -1995534 or 15895777. OLE color: 15895777.
HSL color Cylindrical-coordinate representation of color #E18CF2: hue angle of 290º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18CF2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 140 | 242 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.05 |
| HSL | 290º | 0.8% | 0.75% | - |
| HSV(B) | 290º | 0.42% | 0.95% | - |
| XYZ | 56.46 | 41.17 | 88.98 | - |
| YUV | 177.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 242 | 0.07 | 0.42 | 0 | 0.05 | 290 | 0.8 | 0.75 |
| Hex | E1 | 8C | F2 | 7 | 2A | 0 | 5 | 122 | 50 | 4B |
| Octal | 341 | 214 | 362 | 7 | 52 | 0 | 5 | 442 | 120 | 113 |
| Binary | 11100001 | 10001100 | 11110010 | 111 | 101010 | 0 | 101 | 100100010 | 1010000 | 1001011 |
Color Harmonies of #E18CF2
Complementary color
Monochromatic Colors of #E18CF2
Black with #E18CF2
Text Example
Text Example
White with #E18CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CF2; }
p { color: rgb(225,140,242); }
H1.HeaderClassName
{
color: #E18CF2;
}
.AnyTagClassName
{
color: #E18CF2;
}
</style>
background-color css
<style>
a { background-color: #E18CF2; }
a { background-color: rgb(225,140,242); }
div.DivClassName
{
background-color: #E18CF2;
}
.BgClassName
{
background-color: #E18CF2;
}
</style>
border-color css
<style>
span { border-color: #E18CF2; }
span { border-color: rgb(225,140,242); }
td.TdClassName
{
border-color: #E18CF2;
}
.TagClassName
{
border-color: #E18CF2;
}
</style>