Shades of Violet #E38BEC
Tints of Violet #E38BEC
RGB
CMYK
RGB Variations
Color information
#E38BEC (or 0xE38BEC) is known color: Violet. HEX triplet: E3, 8B and EC. RGB value is (227,139,236). Sum of RGB (Red+Green+Blue) = 227+139+236=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #E38BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38BEC is #1C7413. Grayscale: #B0B0B0. Windows color (decimal): -1864724 or 15502307. OLE color: 15502307.
HSL color Cylindrical-coordinate representation of color #E38BEC: hue angle of 294.43º degrees, saturation: 0.72, 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 #E38BEC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 139 | 236 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.07 |
| HSL | 294.43º | 0.72% | 0.74% | - |
| HSV(B) | 294.43º | 0.41% | 0.93% | - |
| XYZ | 56.05 | 40.85 | 84.29 | - |
| YUV | 176.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 236 | 0.04 | 0.41 | 0 | 0.07 | 294.43 | 0.72 | 0.74 |
| Hex | E3 | 8B | EC | 4 | 29 | 0 | 7 | 126 | 48 | 4A |
| Octal | 343 | 213 | 354 | 4 | 51 | 0 | 7 | 446 | 110 | 112 |
| Binary | 11100011 | 10001011 | 11101100 | 100 | 101001 | 0 | 111 | 100100110 | 1001000 | 1001010 |
Color Harmonies of #E38BEC
Complementary color
Monochromatic Colors of #E38BEC
Black with #E38BEC
Text Example
Text Example
White with #E38BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BEC; }
p { color: rgb(227,139,236); }
H1.HeaderClassName
{
color: #E38BEC;
}
.AnyTagClassName
{
color: #E38BEC;
}
</style>
background-color css
<style>
a { background-color: #E38BEC; }
a { background-color: rgb(227,139,236); }
div.DivClassName
{
background-color: #E38BEC;
}
.BgClassName
{
background-color: #E38BEC;
}
</style>
border-color css
<style>
span { border-color: #E38BEC; }
span { border-color: rgb(227,139,236); }
td.TdClassName
{
border-color: #E38BEC;
}
.TagClassName
{
border-color: #E38BEC;
}
</style>