Shades of Violet #E379F0
Tints of Violet #E379F0
RGB
CMYK
RGB Variations
Color information
#E379F0 (or 0xE379F0) is known color: Violet. HEX triplet: E3, 79 and F0. RGB value is (227,121,240). Sum of RGB (Red+Green+Blue) = 227+121+240=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #E379F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379F0 is #1C860F. Grayscale: #A5A5A5. Windows color (decimal): -1869328 or 15759843. OLE color: 15759843.
HSL color Cylindrical-coordinate representation of color #E379F0: hue angle of 293.45º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E379F0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 121 | 240 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.06 |
| HSL | 293.45º | 0.8% | 0.71% | - |
| HSV(B) | 293.45º | 0.5% | 0.94% | - |
| XYZ | 54.24 | 36.3 | 86.59 | - |
| YUV | 166.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 240 | 0.05 | 0.50 | 0 | 0.06 | 293.45 | 0.8 | 0.71 |
| Hex | E3 | 79 | F0 | 5 | 32 | 0 | 6 | 125 | 50 | 47 |
| Octal | 343 | 171 | 360 | 5 | 62 | 0 | 6 | 445 | 120 | 107 |
| Binary | 11100011 | 1111001 | 11110000 | 101 | 110010 | 0 | 110 | 100100101 | 1010000 | 1000111 |
Color Harmonies of #E379F0
Complementary color
Monochromatic Colors of #E379F0
Black with #E379F0
Text Example
Text Example
White with #E379F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379F0; }
p { color: rgb(227,121,240); }
H1.HeaderClassName
{
color: #E379F0;
}
.AnyTagClassName
{
color: #E379F0;
}
</style>
background-color css
<style>
a { background-color: #E379F0; }
a { background-color: rgb(227,121,240); }
div.DivClassName
{
background-color: #E379F0;
}
.BgClassName
{
background-color: #E379F0;
}
</style>
border-color css
<style>
span { border-color: #E379F0; }
span { border-color: rgb(227,121,240); }
td.TdClassName
{
border-color: #E379F0;
}
.TagClassName
{
border-color: #E379F0;
}
</style>