Shades of Violet #E682DC
Tints of Violet #E682DC
RGB
CMYK
RGB Variations
Color information
#E682DC (or 0xE682DC) is known color: Violet. HEX triplet: E6, 82 and DC. RGB value is (230,130,220). Sum of RGB (Red+Green+Blue) = 230+130+220=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E682DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682DC is #197D23. Grayscale: #A9A9A9. Windows color (decimal): -1670436 or 14451430. OLE color: 14451430.
HSL color Cylindrical-coordinate representation of color #E682DC: hue angle of 306º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682DC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 220 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.10 |
| HSL | 306º | 0.67% | 0.71% | - |
| HSV(B) | 306º | 0.43% | 0.9% | - |
| XYZ | 53.53 | 37.96 | 72.21 | - |
| YUV | 170.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 220 | 0 | 0.43 | 0.04 | 0.10 | 306 | 0.67 | 0.71 |
| Hex | E6 | 82 | DC | 0 | 2B | 4 | A | 132 | 43 | 47 |
| Octal | 346 | 202 | 334 | 0 | 53 | 4 | 12 | 462 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11011100 | 0 | 101011 | 100 | 1010 | 100110010 | 1000011 | 1000111 |
Color Harmonies of #E682DC
Complementary color
Monochromatic Colors of #E682DC
Black with #E682DC
Text Example
Text Example
White with #E682DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682DC; }
p { color: rgb(230,130,220); }
H1.HeaderClassName
{
color: #E682DC;
}
.AnyTagClassName
{
color: #E682DC;
}
</style>
background-color css
<style>
a { background-color: #E682DC; }
a { background-color: rgb(230,130,220); }
div.DivClassName
{
background-color: #E682DC;
}
.BgClassName
{
background-color: #E682DC;
}
</style>
border-color css
<style>
span { border-color: #E682DC; }
span { border-color: rgb(230,130,220); }
td.TdClassName
{
border-color: #E682DC;
}
.TagClassName
{
border-color: #E682DC;
}
</style>