Shades of Violet #E477EF
Tints of Violet #E477EF
RGB
CMYK
RGB Variations
Color information
#E477EF (or 0xE477EF) is known color: Violet. HEX triplet: E4, 77 and EF. RGB value is (228,119,239). Sum of RGB (Red+Green+Blue) = 228+119+239=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #E477EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E477EF is #1B8810. Grayscale: #A4A4A4. Windows color (decimal): -1804305 or 15693796. OLE color: 15693796.
HSL color Cylindrical-coordinate representation of color #E477EF: hue angle of 294.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E477EF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 119 | 239 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.06 |
| HSL | 294.5º | 0.79% | 0.7% | - |
| HSV(B) | 294.5º | 0.5% | 0.94% | - |
| XYZ | 54.17 | 35.92 | 85.74 | - |
| YUV | 165.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 239 | 0.05 | 0.50 | 0 | 0.06 | 294.5 | 0.79 | 0.7 |
| Hex | E4 | 77 | EF | 5 | 32 | 0 | 6 | 126 | 4F | 46 |
| Octal | 344 | 167 | 357 | 5 | 62 | 0 | 6 | 446 | 117 | 106 |
| Binary | 11100100 | 1110111 | 11101111 | 101 | 110010 | 0 | 110 | 100100110 | 1001111 | 1000110 |
Color Harmonies of #E477EF
Complementary color
Monochromatic Colors of #E477EF
Black with #E477EF
Text Example
Text Example
White with #E477EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477EF; }
p { color: rgb(228,119,239); }
H1.HeaderClassName
{
color: #E477EF;
}
.AnyTagClassName
{
color: #E477EF;
}
</style>
background-color css
<style>
a { background-color: #E477EF; }
a { background-color: rgb(228,119,239); }
div.DivClassName
{
background-color: #E477EF;
}
.BgClassName
{
background-color: #E477EF;
}
</style>
border-color css
<style>
span { border-color: #E477EF; }
span { border-color: rgb(228,119,239); }
td.TdClassName
{
border-color: #E477EF;
}
.TagClassName
{
border-color: #E477EF;
}
</style>