Shades of Violet #E372ED
Tints of Violet #E372ED
RGB
CMYK
RGB Variations
Color information
#E372ED (or 0xE372ED) is known color: Violet. HEX triplet: E3, 72 and ED. RGB value is (227,114,237). Sum of RGB (Red+Green+Blue) = 227+114+237=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #E372ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372ED is #1C8D12. Grayscale: #A1A1A1. Windows color (decimal): -1871123 or 15561443. OLE color: 15561443.
HSL color Cylindrical-coordinate representation of color #E372ED: hue angle of 295.12º degrees, saturation: 0.77, 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 #E372ED is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 114 | 237 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.07 |
| HSL | 295.12º | 0.77% | 0.69% | - |
| HSV(B) | 295.12º | 0.52% | 0.93% | - |
| XYZ | 52.98 | 34.48 | 83.98 | - |
| YUV | 161.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 237 | 0.04 | 0.52 | 0 | 0.07 | 295.12 | 0.77 | 0.69 |
| Hex | E3 | 72 | ED | 4 | 34 | 0 | 7 | 127 | 4D | 45 |
| Octal | 343 | 162 | 355 | 4 | 64 | 0 | 7 | 447 | 115 | 105 |
| Binary | 11100011 | 1110010 | 11101101 | 100 | 110100 | 0 | 111 | 100100111 | 1001101 | 1000101 |
Color Harmonies of #E372ED
Complementary color
Monochromatic Colors of #E372ED
Black with #E372ED
Text Example
Text Example
White with #E372ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372ED; }
p { color: rgb(227,114,237); }
H1.HeaderClassName
{
color: #E372ED;
}
.AnyTagClassName
{
color: #E372ED;
}
</style>
background-color css
<style>
a { background-color: #E372ED; }
a { background-color: rgb(227,114,237); }
div.DivClassName
{
background-color: #E372ED;
}
.BgClassName
{
background-color: #E372ED;
}
</style>
border-color css
<style>
span { border-color: #E372ED; }
span { border-color: rgb(227,114,237); }
td.TdClassName
{
border-color: #E372ED;
}
.TagClassName
{
border-color: #E372ED;
}
</style>