Shades of Violet #E18BEA
Tints of Violet #E18BEA
RGB
CMYK
RGB Variations
Color information
#E18BEA (or 0xE18BEA) is known color: Violet. HEX triplet: E1, 8B and EA. RGB value is (225,139,234). Sum of RGB (Red+Green+Blue) = 225+139+234=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18BEA is #1E7415. Grayscale: #AFAFAF. Windows color (decimal): -1995798 or 15371233. OLE color: 15371233.
HSL color Cylindrical-coordinate representation of color #E18BEA: hue angle of 294.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18BEA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 139 | 234 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.08 |
| HSL | 294.32º | 0.69% | 0.73% | - |
| HSV(B) | 294.32º | 0.41% | 0.92% | - |
| XYZ | 55.14 | 40.41 | 82.74 | - |
| YUV | 175.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 234 | 0.04 | 0.41 | 0 | 0.08 | 294.32 | 0.69 | 0.73 |
| Hex | E1 | 8B | EA | 4 | 29 | 0 | 8 | 126 | 45 | 49 |
| Octal | 341 | 213 | 352 | 4 | 51 | 0 | 10 | 446 | 105 | 111 |
| Binary | 11100001 | 10001011 | 11101010 | 100 | 101001 | 0 | 1000 | 100100110 | 1000101 | 1001001 |
Color Harmonies of #E18BEA
Complementary color
Monochromatic Colors of #E18BEA
Black with #E18BEA
Text Example
Text Example
White with #E18BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BEA; }
p { color: rgb(225,139,234); }
H1.HeaderClassName
{
color: #E18BEA;
}
.AnyTagClassName
{
color: #E18BEA;
}
</style>
background-color css
<style>
a { background-color: #E18BEA; }
a { background-color: rgb(225,139,234); }
div.DivClassName
{
background-color: #E18BEA;
}
.BgClassName
{
background-color: #E18BEA;
}
</style>
border-color css
<style>
span { border-color: #E18BEA; }
span { border-color: rgb(225,139,234); }
td.TdClassName
{
border-color: #E18BEA;
}
.TagClassName
{
border-color: #E18BEA;
}
</style>