Shades of Violet #E682DD
Tints of Violet #E682DD
RGB
CMYK
RGB Variations
Color information
#E682DD (or 0xE682DD) is known color: Violet. HEX triplet: E6, 82 and DD. RGB value is (230,130,221). Sum of RGB (Red+Green+Blue) = 230+130+221=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E682DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682DD is #197D22. Grayscale: #AAAAAA. Windows color (decimal): -1670435 or 14516966. OLE color: 14516966.
HSL color Cylindrical-coordinate representation of color #E682DD: hue angle of 305.4º 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 #E682DD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 221 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.10 |
| HSL | 305.4º | 0.67% | 0.71% | - |
| HSV(B) | 305.4º | 0.43% | 0.9% | - |
| XYZ | 53.67 | 38.01 | 72.91 | - |
| YUV | 170.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 221 | 0 | 0.43 | 0.04 | 0.10 | 305.4 | 0.67 | 0.71 |
| Hex | E6 | 82 | DD | 0 | 2B | 4 | A | 131 | 43 | 47 |
| Octal | 346 | 202 | 335 | 0 | 53 | 4 | 12 | 461 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11011101 | 0 | 101011 | 100 | 1010 | 100110001 | 1000011 | 1000111 |
Color Harmonies of #E682DD
Complementary color
Monochromatic Colors of #E682DD
Black with #E682DD
Text Example
Text Example
White with #E682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682DD; }
p { color: rgb(230,130,221); }
H1.HeaderClassName
{
color: #E682DD;
}
.AnyTagClassName
{
color: #E682DD;
}
</style>
background-color css
<style>
a { background-color: #E682DD; }
a { background-color: rgb(230,130,221); }
div.DivClassName
{
background-color: #E682DD;
}
.BgClassName
{
background-color: #E682DD;
}
</style>
border-color css
<style>
span { border-color: #E682DD; }
span { border-color: rgb(230,130,221); }
td.TdClassName
{
border-color: #E682DD;
}
.TagClassName
{
border-color: #E682DD;
}
</style>