Shades of Violet #E480DF
Tints of Violet #E480DF
RGB
CMYK
RGB Variations
Color information
#E480DF (or 0xE480DF) is known color: Violet. HEX triplet: E4, 80 and DF. RGB value is (228,128,223). Sum of RGB (Red+Green+Blue) = 228+128+223=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480DF is #1B7F20. Grayscale: #A8A8A8. Windows color (decimal): -1802017 or 14647524. OLE color: 14647524.
HSL color Cylindrical-coordinate representation of color #E480DF: hue angle of 303º 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 #E480DF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 223 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.11 |
| HSL | 303º | 0.65% | 0.7% | - |
| HSV(B) | 303º | 0.44% | 0.89% | - |
| XYZ | 53.03 | 37.26 | 74.21 | - |
| YUV | 168.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 223 | 0 | 0.44 | 0.02 | 0.11 | 303 | 0.65 | 0.7 |
| Hex | E4 | 80 | DF | 0 | 2C | 2 | B | 12F | 41 | 46 |
| Octal | 344 | 200 | 337 | 0 | 54 | 2 | 13 | 457 | 101 | 106 |
| Binary | 11100100 | 10000000 | 11011111 | 0 | 101100 | 10 | 1011 | 100101111 | 1000001 | 1000110 |
Color Harmonies of #E480DF
Complementary color
Monochromatic Colors of #E480DF
Black with #E480DF
Text Example
Text Example
White with #E480DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480DF; }
p { color: rgb(228,128,223); }
H1.HeaderClassName
{
color: #E480DF;
}
.AnyTagClassName
{
color: #E480DF;
}
</style>
background-color css
<style>
a { background-color: #E480DF; }
a { background-color: rgb(228,128,223); }
div.DivClassName
{
background-color: #E480DF;
}
.BgClassName
{
background-color: #E480DF;
}
</style>
border-color css
<style>
span { border-color: #E480DF; }
span { border-color: rgb(228,128,223); }
td.TdClassName
{
border-color: #E480DF;
}
.TagClassName
{
border-color: #E480DF;
}
</style>