Shades of Violet #E379E3
Tints of Violet #E379E3
RGB
CMYK
RGB Variations
Color information
#E379E3 (or 0xE379E3) is known color: Violet. HEX triplet: E3, 79 and E3. RGB value is (227,121,227). Sum of RGB (Red+Green+Blue) = 227+121+227=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E379E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379E3 is #1C861C. Grayscale: #A4A4A4. Windows color (decimal): -1869341 or 14907875. OLE color: 14907875.
HSL color Cylindrical-coordinate representation of color #E379E3: hue angle of 300º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379E3 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 227 | - |
| CMYK | 0 | 0.47 | 0 | 0.11 |
| HSL | 300º | 0.65% | 0.68% | - |
| HSV(B) | 300º | 0.47% | 0.89% | - |
| XYZ | 52.38 | 35.55 | 76.77 | - |
| YUV | 164.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 227 | 0 | 0.47 | 0 | 0.11 | 300 | 0.65 | 0.68 |
| Hex | E3 | 79 | E3 | 0 | 2F | 0 | B | 12C | 41 | 44 |
| Octal | 343 | 171 | 343 | 0 | 57 | 0 | 13 | 454 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11100011 | 0 | 101111 | 0 | 1011 | 100101100 | 1000001 | 1000100 |
Color Harmonies of #E379E3
Complementary color
Monochromatic Colors of #E379E3
Black with #E379E3
Text Example
Text Example
White with #E379E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379E3; }
p { color: rgb(227,121,227); }
H1.HeaderClassName
{
color: #E379E3;
}
.AnyTagClassName
{
color: #E379E3;
}
</style>
background-color css
<style>
a { background-color: #E379E3; }
a { background-color: rgb(227,121,227); }
div.DivClassName
{
background-color: #E379E3;
}
.BgClassName
{
background-color: #E379E3;
}
</style>
border-color css
<style>
span { border-color: #E379E3; }
span { border-color: rgb(227,121,227); }
td.TdClassName
{
border-color: #E379E3;
}
.TagClassName
{
border-color: #E379E3;
}
</style>