Shades of Violet #E476ED
Tints of Violet #E476ED
RGB
CMYK
RGB Variations
Color information
#E476ED (or 0xE476ED) is known color: Violet. HEX triplet: E4, 76 and ED. RGB value is (228,118,237). Sum of RGB (Red+Green+Blue) = 228+118+237=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #E476ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E476ED is #1B8912. Grayscale: #A4A4A4. Windows color (decimal): -1804563 or 15562468. OLE color: 15562468.
HSL color Cylindrical-coordinate representation of color #E476ED: hue angle of 295.46º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E476ED is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 118 | 237 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.07 |
| HSL | 295.46º | 0.77% | 0.7% | - |
| HSV(B) | 295.46º | 0.5% | 0.93% | - |
| XYZ | 53.76 | 35.57 | 84.15 | - |
| YUV | 164.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 237 | 0.04 | 0.50 | 0 | 0.07 | 295.46 | 0.77 | 0.7 |
| Hex | E4 | 76 | ED | 4 | 32 | 0 | 7 | 127 | 4D | 46 |
| Octal | 344 | 166 | 355 | 4 | 62 | 0 | 7 | 447 | 115 | 106 |
| Binary | 11100100 | 1110110 | 11101101 | 100 | 110010 | 0 | 111 | 100100111 | 1001101 | 1000110 |
Color Harmonies of #E476ED
Complementary color
Monochromatic Colors of #E476ED
Black with #E476ED
Text Example
Text Example
White with #E476ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476ED; }
p { color: rgb(228,118,237); }
H1.HeaderClassName
{
color: #E476ED;
}
.AnyTagClassName
{
color: #E476ED;
}
</style>
background-color css
<style>
a { background-color: #E476ED; }
a { background-color: rgb(228,118,237); }
div.DivClassName
{
background-color: #E476ED;
}
.BgClassName
{
background-color: #E476ED;
}
</style>
border-color css
<style>
span { border-color: #E476ED; }
span { border-color: rgb(228,118,237); }
td.TdClassName
{
border-color: #E476ED;
}
.TagClassName
{
border-color: #E476ED;
}
</style>