Shades of Violet #E379E8
Tints of Violet #E379E8
RGB
CMYK
RGB Variations
Color information
#E379E8 (or 0xE379E8) is known color: Violet. HEX triplet: E3, 79 and E8. RGB value is (227,121,232). Sum of RGB (Red+Green+Blue) = 227+121+232=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #E379E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379E8 is #1C8617. Grayscale: #A5A5A5. Windows color (decimal): -1869336 or 15235555. OLE color: 15235555.
HSL color Cylindrical-coordinate representation of color #E379E8: hue angle of 297.3º degrees, saturation: 0.71, 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 #E379E8 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 121 | 232 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.09 |
| HSL | 297.3º | 0.71% | 0.69% | - |
| HSV(B) | 297.3º | 0.48% | 0.91% | - |
| XYZ | 53.08 | 35.83 | 80.46 | - |
| YUV | 165.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 232 | 0.02 | 0.48 | 0 | 0.09 | 297.3 | 0.71 | 0.69 |
| Hex | E3 | 79 | E8 | 2 | 30 | 0 | 9 | 129 | 47 | 45 |
| Octal | 343 | 171 | 350 | 2 | 60 | 0 | 11 | 451 | 107 | 105 |
| Binary | 11100011 | 1111001 | 11101000 | 10 | 110000 | 0 | 1001 | 100101001 | 1000111 | 1000101 |
Color Harmonies of #E379E8
Complementary color
Monochromatic Colors of #E379E8
Black with #E379E8
Text Example
Text Example
White with #E379E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379E8; }
p { color: rgb(227,121,232); }
H1.HeaderClassName
{
color: #E379E8;
}
.AnyTagClassName
{
color: #E379E8;
}
</style>
background-color css
<style>
a { background-color: #E379E8; }
a { background-color: rgb(227,121,232); }
div.DivClassName
{
background-color: #E379E8;
}
.BgClassName
{
background-color: #E379E8;
}
</style>
border-color css
<style>
span { border-color: #E379E8; }
span { border-color: rgb(227,121,232); }
td.TdClassName
{
border-color: #E379E8;
}
.TagClassName
{
border-color: #E379E8;
}
</style>