Shades of Violet #E782DE
Tints of Violet #E782DE
RGB
CMYK
RGB Variations
Color information
#E782DE (or 0xE782DE) is known color: Violet. HEX triplet: E7, 82 and DE. RGB value is (231,130,222). Sum of RGB (Red+Green+Blue) = 231+130+222=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E782DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782DE is #187D21. Grayscale: #AAAAAA. Windows color (decimal): -1604898 or 14582503. OLE color: 14582503.
HSL color Cylindrical-coordinate representation of color #E782DE: hue angle of 305.35º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782DE is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 222 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.09 |
| HSL | 305.35º | 0.68% | 0.71% | - |
| HSV(B) | 305.35º | 0.44% | 0.91% | - |
| XYZ | 54.12 | 38.23 | 73.63 | - |
| YUV | 170.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 222 | 0 | 0.44 | 0.04 | 0.09 | 305.35 | 0.68 | 0.71 |
| Hex | E7 | 82 | DE | 0 | 2C | 4 | 9 | 131 | 44 | 47 |
| Octal | 347 | 202 | 336 | 0 | 54 | 4 | 11 | 461 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11011110 | 0 | 101100 | 100 | 1001 | 100110001 | 1000100 | 1000111 |
Color Harmonies of #E782DE
Complementary color
Monochromatic Colors of #E782DE
Black with #E782DE
Text Example
Text Example
White with #E782DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782DE; }
p { color: rgb(231,130,222); }
H1.HeaderClassName
{
color: #E782DE;
}
.AnyTagClassName
{
color: #E782DE;
}
</style>
background-color css
<style>
a { background-color: #E782DE; }
a { background-color: rgb(231,130,222); }
div.DivClassName
{
background-color: #E782DE;
}
.BgClassName
{
background-color: #E782DE;
}
</style>
border-color css
<style>
span { border-color: #E782DE; }
span { border-color: rgb(231,130,222); }
td.TdClassName
{
border-color: #E782DE;
}
.TagClassName
{
border-color: #E782DE;
}
</style>