Shades of Violet #E372EC
Tints of Violet #E372EC
RGB
CMYK
RGB Variations
Color information
#E372EC (or 0xE372EC) is known color: Violet. HEX triplet: E3, 72 and EC. RGB value is (227,114,236). Sum of RGB (Red+Green+Blue) = 227+114+236=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #E372EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372EC is #1C8D13. Grayscale: #A1A1A1. Windows color (decimal): -1871124 or 15495907. OLE color: 15495907.
HSL color Cylindrical-coordinate representation of color #E372EC: hue angle of 295.57º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E372EC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 114 | 236 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.07 |
| HSL | 295.57º | 0.76% | 0.69% | - |
| HSV(B) | 295.57º | 0.52% | 0.93% | - |
| XYZ | 52.84 | 34.42 | 83.22 | - |
| YUV | 161.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 236 | 0.04 | 0.52 | 0 | 0.07 | 295.57 | 0.76 | 0.69 |
| Hex | E3 | 72 | EC | 4 | 34 | 0 | 7 | 128 | 4C | 45 |
| Octal | 343 | 162 | 354 | 4 | 64 | 0 | 7 | 450 | 114 | 105 |
| Binary | 11100011 | 1110010 | 11101100 | 100 | 110100 | 0 | 111 | 100101000 | 1001100 | 1000101 |
Color Harmonies of #E372EC
Complementary color
Monochromatic Colors of #E372EC
Black with #E372EC
Text Example
Text Example
White with #E372EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372EC; }
p { color: rgb(227,114,236); }
H1.HeaderClassName
{
color: #E372EC;
}
.AnyTagClassName
{
color: #E372EC;
}
</style>
background-color css
<style>
a { background-color: #E372EC; }
a { background-color: rgb(227,114,236); }
div.DivClassName
{
background-color: #E372EC;
}
.BgClassName
{
background-color: #E372EC;
}
</style>
border-color css
<style>
span { border-color: #E372EC; }
span { border-color: rgb(227,114,236); }
td.TdClassName
{
border-color: #E372EC;
}
.TagClassName
{
border-color: #E372EC;
}
</style>