Shades of Violet #E782DF
Tints of Violet #E782DF
RGB
CMYK
RGB Variations
Color information
#E782DF (or 0xE782DF) is known color: Violet. HEX triplet: E7, 82 and DF. RGB value is (231,130,223). Sum of RGB (Red+Green+Blue) = 231+130+223=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E782DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782DF is #187D20. Grayscale: #AAAAAA. Windows color (decimal): -1604897 or 14648039. OLE color: 14648039.
HSL color Cylindrical-coordinate representation of color #E782DF: hue angle of 304.75º 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 #E782DF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 223 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.09 |
| HSL | 304.75º | 0.68% | 0.71% | - |
| HSV(B) | 304.75º | 0.44% | 0.91% | - |
| XYZ | 54.26 | 38.28 | 74.34 | - |
| YUV | 170.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 223 | 0 | 0.44 | 0.03 | 0.09 | 304.75 | 0.68 | 0.71 |
| Hex | E7 | 82 | DF | 0 | 2C | 3 | 9 | 131 | 44 | 47 |
| Octal | 347 | 202 | 337 | 0 | 54 | 3 | 11 | 461 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11011111 | 0 | 101100 | 11 | 1001 | 100110001 | 1000100 | 1000111 |
Color Harmonies of #E782DF
Complementary color
Monochromatic Colors of #E782DF
Black with #E782DF
Text Example
Text Example
White with #E782DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782DF; }
p { color: rgb(231,130,223); }
H1.HeaderClassName
{
color: #E782DF;
}
.AnyTagClassName
{
color: #E782DF;
}
</style>
background-color css
<style>
a { background-color: #E782DF; }
a { background-color: rgb(231,130,223); }
div.DivClassName
{
background-color: #E782DF;
}
.BgClassName
{
background-color: #E782DF;
}
</style>
border-color css
<style>
span { border-color: #E782DF; }
span { border-color: rgb(231,130,223); }
td.TdClassName
{
border-color: #E782DF;
}
.TagClassName
{
border-color: #E782DF;
}
</style>