Shades of Violet #E494ED
Tints of Violet #E494ED
RGB
CMYK
RGB Variations
Color information
#E494ED (or 0xE494ED) is known color: Violet. HEX triplet: E4, 94 and ED. RGB value is (228,148,237). Sum of RGB (Red+Green+Blue) = 228+148+237=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E494ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494ED is #1B6B12. Grayscale: #B5B5B5. Windows color (decimal): -1796883 or 15570148. OLE color: 15570148.
HSL color Cylindrical-coordinate representation of color #E494ED: hue angle of 293.93º 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 #E494ED is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 148 | 237 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.07 |
| HSL | 293.93º | 0.71% | 0.75% | - |
| HSV(B) | 293.93º | 0.38% | 0.93% | - |
| XYZ | 57.87 | 43.79 | 85.52 | - |
| YUV | 182.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 237 | 0.04 | 0.38 | 0 | 0.07 | 293.93 | 0.71 | 0.75 |
| Hex | E4 | 94 | ED | 4 | 26 | 0 | 7 | 126 | 47 | 4B |
| Octal | 344 | 224 | 355 | 4 | 46 | 0 | 7 | 446 | 107 | 113 |
| Binary | 11100100 | 10010100 | 11101101 | 100 | 100110 | 0 | 111 | 100100110 | 1000111 | 1001011 |
Color Harmonies of #E494ED
Complementary color
Monochromatic Colors of #E494ED
Black with #E494ED
Text Example
Text Example
White with #E494ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494ED; }
p { color: rgb(228,148,237); }
H1.HeaderClassName
{
color: #E494ED;
}
.AnyTagClassName
{
color: #E494ED;
}
</style>
background-color css
<style>
a { background-color: #E494ED; }
a { background-color: rgb(228,148,237); }
div.DivClassName
{
background-color: #E494ED;
}
.BgClassName
{
background-color: #E494ED;
}
</style>
border-color css
<style>
span { border-color: #E494ED; }
span { border-color: rgb(228,148,237); }
td.TdClassName
{
border-color: #E494ED;
}
.TagClassName
{
border-color: #E494ED;
}
</style>