Shades of Violet #E38AED
Tints of Violet #E38AED
RGB
CMYK
RGB Variations
Color information
#E38AED (or 0xE38AED) is known color: Violet. HEX triplet: E3, 8A and ED. RGB value is (227,138,237). Sum of RGB (Red+Green+Blue) = 227+138+237=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E38AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38AED is #1C7512. Grayscale: #AFAFAF. Windows color (decimal): -1864979 or 15567587. OLE color: 15567587.
HSL color Cylindrical-coordinate representation of color #E38AED: hue angle of 293.94º degrees, saturation: 0.73, 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 #E38AED is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 138 | 237 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.07 |
| HSL | 293.94º | 0.73% | 0.74% | - |
| HSV(B) | 293.94º | 0.42% | 0.93% | - |
| XYZ | 56.05 | 40.62 | 85.01 | - |
| YUV | 175.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 237 | 0.04 | 0.42 | 0 | 0.07 | 293.94 | 0.73 | 0.74 |
| Hex | E3 | 8A | ED | 4 | 2A | 0 | 7 | 126 | 49 | 4A |
| Octal | 343 | 212 | 355 | 4 | 52 | 0 | 7 | 446 | 111 | 112 |
| Binary | 11100011 | 10001010 | 11101101 | 100 | 101010 | 0 | 111 | 100100110 | 1001001 | 1001010 |
Color Harmonies of #E38AED
Complementary color
Monochromatic Colors of #E38AED
Black with #E38AED
Text Example
Text Example
White with #E38AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38AED; }
p { color: rgb(227,138,237); }
H1.HeaderClassName
{
color: #E38AED;
}
.AnyTagClassName
{
color: #E38AED;
}
</style>
background-color css
<style>
a { background-color: #E38AED; }
a { background-color: rgb(227,138,237); }
div.DivClassName
{
background-color: #E38AED;
}
.BgClassName
{
background-color: #E38AED;
}
</style>
border-color css
<style>
span { border-color: #E38AED; }
span { border-color: rgb(227,138,237); }
td.TdClassName
{
border-color: #E38AED;
}
.TagClassName
{
border-color: #E38AED;
}
</style>