Shades of Violet #E18BF2
Tints of Violet #E18BF2
RGB
CMYK
RGB Variations
Color information
#E18BF2 (or 0xE18BF2) is known color: Violet. HEX triplet: E1, 8B and F2. RGB value is (225,139,242). Sum of RGB (Red+Green+Blue) = 225+139+242=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #E18BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18BF2 is #1E740D. Grayscale: #B0B0B0. Windows color (decimal): -1995790 or 15895521. OLE color: 15895521.
HSL color Cylindrical-coordinate representation of color #E18BF2: hue angle of 290.1º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18BF2 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 139 | 242 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.05 |
| HSL | 290.1º | 0.8% | 0.75% | - |
| HSV(B) | 290.1º | 0.43% | 0.95% | - |
| XYZ | 56.31 | 40.88 | 88.93 | - |
| YUV | 176.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 242 | 0.07 | 0.43 | 0 | 0.05 | 290.1 | 0.8 | 0.75 |
| Hex | E1 | 8B | F2 | 7 | 2B | 0 | 5 | 122 | 50 | 4B |
| Octal | 341 | 213 | 362 | 7 | 53 | 0 | 5 | 442 | 120 | 113 |
| Binary | 11100001 | 10001011 | 11110010 | 111 | 101011 | 0 | 101 | 100100010 | 1010000 | 1001011 |
Color Harmonies of #E18BF2
Complementary color
Monochromatic Colors of #E18BF2
Black with #E18BF2
Text Example
Text Example
White with #E18BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BF2; }
p { color: rgb(225,139,242); }
H1.HeaderClassName
{
color: #E18BF2;
}
.AnyTagClassName
{
color: #E18BF2;
}
</style>
background-color css
<style>
a { background-color: #E18BF2; }
a { background-color: rgb(225,139,242); }
div.DivClassName
{
background-color: #E18BF2;
}
.BgClassName
{
background-color: #E18BF2;
}
</style>
border-color css
<style>
span { border-color: #E18BF2; }
span { border-color: rgb(225,139,242); }
td.TdClassName
{
border-color: #E18BF2;
}
.TagClassName
{
border-color: #E18BF2;
}
</style>