Shades of Violet #E379ED
Tints of Violet #E379ED
RGB
CMYK
RGB Variations
Color information
#E379ED (or 0xE379ED) is known color: Violet. HEX triplet: E3, 79 and ED. RGB value is (227,121,237). Sum of RGB (Red+Green+Blue) = 227+121+237=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #E379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379ED is #1C8612. Grayscale: #A5A5A5. Windows color (decimal): -1869331 or 15563235. OLE color: 15563235.
HSL color Cylindrical-coordinate representation of color #E379ED: hue angle of 294.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E379ED is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 121 | 237 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.07 |
| HSL | 294.83º | 0.76% | 0.7% | - |
| HSV(B) | 294.83º | 0.49% | 0.93% | - |
| XYZ | 53.8 | 36.12 | 84.26 | - |
| YUV | 165.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 237 | 0.04 | 0.49 | 0 | 0.07 | 294.83 | 0.76 | 0.7 |
| Hex | E3 | 79 | ED | 4 | 31 | 0 | 7 | 127 | 4C | 46 |
| Octal | 343 | 171 | 355 | 4 | 61 | 0 | 7 | 447 | 114 | 106 |
| Binary | 11100011 | 1111001 | 11101101 | 100 | 110001 | 0 | 111 | 100100111 | 1001100 | 1000110 |
Color Harmonies of #E379ED
Complementary color
Monochromatic Colors of #E379ED
Black with #E379ED
Text Example
Text Example
White with #E379ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379ED; }
p { color: rgb(227,121,237); }
H1.HeaderClassName
{
color: #E379ED;
}
.AnyTagClassName
{
color: #E379ED;
}
</style>
background-color css
<style>
a { background-color: #E379ED; }
a { background-color: rgb(227,121,237); }
div.DivClassName
{
background-color: #E379ED;
}
.BgClassName
{
background-color: #E379ED;
}
</style>
border-color css
<style>
span { border-color: #E379ED; }
span { border-color: rgb(227,121,237); }
td.TdClassName
{
border-color: #E379ED;
}
.TagClassName
{
border-color: #E379ED;
}
</style>