Shades of Violet #E371EC
Tints of Violet #E371EC
RGB
CMYK
RGB Variations
Color information
#E371EC (or 0xE371EC) is known color: Violet. HEX triplet: E3, 71 and EC. RGB value is (227,113,236). Sum of RGB (Red+Green+Blue) = 227+113+236=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #E371EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371EC is #1C8E13. Grayscale: #A0A0A0. Windows color (decimal): -1871380 or 15495651. OLE color: 15495651.
HSL color Cylindrical-coordinate representation of color #E371EC: hue angle of 295.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E371EC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 113 | 236 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.07 |
| HSL | 295.61º | 0.76% | 0.68% | - |
| HSV(B) | 295.61º | 0.52% | 0.93% | - |
| XYZ | 52.72 | 34.2 | 83.18 | - |
| YUV | 161.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 236 | 0.04 | 0.52 | 0 | 0.07 | 295.61 | 0.76 | 0.68 |
| Hex | E3 | 71 | EC | 4 | 34 | 0 | 7 | 128 | 4C | 44 |
| Octal | 343 | 161 | 354 | 4 | 64 | 0 | 7 | 450 | 114 | 104 |
| Binary | 11100011 | 1110001 | 11101100 | 100 | 110100 | 0 | 111 | 100101000 | 1001100 | 1000100 |
Color Harmonies of #E371EC
Complementary color
Monochromatic Colors of #E371EC
Black with #E371EC
Text Example
Text Example
White with #E371EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371EC; }
p { color: rgb(227,113,236); }
H1.HeaderClassName
{
color: #E371EC;
}
.AnyTagClassName
{
color: #E371EC;
}
</style>
background-color css
<style>
a { background-color: #E371EC; }
a { background-color: rgb(227,113,236); }
div.DivClassName
{
background-color: #E371EC;
}
.BgClassName
{
background-color: #E371EC;
}
</style>
border-color css
<style>
span { border-color: #E371EC; }
span { border-color: rgb(227,113,236); }
td.TdClassName
{
border-color: #E371EC;
}
.TagClassName
{
border-color: #E371EC;
}
</style>