Shades of Violet #E379E9
Tints of Violet #E379E9
RGB
CMYK
RGB Variations
Color information
#E379E9 (or 0xE379E9) is known color: Violet. HEX triplet: E3, 79 and E9. RGB value is (227,121,233). Sum of RGB (Red+Green+Blue) = 227+121+233=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #E379E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379E9 is #1C8616. Grayscale: #A5A5A5. Windows color (decimal): -1869335 or 15301091. OLE color: 15301091.
HSL color Cylindrical-coordinate representation of color #E379E9: hue angle of 296.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E379E9 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 121 | 233 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.09 |
| HSL | 296.79º | 0.72% | 0.69% | - |
| HSV(B) | 296.79º | 0.48% | 0.91% | - |
| XYZ | 53.22 | 35.89 | 81.21 | - |
| YUV | 165.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 233 | 0.03 | 0.48 | 0 | 0.09 | 296.79 | 0.72 | 0.69 |
| Hex | E3 | 79 | E9 | 3 | 30 | 0 | 9 | 129 | 48 | 45 |
| Octal | 343 | 171 | 351 | 3 | 60 | 0 | 11 | 451 | 110 | 105 |
| Binary | 11100011 | 1111001 | 11101001 | 11 | 110000 | 0 | 1001 | 100101001 | 1001000 | 1000101 |
Color Harmonies of #E379E9
Complementary color
Monochromatic Colors of #E379E9
Black with #E379E9
Text Example
Text Example
White with #E379E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379E9; }
p { color: rgb(227,121,233); }
H1.HeaderClassName
{
color: #E379E9;
}
.AnyTagClassName
{
color: #E379E9;
}
</style>
background-color css
<style>
a { background-color: #E379E9; }
a { background-color: rgb(227,121,233); }
div.DivClassName
{
background-color: #E379E9;
}
.BgClassName
{
background-color: #E379E9;
}
</style>
border-color css
<style>
span { border-color: #E379E9; }
span { border-color: rgb(227,121,233); }
td.TdClassName
{
border-color: #E379E9;
}
.TagClassName
{
border-color: #E379E9;
}
</style>