Shades of Violet #E480EF
Tints of Violet #E480EF
RGB
CMYK
RGB Variations
Color information
#E480EF (or 0xE480EF) is known color: Violet. HEX triplet: E4, 80 and EF. RGB value is (228,128,239). Sum of RGB (Red+Green+Blue) = 228+128+239=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #E480EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E480EF is #1B7F10. Grayscale: #AAAAAA. Windows color (decimal): -1802001 or 15696100. OLE color: 15696100.
HSL color Cylindrical-coordinate representation of color #E480EF: hue angle of 294.05º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E480EF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 128 | 239 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.06 |
| HSL | 294.05º | 0.78% | 0.72% | - |
| HSV(B) | 294.05º | 0.46% | 0.94% | - |
| XYZ | 55.29 | 38.16 | 86.11 | - |
| YUV | 170.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 239 | 0.05 | 0.46 | 0 | 0.06 | 294.05 | 0.78 | 0.72 |
| Hex | E4 | 80 | EF | 5 | 2E | 0 | 6 | 126 | 4E | 48 |
| Octal | 344 | 200 | 357 | 5 | 56 | 0 | 6 | 446 | 116 | 110 |
| Binary | 11100100 | 10000000 | 11101111 | 101 | 101110 | 0 | 110 | 100100110 | 1001110 | 1001000 |
Color Harmonies of #E480EF
Complementary color
Monochromatic Colors of #E480EF
Black with #E480EF
Text Example
Text Example
White with #E480EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480EF; }
p { color: rgb(228,128,239); }
H1.HeaderClassName
{
color: #E480EF;
}
.AnyTagClassName
{
color: #E480EF;
}
</style>
background-color css
<style>
a { background-color: #E480EF; }
a { background-color: rgb(228,128,239); }
div.DivClassName
{
background-color: #E480EF;
}
.BgClassName
{
background-color: #E480EF;
}
</style>
border-color css
<style>
span { border-color: #E480EF; }
span { border-color: rgb(228,128,239); }
td.TdClassName
{
border-color: #E480EF;
}
.TagClassName
{
border-color: #E480EF;
}
</style>