Shades of Violet #E38EEC
Tints of Violet #E38EEC
RGB
CMYK
RGB Variations
Color information
#E38EEC (or 0xE38EEC) is known color: Violet. HEX triplet: E3, 8E and EC. RGB value is (227,142,236). Sum of RGB (Red+Green+Blue) = 227+142+236=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #E38EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38EEC is #1C7113. Grayscale: #B1B1B1. Windows color (decimal): -1863956 or 15503075. OLE color: 15503075.
HSL color Cylindrical-coordinate representation of color #E38EEC: hue angle of 294.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E38EEC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 142 | 236 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 294.26º | 0.71% | 0.74% | - |
| HSV(B) | 294.26º | 0.4% | 0.93% | - |
| XYZ | 56.49 | 41.73 | 84.43 | - |
| YUV | 178.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 236 | 0.04 | 0.40 | 0 | 0.07 | 294.26 | 0.71 | 0.74 |
| Hex | E3 | 8E | EC | 4 | 28 | 0 | 7 | 126 | 47 | 4A |
| Octal | 343 | 216 | 354 | 4 | 50 | 0 | 7 | 446 | 107 | 112 |
| Binary | 11100011 | 10001110 | 11101100 | 100 | 101000 | 0 | 111 | 100100110 | 1000111 | 1001010 |
Color Harmonies of #E38EEC
Complementary color
Monochromatic Colors of #E38EEC
Black with #E38EEC
Text Example
Text Example
White with #E38EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38EEC; }
p { color: rgb(227,142,236); }
H1.HeaderClassName
{
color: #E38EEC;
}
.AnyTagClassName
{
color: #E38EEC;
}
</style>
background-color css
<style>
a { background-color: #E38EEC; }
a { background-color: rgb(227,142,236); }
div.DivClassName
{
background-color: #E38EEC;
}
.BgClassName
{
background-color: #E38EEC;
}
</style>
border-color css
<style>
span { border-color: #E38EEC; }
span { border-color: rgb(227,142,236); }
td.TdClassName
{
border-color: #E38EEC;
}
.TagClassName
{
border-color: #E38EEC;
}
</style>