Shades of Violet #E18FEF
Tints of Violet #E18FEF
RGB
CMYK
RGB Variations
Color information
#E18FEF (or 0xE18FEF) is known color: Violet. HEX triplet: E1, 8F and EF. RGB value is (225,143,239). Sum of RGB (Red+Green+Blue) = 225+143+239=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #E18FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FEF is #1E7010. Grayscale: #B2B2B2. Windows color (decimal): -1994769 or 15699937. OLE color: 15699937.
HSL color Cylindrical-coordinate representation of color #E18FEF: hue angle of 291.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18FEF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 143 | 239 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.06 |
| HSL | 291.25º | 0.75% | 0.75% | - |
| HSV(B) | 291.25º | 0.4% | 0.94% | - |
| XYZ | 56.45 | 41.88 | 86.77 | - |
| YUV | 178.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 239 | 0.06 | 0.40 | 0 | 0.06 | 291.25 | 0.75 | 0.75 |
| Hex | E1 | 8F | EF | 6 | 28 | 0 | 6 | 123 | 4B | 4B |
| Octal | 341 | 217 | 357 | 6 | 50 | 0 | 6 | 443 | 113 | 113 |
| Binary | 11100001 | 10001111 | 11101111 | 110 | 101000 | 0 | 110 | 100100011 | 1001011 | 1001011 |
Color Harmonies of #E18FEF
Complementary color
Monochromatic Colors of #E18FEF
Black with #E18FEF
Text Example
Text Example
White with #E18FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FEF; }
p { color: rgb(225,143,239); }
H1.HeaderClassName
{
color: #E18FEF;
}
.AnyTagClassName
{
color: #E18FEF;
}
</style>
background-color css
<style>
a { background-color: #E18FEF; }
a { background-color: rgb(225,143,239); }
div.DivClassName
{
background-color: #E18FEF;
}
.BgClassName
{
background-color: #E18FEF;
}
</style>
border-color css
<style>
span { border-color: #E18FEF; }
span { border-color: rgb(225,143,239); }
td.TdClassName
{
border-color: #E18FEF;
}
.TagClassName
{
border-color: #E18FEF;
}
</style>