Shades of Violet #E478F0
Tints of Violet #E478F0
RGB
CMYK
RGB Variations
Color information
#E478F0 (or 0xE478F0) is known color: Violet. HEX triplet: E4, 78 and F0. RGB value is (228,120,240). Sum of RGB (Red+Green+Blue) = 228+120+240=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #E478F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E478F0 is #1B870F. Grayscale: #A5A5A5. Windows color (decimal): -1804048 or 15759588. OLE color: 15759588.
HSL color Cylindrical-coordinate representation of color #E478F0: hue angle of 294º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E478F0 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 120 | 240 | - |
| CMYK | 0.05 | 0.5 | 0 | 0.06 |
| HSL | 294º | 0.8% | 0.71% | - |
| HSV(B) | 294º | 0.5% | 0.94% | - |
| XYZ | 54.44 | 36.22 | 86.56 | - |
| YUV | 165.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 240 | 0.05 | 0.5 | 0 | 0.06 | 294 | 0.8 | 0.71 |
| Hex | E4 | 78 | F0 | 5 | 32 | 0 | 6 | 126 | 50 | 47 |
| Octal | 344 | 170 | 360 | 5 | 62 | 0 | 6 | 446 | 120 | 107 |
| Binary | 11100100 | 1111000 | 11110000 | 101 | 110010 | 0 | 110 | 100100110 | 1010000 | 1000111 |
Color Harmonies of #E478F0
Complementary color
Monochromatic Colors of #E478F0
Black with #E478F0
Text Example
Text Example
White with #E478F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478F0; }
p { color: rgb(228,120,240); }
H1.HeaderClassName
{
color: #E478F0;
}
.AnyTagClassName
{
color: #E478F0;
}
</style>
background-color css
<style>
a { background-color: #E478F0; }
a { background-color: rgb(228,120,240); }
div.DivClassName
{
background-color: #E478F0;
}
.BgClassName
{
background-color: #E478F0;
}
</style>
border-color css
<style>
span { border-color: #E478F0; }
span { border-color: rgb(228,120,240); }
td.TdClassName
{
border-color: #E478F0;
}
.TagClassName
{
border-color: #E478F0;
}
</style>