Shades of Violet #E38BEE
Tints of Violet #E38BEE
RGB
CMYK
RGB Variations
Color information
#E38BEE (or 0xE38BEE) is known color: Violet. HEX triplet: E3, 8B and EE. RGB value is (227,139,238). Sum of RGB (Red+Green+Blue) = 227+139+238=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #E38BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38BEE is #1C7411. Grayscale: #B0B0B0. Windows color (decimal): -1864722 or 15633379. OLE color: 15633379.
HSL color Cylindrical-coordinate representation of color #E38BEE: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E38BEE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 139 | 238 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.07 |
| HSL | 293.33º | 0.74% | 0.74% | - |
| HSV(B) | 293.33º | 0.42% | 0.93% | - |
| XYZ | 56.34 | 40.97 | 85.83 | - |
| YUV | 176.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 238 | 0.05 | 0.42 | 0 | 0.07 | 293.33 | 0.74 | 0.74 |
| Hex | E3 | 8B | EE | 5 | 2A | 0 | 7 | 125 | 4A | 4A |
| Octal | 343 | 213 | 356 | 5 | 52 | 0 | 7 | 445 | 112 | 112 |
| Binary | 11100011 | 10001011 | 11101110 | 101 | 101010 | 0 | 111 | 100100101 | 1001010 | 1001010 |
Color Harmonies of #E38BEE
Complementary color
Monochromatic Colors of #E38BEE
Black with #E38BEE
Text Example
Text Example
White with #E38BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BEE; }
p { color: rgb(227,139,238); }
H1.HeaderClassName
{
color: #E38BEE;
}
.AnyTagClassName
{
color: #E38BEE;
}
</style>
background-color css
<style>
a { background-color: #E38BEE; }
a { background-color: rgb(227,139,238); }
div.DivClassName
{
background-color: #E38BEE;
}
.BgClassName
{
background-color: #E38BEE;
}
</style>
border-color css
<style>
span { border-color: #E38BEE; }
span { border-color: rgb(227,139,238); }
td.TdClassName
{
border-color: #E38BEE;
}
.TagClassName
{
border-color: #E38BEE;
}
</style>