Shades of Violet #E390ED
Tints of Violet #E390ED
RGB
CMYK
RGB Variations
Color information
#E390ED (or 0xE390ED) is known color: Violet. HEX triplet: E3, 90 and ED. RGB value is (227,144,237). Sum of RGB (Red+Green+Blue) = 227+144+237=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390ED is #1C6F12. Grayscale: #B3B3B3. Windows color (decimal): -1863443 or 15569123. OLE color: 15569123.
HSL color Cylindrical-coordinate representation of color #E390ED: hue angle of 293.55º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E390ED is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 144 | 237 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.07 |
| HSL | 293.55º | 0.72% | 0.75% | - |
| HSV(B) | 293.55º | 0.39% | 0.93% | - |
| XYZ | 56.94 | 42.39 | 85.3 | - |
| YUV | 179.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 237 | 0.04 | 0.39 | 0 | 0.07 | 293.55 | 0.72 | 0.75 |
| Hex | E3 | 90 | ED | 4 | 27 | 0 | 7 | 126 | 48 | 4B |
| Octal | 343 | 220 | 355 | 4 | 47 | 0 | 7 | 446 | 110 | 113 |
| Binary | 11100011 | 10010000 | 11101101 | 100 | 100111 | 0 | 111 | 100100110 | 1001000 | 1001011 |
Color Harmonies of #E390ED
Complementary color
Monochromatic Colors of #E390ED
Black with #E390ED
Text Example
Text Example
White with #E390ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390ED; }
p { color: rgb(227,144,237); }
H1.HeaderClassName
{
color: #E390ED;
}
.AnyTagClassName
{
color: #E390ED;
}
</style>
background-color css
<style>
a { background-color: #E390ED; }
a { background-color: rgb(227,144,237); }
div.DivClassName
{
background-color: #E390ED;
}
.BgClassName
{
background-color: #E390ED;
}
</style>
border-color css
<style>
span { border-color: #E390ED; }
span { border-color: rgb(227,144,237); }
td.TdClassName
{
border-color: #E390ED;
}
.TagClassName
{
border-color: #E390ED;
}
</style>