Shades of Violet #E476EF
Tints of Violet #E476EF
RGB
CMYK
RGB Variations
Color information
#E476EF (or 0xE476EF) is known color: Violet. HEX triplet: E4, 76 and EF. RGB value is (228,118,239). Sum of RGB (Red+Green+Blue) = 228+118+239=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #E476EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E476EF is #1B8910. Grayscale: #A4A4A4. Windows color (decimal): -1804561 or 15693540. OLE color: 15693540.
HSL color Cylindrical-coordinate representation of color #E476EF: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E476EF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 118 | 239 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.06 |
| HSL | 294.55º | 0.79% | 0.7% | - |
| HSV(B) | 294.55º | 0.51% | 0.94% | - |
| XYZ | 54.05 | 35.68 | 85.7 | - |
| YUV | 164.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 239 | 0.05 | 0.51 | 0 | 0.06 | 294.55 | 0.79 | 0.7 |
| Hex | E4 | 76 | EF | 5 | 33 | 0 | 6 | 127 | 4F | 46 |
| Octal | 344 | 166 | 357 | 5 | 63 | 0 | 6 | 447 | 117 | 106 |
| Binary | 11100100 | 1110110 | 11101111 | 101 | 110011 | 0 | 110 | 100100111 | 1001111 | 1000110 |
Color Harmonies of #E476EF
Complementary color
Monochromatic Colors of #E476EF
Black with #E476EF
Text Example
Text Example
White with #E476EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476EF; }
p { color: rgb(228,118,239); }
H1.HeaderClassName
{
color: #E476EF;
}
.AnyTagClassName
{
color: #E476EF;
}
</style>
background-color css
<style>
a { background-color: #E476EF; }
a { background-color: rgb(228,118,239); }
div.DivClassName
{
background-color: #E476EF;
}
.BgClassName
{
background-color: #E476EF;
}
</style>
border-color css
<style>
span { border-color: #E476EF; }
span { border-color: rgb(228,118,239); }
td.TdClassName
{
border-color: #E476EF;
}
.TagClassName
{
border-color: #E476EF;
}
</style>