Shades of Violet #E477ED
Tints of Violet #E477ED
RGB
CMYK
RGB Variations
Color information
#E477ED (or 0xE477ED) is known color: Violet. HEX triplet: E4, 77 and ED. RGB value is (228,119,237). Sum of RGB (Red+Green+Blue) = 228+119+237=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #E477ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E477ED is #1B8812. Grayscale: #A4A4A4. Windows color (decimal): -1804307 or 15562724. OLE color: 15562724.
HSL color Cylindrical-coordinate representation of color #E477ED: hue angle of 295.42º 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 #E477ED is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 119 | 237 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.07 |
| HSL | 295.42º | 0.77% | 0.7% | - |
| HSV(B) | 295.42º | 0.5% | 0.93% | - |
| XYZ | 53.88 | 35.8 | 84.19 | - |
| YUV | 165.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 237 | 0.04 | 0.50 | 0 | 0.07 | 295.42 | 0.77 | 0.7 |
| Hex | E4 | 77 | ED | 4 | 32 | 0 | 7 | 127 | 4D | 46 |
| Octal | 344 | 167 | 355 | 4 | 62 | 0 | 7 | 447 | 115 | 106 |
| Binary | 11100100 | 1110111 | 11101101 | 100 | 110010 | 0 | 111 | 100100111 | 1001101 | 1000110 |
Color Harmonies of #E477ED
Complementary color
Monochromatic Colors of #E477ED
Black with #E477ED
Text Example
Text Example
White with #E477ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477ED; }
p { color: rgb(228,119,237); }
H1.HeaderClassName
{
color: #E477ED;
}
.AnyTagClassName
{
color: #E477ED;
}
</style>
background-color css
<style>
a { background-color: #E477ED; }
a { background-color: rgb(228,119,237); }
div.DivClassName
{
background-color: #E477ED;
}
.BgClassName
{
background-color: #E477ED;
}
</style>
border-color css
<style>
span { border-color: #E477ED; }
span { border-color: rgb(228,119,237); }
td.TdClassName
{
border-color: #E477ED;
}
.TagClassName
{
border-color: #E477ED;
}
</style>