Shades of Violet #E493ED
Tints of Violet #E493ED
RGB
CMYK
RGB Variations
Color information
#E493ED (or 0xE493ED) is known color: Violet. HEX triplet: E4, 93 and ED. RGB value is (228,147,237). Sum of RGB (Red+Green+Blue) = 228+147+237=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E493ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493ED is #1B6C12. Grayscale: #B5B5B5. Windows color (decimal): -1797139 or 15569892. OLE color: 15569892.
HSL color Cylindrical-coordinate representation of color #E493ED: hue angle of 294º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E493ED is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 147 | 237 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.07 |
| HSL | 294º | 0.71% | 0.75% | - |
| HSV(B) | 294º | 0.38% | 0.93% | - |
| XYZ | 57.71 | 43.48 | 85.47 | - |
| YUV | 181.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 237 | 0.04 | 0.38 | 0 | 0.07 | 294 | 0.71 | 0.75 |
| Hex | E4 | 93 | ED | 4 | 26 | 0 | 7 | 126 | 47 | 4B |
| Octal | 344 | 223 | 355 | 4 | 46 | 0 | 7 | 446 | 107 | 113 |
| Binary | 11100100 | 10010011 | 11101101 | 100 | 100110 | 0 | 111 | 100100110 | 1000111 | 1001011 |
Color Harmonies of #E493ED
Complementary color
Monochromatic Colors of #E493ED
Black with #E493ED
Text Example
Text Example
White with #E493ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493ED; }
p { color: rgb(228,147,237); }
H1.HeaderClassName
{
color: #E493ED;
}
.AnyTagClassName
{
color: #E493ED;
}
</style>
background-color css
<style>
a { background-color: #E493ED; }
a { background-color: rgb(228,147,237); }
div.DivClassName
{
background-color: #E493ED;
}
.BgClassName
{
background-color: #E493ED;
}
</style>
border-color css
<style>
span { border-color: #E493ED; }
span { border-color: rgb(228,147,237); }
td.TdClassName
{
border-color: #E493ED;
}
.TagClassName
{
border-color: #E493ED;
}
</style>