Shades of Violet #E680DF
Tints of Violet #E680DF
RGB
CMYK
RGB Variations
Color information
#E680DF (or 0xE680DF) is known color: Violet. HEX triplet: E6, 80 and DF. RGB value is (230,128,223). Sum of RGB (Red+Green+Blue) = 230+128+223=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E680DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680DF is #197F20. Grayscale: #A9A9A9. Windows color (decimal): -1670945 or 14647526. OLE color: 14647526.
HSL color Cylindrical-coordinate representation of color #E680DF: hue angle of 304.12º degrees, saturation: 0.67, 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 #E680DF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 223 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.10 |
| HSL | 304.12º | 0.67% | 0.7% | - |
| HSV(B) | 304.12º | 0.44% | 0.9% | - |
| XYZ | 53.67 | 37.59 | 74.24 | - |
| YUV | 169.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 223 | 0 | 0.44 | 0.03 | 0.10 | 304.12 | 0.67 | 0.7 |
| Hex | E6 | 80 | DF | 0 | 2C | 3 | A | 130 | 43 | 46 |
| Octal | 346 | 200 | 337 | 0 | 54 | 3 | 12 | 460 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11011111 | 0 | 101100 | 11 | 1010 | 100110000 | 1000011 | 1000110 |
Color Harmonies of #E680DF
Complementary color
Monochromatic Colors of #E680DF
Black with #E680DF
Text Example
Text Example
White with #E680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680DF; }
p { color: rgb(230,128,223); }
H1.HeaderClassName
{
color: #E680DF;
}
.AnyTagClassName
{
color: #E680DF;
}
</style>
background-color css
<style>
a { background-color: #E680DF; }
a { background-color: rgb(230,128,223); }
div.DivClassName
{
background-color: #E680DF;
}
.BgClassName
{
background-color: #E680DF;
}
</style>
border-color css
<style>
span { border-color: #E680DF; }
span { border-color: rgb(230,128,223); }
td.TdClassName
{
border-color: #E680DF;
}
.TagClassName
{
border-color: #E680DF;
}
</style>