Shades of Violet #E379EC
Tints of Violet #E379EC
RGB
CMYK
RGB Variations
Color information
#E379EC (or 0xE379EC) is known color: Violet. HEX triplet: E3, 79 and EC. RGB value is (227,121,236). Sum of RGB (Red+Green+Blue) = 227+121+236=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E379EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379EC is #1C8613. Grayscale: #A5A5A5. Windows color (decimal): -1869332 or 15497699. OLE color: 15497699.
HSL color Cylindrical-coordinate representation of color #E379EC: hue angle of 295.3º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E379EC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 121 | 236 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.07 |
| HSL | 295.3º | 0.75% | 0.7% | - |
| HSV(B) | 295.3º | 0.49% | 0.93% | - |
| XYZ | 53.66 | 36.06 | 83.49 | - |
| YUV | 165.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 236 | 0.04 | 0.49 | 0 | 0.07 | 295.3 | 0.75 | 0.7 |
| Hex | E3 | 79 | EC | 4 | 31 | 0 | 7 | 127 | 4B | 46 |
| Octal | 343 | 171 | 354 | 4 | 61 | 0 | 7 | 447 | 113 | 106 |
| Binary | 11100011 | 1111001 | 11101100 | 100 | 110001 | 0 | 111 | 100100111 | 1001011 | 1000110 |
Color Harmonies of #E379EC
Complementary color
Monochromatic Colors of #E379EC
Black with #E379EC
Text Example
Text Example
White with #E379EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379EC; }
p { color: rgb(227,121,236); }
H1.HeaderClassName
{
color: #E379EC;
}
.AnyTagClassName
{
color: #E379EC;
}
</style>
background-color css
<style>
a { background-color: #E379EC; }
a { background-color: rgb(227,121,236); }
div.DivClassName
{
background-color: #E379EC;
}
.BgClassName
{
background-color: #E379EC;
}
</style>
border-color css
<style>
span { border-color: #E379EC; }
span { border-color: rgb(227,121,236); }
td.TdClassName
{
border-color: #E379EC;
}
.TagClassName
{
border-color: #E379EC;
}
</style>