Shades of Violet #E18CF3
Tints of Violet #E18CF3
RGB
CMYK
RGB Variations
Color information
#E18CF3 (or 0xE18CF3) is known color: Violet. HEX triplet: E1, 8C and F3. RGB value is (225,140,243). Sum of RGB (Red+Green+Blue) = 225+140+243=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #E18CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18CF3 is #1E730C. Grayscale: #B0B0B0. Windows color (decimal): -1995533 or 15961313. OLE color: 15961313.
HSL color Cylindrical-coordinate representation of color #E18CF3: hue angle of 289.51º degrees, saturation: 0.81, 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 #E18CF3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 140 | 243 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.05 |
| HSL | 289.51º | 0.81% | 0.75% | - |
| HSV(B) | 289.51º | 0.42% | 0.95% | - |
| XYZ | 56.61 | 41.23 | 89.77 | - |
| YUV | 177.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 243 | 0.07 | 0.42 | 0 | 0.05 | 289.51 | 0.81 | 0.75 |
| Hex | E1 | 8C | F3 | 7 | 2A | 0 | 5 | 122 | 51 | 4B |
| Octal | 341 | 214 | 363 | 7 | 52 | 0 | 5 | 442 | 121 | 113 |
| Binary | 11100001 | 10001100 | 11110011 | 111 | 101010 | 0 | 101 | 100100010 | 1010001 | 1001011 |
Color Harmonies of #E18CF3
Complementary color
Monochromatic Colors of #E18CF3
Black with #E18CF3
Text Example
Text Example
White with #E18CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CF3; }
p { color: rgb(225,140,243); }
H1.HeaderClassName
{
color: #E18CF3;
}
.AnyTagClassName
{
color: #E18CF3;
}
</style>
background-color css
<style>
a { background-color: #E18CF3; }
a { background-color: rgb(225,140,243); }
div.DivClassName
{
background-color: #E18CF3;
}
.BgClassName
{
background-color: #E18CF3;
}
</style>
border-color css
<style>
span { border-color: #E18CF3; }
span { border-color: rgb(225,140,243); }
td.TdClassName
{
border-color: #E18CF3;
}
.TagClassName
{
border-color: #E18CF3;
}
</style>