Shades of Violet #E480DE
Tints of Violet #E480DE
RGB
CMYK
RGB Variations
Color information
#E480DE (or 0xE480DE) is known color: Violet. HEX triplet: E4, 80 and DE. RGB value is (228,128,222). Sum of RGB (Red+Green+Blue) = 228+128+222=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E480DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480DE is #1B7F21. Grayscale: #A8A8A8. Windows color (decimal): -1802018 or 14581988. OLE color: 14581988.
HSL color Cylindrical-coordinate representation of color #E480DE: hue angle of 303.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480DE is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 222 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 303.6º | 0.65% | 0.7% | - |
| HSV(B) | 303.6º | 0.44% | 0.89% | - |
| XYZ | 52.9 | 37.21 | 73.5 | - |
| YUV | 168.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 222 | 0 | 0.44 | 0.03 | 0.11 | 303.6 | 0.65 | 0.7 |
| Hex | E4 | 80 | DE | 0 | 2C | 3 | B | 130 | 41 | 46 |
| Octal | 344 | 200 | 336 | 0 | 54 | 3 | 13 | 460 | 101 | 106 |
| Binary | 11100100 | 10000000 | 11011110 | 0 | 101100 | 11 | 1011 | 100110000 | 1000001 | 1000110 |
Color Harmonies of #E480DE
Complementary color
Monochromatic Colors of #E480DE
Black with #E480DE
Text Example
Text Example
White with #E480DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480DE; }
p { color: rgb(228,128,222); }
H1.HeaderClassName
{
color: #E480DE;
}
.AnyTagClassName
{
color: #E480DE;
}
</style>
background-color css
<style>
a { background-color: #E480DE; }
a { background-color: rgb(228,128,222); }
div.DivClassName
{
background-color: #E480DE;
}
.BgClassName
{
background-color: #E480DE;
}
</style>
border-color css
<style>
span { border-color: #E480DE; }
span { border-color: rgb(228,128,222); }
td.TdClassName
{
border-color: #E480DE;
}
.TagClassName
{
border-color: #E480DE;
}
</style>