Shades of Violet #E480E5
Tints of Violet #E480E5
RGB
CMYK
RGB Variations
Color information
#E480E5 (or 0xE480E5) is known color: Violet. HEX triplet: E4, 80 and E5. RGB value is (228,128,229). Sum of RGB (Red+Green+Blue) = 228+128+229=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #E480E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480E5 is #1B7F1A. Grayscale: #A9A9A9. Windows color (decimal): -1802011 or 15040740. OLE color: 15040740.
HSL color Cylindrical-coordinate representation of color #E480E5: hue angle of 299.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480E5 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 128 | 229 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.10 |
| HSL | 299.41º | 0.66% | 0.7% | - |
| HSV(B) | 299.41º | 0.44% | 0.9% | - |
| XYZ | 53.86 | 37.59 | 78.55 | - |
| YUV | 169.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 229 | 0.00 | 0.44 | 0 | 0.10 | 299.41 | 0.66 | 0.7 |
| Hex | E4 | 80 | E5 | 0 | 2C | 0 | A | 12B | 42 | 46 |
| Octal | 344 | 200 | 345 | 0 | 54 | 0 | 12 | 453 | 102 | 106 |
| Binary | 11100100 | 10000000 | 11100101 | 0 | 101100 | 0 | 1010 | 100101011 | 1000010 | 1000110 |
Color Harmonies of #E480E5
Complementary color
Monochromatic Colors of #E480E5
Black with #E480E5
Text Example
Text Example
White with #E480E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480E5; }
p { color: rgb(228,128,229); }
H1.HeaderClassName
{
color: #E480E5;
}
.AnyTagClassName
{
color: #E480E5;
}
</style>
background-color css
<style>
a { background-color: #E480E5; }
a { background-color: rgb(228,128,229); }
div.DivClassName
{
background-color: #E480E5;
}
.BgClassName
{
background-color: #E480E5;
}
</style>
border-color css
<style>
span { border-color: #E480E5; }
span { border-color: rgb(228,128,229); }
td.TdClassName
{
border-color: #E480E5;
}
.TagClassName
{
border-color: #E480E5;
}
</style>