Shades of Violet #E18BE2
Tints of Violet #E18BE2
RGB
CMYK
RGB Variations
Color information
#E18BE2 (or 0xE18BE2) is known color: Violet. HEX triplet: E1, 8B and E2. RGB value is (225,139,226). Sum of RGB (Red+Green+Blue) = 225+139+226=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #E18BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BE2 is #1E741D. Grayscale: #AEAEAE. Windows color (decimal): -1995806 or 14846945. OLE color: 14846945.
HSL color Cylindrical-coordinate representation of color #E18BE2: hue angle of 299.31º 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 #E18BE2 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 139 | 226 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.11 |
| HSL | 299.31º | 0.6% | 0.72% | - |
| HSV(B) | 299.31º | 0.38% | 0.89% | - |
| XYZ | 54.01 | 39.96 | 76.82 | - |
| YUV | 174.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 226 | 0.00 | 0.38 | 0 | 0.11 | 299.31 | 0.6 | 0.72 |
| Hex | E1 | 8B | E2 | 0 | 26 | 0 | B | 12B | 3C | 48 |
| Octal | 341 | 213 | 342 | 0 | 46 | 0 | 13 | 453 | 74 | 110 |
| Binary | 11100001 | 10001011 | 11100010 | 0 | 100110 | 0 | 1011 | 100101011 | 111100 | 1001000 |
Color Harmonies of #E18BE2
Complementary color
Monochromatic Colors of #E18BE2
Black with #E18BE2
Text Example
Text Example
White with #E18BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BE2; }
p { color: rgb(225,139,226); }
H1.HeaderClassName
{
color: #E18BE2;
}
.AnyTagClassName
{
color: #E18BE2;
}
</style>
background-color css
<style>
a { background-color: #E18BE2; }
a { background-color: rgb(225,139,226); }
div.DivClassName
{
background-color: #E18BE2;
}
.BgClassName
{
background-color: #E18BE2;
}
</style>
border-color css
<style>
span { border-color: #E18BE2; }
span { border-color: rgb(225,139,226); }
td.TdClassName
{
border-color: #E18BE2;
}
.TagClassName
{
border-color: #E18BE2;
}
</style>