Shades of Violet #E785DE
Tints of Violet #E785DE
RGB
CMYK
RGB Variations
Color information
#E785DE (or 0xE785DE) is known color: Violet. HEX triplet: E7, 85 and DE. RGB value is (231,133,222). Sum of RGB (Red+Green+Blue) = 231+133+222=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E785DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785DE is #187A21. Grayscale: #ACACAC. Windows color (decimal): -1604130 or 14583271. OLE color: 14583271.
HSL color Cylindrical-coordinate representation of color #E785DE: hue angle of 305.51º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785DE is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 222 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.09 |
| HSL | 305.51º | 0.67% | 0.71% | - |
| HSV(B) | 305.51º | 0.42% | 0.91% | - |
| XYZ | 54.53 | 39.04 | 73.77 | - |
| YUV | 172.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 222 | 0 | 0.42 | 0.04 | 0.09 | 305.51 | 0.67 | 0.71 |
| Hex | E7 | 85 | DE | 0 | 2A | 4 | 9 | 132 | 43 | 47 |
| Octal | 347 | 205 | 336 | 0 | 52 | 4 | 11 | 462 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11011110 | 0 | 101010 | 100 | 1001 | 100110010 | 1000011 | 1000111 |
Color Harmonies of #E785DE
Complementary color
Monochromatic Colors of #E785DE
Black with #E785DE
Text Example
Text Example
White with #E785DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785DE; }
p { color: rgb(231,133,222); }
H1.HeaderClassName
{
color: #E785DE;
}
.AnyTagClassName
{
color: #E785DE;
}
</style>
background-color css
<style>
a { background-color: #E785DE; }
a { background-color: rgb(231,133,222); }
div.DivClassName
{
background-color: #E785DE;
}
.BgClassName
{
background-color: #E785DE;
}
</style>
border-color css
<style>
span { border-color: #E785DE; }
span { border-color: rgb(231,133,222); }
td.TdClassName
{
border-color: #E785DE;
}
.TagClassName
{
border-color: #E785DE;
}
</style>