Shades of Violet #E782DD
Tints of Violet #E782DD
RGB
CMYK
RGB Variations
Color information
#E782DD (or 0xE782DD) is known color: Violet. HEX triplet: E7, 82 and DD. RGB value is (231,130,221). Sum of RGB (Red+Green+Blue) = 231+130+221=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E782DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782DD is #187D22. Grayscale: #AAAAAA. Windows color (decimal): -1604899 or 14516967. OLE color: 14516967.
HSL color Cylindrical-coordinate representation of color #E782DD: hue angle of 305.94º 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 #E782DD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 221 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.09 |
| HSL | 305.94º | 0.68% | 0.71% | - |
| HSV(B) | 305.94º | 0.44% | 0.91% | - |
| XYZ | 53.99 | 38.17 | 72.93 | - |
| YUV | 170.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 221 | 0 | 0.44 | 0.04 | 0.09 | 305.94 | 0.68 | 0.71 |
| Hex | E7 | 82 | DD | 0 | 2C | 4 | 9 | 132 | 44 | 47 |
| Octal | 347 | 202 | 335 | 0 | 54 | 4 | 11 | 462 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11011101 | 0 | 101100 | 100 | 1001 | 100110010 | 1000100 | 1000111 |
Color Harmonies of #E782DD
Complementary color
Monochromatic Colors of #E782DD
Black with #E782DD
Text Example
Text Example
White with #E782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782DD; }
p { color: rgb(231,130,221); }
H1.HeaderClassName
{
color: #E782DD;
}
.AnyTagClassName
{
color: #E782DD;
}
</style>
background-color css
<style>
a { background-color: #E782DD; }
a { background-color: rgb(231,130,221); }
div.DivClassName
{
background-color: #E782DD;
}
.BgClassName
{
background-color: #E782DD;
}
</style>
border-color css
<style>
span { border-color: #E782DD; }
span { border-color: rgb(231,130,221); }
td.TdClassName
{
border-color: #E782DD;
}
.TagClassName
{
border-color: #E782DD;
}
</style>