Shades of Violet #E474F0
Tints of Violet #E474F0
RGB
CMYK
RGB Variations
Color information
#E474F0 (or 0xE474F0) is known color: Violet. HEX triplet: E4, 74 and F0. RGB value is (228,116,240). Sum of RGB (Red+Green+Blue) = 228+116+240=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #E474F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474F0 is #1B8B0F. Grayscale: #A3A3A3. Windows color (decimal): -1805072 or 15758564. OLE color: 15758564.
HSL color Cylindrical-coordinate representation of color #E474F0: hue angle of 294.19º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E474F0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 116 | 240 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.06 |
| HSL | 294.19º | 0.81% | 0.7% | - |
| HSV(B) | 294.19º | 0.52% | 0.94% | - |
| XYZ | 53.97 | 35.28 | 86.4 | - |
| YUV | 163.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 240 | 0.05 | 0.52 | 0 | 0.06 | 294.19 | 0.81 | 0.7 |
| Hex | E4 | 74 | F0 | 5 | 34 | 0 | 6 | 126 | 51 | 46 |
| Octal | 344 | 164 | 360 | 5 | 64 | 0 | 6 | 446 | 121 | 106 |
| Binary | 11100100 | 1110100 | 11110000 | 101 | 110100 | 0 | 110 | 100100110 | 1010001 | 1000110 |
Color Harmonies of #E474F0
Complementary color
Monochromatic Colors of #E474F0
Black with #E474F0
Text Example
Text Example
White with #E474F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474F0; }
p { color: rgb(228,116,240); }
H1.HeaderClassName
{
color: #E474F0;
}
.AnyTagClassName
{
color: #E474F0;
}
</style>
background-color css
<style>
a { background-color: #E474F0; }
a { background-color: rgb(228,116,240); }
div.DivClassName
{
background-color: #E474F0;
}
.BgClassName
{
background-color: #E474F0;
}
</style>
border-color css
<style>
span { border-color: #E474F0; }
span { border-color: rgb(228,116,240); }
td.TdClassName
{
border-color: #E474F0;
}
.TagClassName
{
border-color: #E474F0;
}
</style>