Shades of Violet #E477EA
Tints of Violet #E477EA
RGB
CMYK
RGB Variations
Color information
#E477EA (or 0xE477EA) is known color: Violet. HEX triplet: E4, 77 and EA. RGB value is (228,119,234). Sum of RGB (Red+Green+Blue) = 228+119+234=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #E477EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E477EA is #1B8815. Grayscale: #A4A4A4. Windows color (decimal): -1804310 or 15366116. OLE color: 15366116.
HSL color Cylindrical-coordinate representation of color #E477EA: hue angle of 296.87º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E477EA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 119 | 234 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.08 |
| HSL | 296.87º | 0.73% | 0.69% | - |
| HSV(B) | 296.87º | 0.49% | 0.92% | - |
| XYZ | 53.44 | 35.63 | 81.9 | - |
| YUV | 164.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 234 | 0.03 | 0.49 | 0 | 0.08 | 296.87 | 0.73 | 0.69 |
| Hex | E4 | 77 | EA | 3 | 31 | 0 | 8 | 129 | 49 | 45 |
| Octal | 344 | 167 | 352 | 3 | 61 | 0 | 10 | 451 | 111 | 105 |
| Binary | 11100100 | 1110111 | 11101010 | 11 | 110001 | 0 | 1000 | 100101001 | 1001001 | 1000101 |
Color Harmonies of #E477EA
Complementary color
Monochromatic Colors of #E477EA
Black with #E477EA
Text Example
Text Example
White with #E477EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477EA; }
p { color: rgb(228,119,234); }
H1.HeaderClassName
{
color: #E477EA;
}
.AnyTagClassName
{
color: #E477EA;
}
</style>
background-color css
<style>
a { background-color: #E477EA; }
a { background-color: rgb(228,119,234); }
div.DivClassName
{
background-color: #E477EA;
}
.BgClassName
{
background-color: #E477EA;
}
</style>
border-color css
<style>
span { border-color: #E477EA; }
span { border-color: rgb(228,119,234); }
td.TdClassName
{
border-color: #E477EA;
}
.TagClassName
{
border-color: #E477EA;
}
</style>