Shades of Violet #E785ED
Tints of Violet #E785ED
RGB
CMYK
RGB Variations
Color information
#E785ED (or 0xE785ED) is known color: Violet. HEX triplet: E7, 85 and ED. RGB value is (231,133,237). Sum of RGB (Red+Green+Blue) = 231+133+237=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #E785ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E785ED is #187A12. Grayscale: #ADADAD. Windows color (decimal): -1604115 or 15566311. OLE color: 15566311.
HSL color Cylindrical-coordinate representation of color #E785ED: hue angle of 296.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E785ED is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 133 | 237 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 296.54º | 0.74% | 0.73% | - |
| HSV(B) | 296.54º | 0.44% | 0.93% | - |
| XYZ | 56.63 | 39.88 | 84.83 | - |
| YUV | 174.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 237 | 0.03 | 0.44 | 0 | 0.07 | 296.54 | 0.74 | 0.73 |
| Hex | E7 | 85 | ED | 3 | 2C | 0 | 7 | 129 | 4A | 49 |
| Octal | 347 | 205 | 355 | 3 | 54 | 0 | 7 | 451 | 112 | 111 |
| Binary | 11100111 | 10000101 | 11101101 | 11 | 101100 | 0 | 111 | 100101001 | 1001010 | 1001001 |
Color Harmonies of #E785ED
Complementary color
Monochromatic Colors of #E785ED
Black with #E785ED
Text Example
Text Example
White with #E785ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785ED; }
p { color: rgb(231,133,237); }
H1.HeaderClassName
{
color: #E785ED;
}
.AnyTagClassName
{
color: #E785ED;
}
</style>
background-color css
<style>
a { background-color: #E785ED; }
a { background-color: rgb(231,133,237); }
div.DivClassName
{
background-color: #E785ED;
}
.BgClassName
{
background-color: #E785ED;
}
</style>
border-color css
<style>
span { border-color: #E785ED; }
span { border-color: rgb(231,133,237); }
td.TdClassName
{
border-color: #E785ED;
}
.TagClassName
{
border-color: #E785ED;
}
</style>