Shades of Violet #E373ED
Tints of Violet #E373ED
RGB
CMYK
RGB Variations
Color information
#E373ED (or 0xE373ED) is known color: Violet. HEX triplet: E3, 73 and ED. RGB value is (227,115,237). Sum of RGB (Red+Green+Blue) = 227+115+237=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E373ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E373ED is #1C8C12. Grayscale: #A2A2A2. Windows color (decimal): -1870867 or 15561699. OLE color: 15561699.
HSL color Cylindrical-coordinate representation of color #E373ED: hue angle of 295.08º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E373ED is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 115 | 237 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.07 |
| HSL | 295.08º | 0.77% | 0.69% | - |
| HSV(B) | 295.08º | 0.51% | 0.93% | - |
| XYZ | 53.1 | 34.71 | 84.02 | - |
| YUV | 162.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 237 | 0.04 | 0.51 | 0 | 0.07 | 295.08 | 0.77 | 0.69 |
| Hex | E3 | 73 | ED | 4 | 33 | 0 | 7 | 127 | 4D | 45 |
| Octal | 343 | 163 | 355 | 4 | 63 | 0 | 7 | 447 | 115 | 105 |
| Binary | 11100011 | 1110011 | 11101101 | 100 | 110011 | 0 | 111 | 100100111 | 1001101 | 1000101 |
Color Harmonies of #E373ED
Complementary color
Monochromatic Colors of #E373ED
Black with #E373ED
Text Example
Text Example
White with #E373ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373ED; }
p { color: rgb(227,115,237); }
H1.HeaderClassName
{
color: #E373ED;
}
.AnyTagClassName
{
color: #E373ED;
}
</style>
background-color css
<style>
a { background-color: #E373ED; }
a { background-color: rgb(227,115,237); }
div.DivClassName
{
background-color: #E373ED;
}
.BgClassName
{
background-color: #E373ED;
}
</style>
border-color css
<style>
span { border-color: #E373ED; }
span { border-color: rgb(227,115,237); }
td.TdClassName
{
border-color: #E373ED;
}
.TagClassName
{
border-color: #E373ED;
}
</style>