Shades of Violet #E379EA
Tints of Violet #E379EA
RGB
CMYK
RGB Variations
Color information
#E379EA (or 0xE379EA) is known color: Violet. HEX triplet: E3, 79 and EA. RGB value is (227,121,234). Sum of RGB (Red+Green+Blue) = 227+121+234=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #E379EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379EA is #1C8615. Grayscale: #A5A5A5. Windows color (decimal): -1869334 or 15366627. OLE color: 15366627.
HSL color Cylindrical-coordinate representation of color #E379EA: hue angle of 296.28º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E379EA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 121 | 234 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.08 |
| HSL | 296.28º | 0.73% | 0.7% | - |
| HSV(B) | 296.28º | 0.48% | 0.92% | - |
| XYZ | 53.37 | 35.95 | 81.97 | - |
| YUV | 165.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 234 | 0.03 | 0.48 | 0 | 0.08 | 296.28 | 0.73 | 0.7 |
| Hex | E3 | 79 | EA | 3 | 30 | 0 | 8 | 128 | 49 | 46 |
| Octal | 343 | 171 | 352 | 3 | 60 | 0 | 10 | 450 | 111 | 106 |
| Binary | 11100011 | 1111001 | 11101010 | 11 | 110000 | 0 | 1000 | 100101000 | 1001001 | 1000110 |
Color Harmonies of #E379EA
Complementary color
Monochromatic Colors of #E379EA
Black with #E379EA
Text Example
Text Example
White with #E379EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379EA; }
p { color: rgb(227,121,234); }
H1.HeaderClassName
{
color: #E379EA;
}
.AnyTagClassName
{
color: #E379EA;
}
</style>
background-color css
<style>
a { background-color: #E379EA; }
a { background-color: rgb(227,121,234); }
div.DivClassName
{
background-color: #E379EA;
}
.BgClassName
{
background-color: #E379EA;
}
</style>
border-color css
<style>
span { border-color: #E379EA; }
span { border-color: rgb(227,121,234); }
td.TdClassName
{
border-color: #E379EA;
}
.TagClassName
{
border-color: #E379EA;
}
</style>