Shades of Violet #E38BED
Tints of Violet #E38BED
RGB
CMYK
RGB Variations
Color information
#E38BED (or 0xE38BED) is known color: Violet. HEX triplet: E3, 8B and ED. RGB value is (227,139,237). Sum of RGB (Red+Green+Blue) = 227+139+237=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #E38BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38BED is #1C7412. Grayscale: #B0B0B0. Windows color (decimal): -1864723 or 15567843. OLE color: 15567843.
HSL color Cylindrical-coordinate representation of color #E38BED: hue angle of 293.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38BED is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 139 | 237 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.07 |
| HSL | 293.88º | 0.73% | 0.74% | - |
| HSV(B) | 293.88º | 0.41% | 0.93% | - |
| XYZ | 56.2 | 40.91 | 85.06 | - |
| YUV | 176.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 237 | 0.04 | 0.41 | 0 | 0.07 | 293.88 | 0.73 | 0.74 |
| Hex | E3 | 8B | ED | 4 | 29 | 0 | 7 | 126 | 49 | 4A |
| Octal | 343 | 213 | 355 | 4 | 51 | 0 | 7 | 446 | 111 | 112 |
| Binary | 11100011 | 10001011 | 11101101 | 100 | 101001 | 0 | 111 | 100100110 | 1001001 | 1001010 |
Color Harmonies of #E38BED
Complementary color
Monochromatic Colors of #E38BED
Black with #E38BED
Text Example
Text Example
White with #E38BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BED; }
p { color: rgb(227,139,237); }
H1.HeaderClassName
{
color: #E38BED;
}
.AnyTagClassName
{
color: #E38BED;
}
</style>
background-color css
<style>
a { background-color: #E38BED; }
a { background-color: rgb(227,139,237); }
div.DivClassName
{
background-color: #E38BED;
}
.BgClassName
{
background-color: #E38BED;
}
</style>
border-color css
<style>
span { border-color: #E38BED; }
span { border-color: rgb(227,139,237); }
td.TdClassName
{
border-color: #E38BED;
}
.TagClassName
{
border-color: #E38BED;
}
</style>