Shades of Violet #E28BEB
Tints of Violet #E28BEB
RGB
CMYK
RGB Variations
Color information
#E28BEB (or 0xE28BEB) is known color: Violet. HEX triplet: E2, 8B and EB. RGB value is (226,139,235). Sum of RGB (Red+Green+Blue) = 226+139+235=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #E28BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28BEB is #1D7414. Grayscale: #AFAFAF. Windows color (decimal): -1930261 or 15436770. OLE color: 15436770.
HSL color Cylindrical-coordinate representation of color #E28BEB: hue angle of 294.38º degrees, saturation: 0.71, 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 #E28BEB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 139 | 235 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.08 |
| HSL | 294.38º | 0.71% | 0.73% | - |
| HSV(B) | 294.38º | 0.41% | 0.92% | - |
| XYZ | 55.59 | 40.63 | 83.51 | - |
| YUV | 175.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 235 | 0.04 | 0.41 | 0 | 0.08 | 294.38 | 0.71 | 0.73 |
| Hex | E2 | 8B | EB | 4 | 29 | 0 | 8 | 126 | 47 | 49 |
| Octal | 342 | 213 | 353 | 4 | 51 | 0 | 10 | 446 | 107 | 111 |
| Binary | 11100010 | 10001011 | 11101011 | 100 | 101001 | 0 | 1000 | 100100110 | 1000111 | 1001001 |
Color Harmonies of #E28BEB
Complementary color
Monochromatic Colors of #E28BEB
Black with #E28BEB
Text Example
Text Example
White with #E28BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BEB; }
p { color: rgb(226,139,235); }
H1.HeaderClassName
{
color: #E28BEB;
}
.AnyTagClassName
{
color: #E28BEB;
}
</style>
background-color css
<style>
a { background-color: #E28BEB; }
a { background-color: rgb(226,139,235); }
div.DivClassName
{
background-color: #E28BEB;
}
.BgClassName
{
background-color: #E28BEB;
}
</style>
border-color css
<style>
span { border-color: #E28BEB; }
span { border-color: rgb(226,139,235); }
td.TdClassName
{
border-color: #E28BEB;
}
.TagClassName
{
border-color: #E28BEB;
}
</style>