Shades of Violet #E785E0
Tints of Violet #E785E0
RGB
CMYK
RGB Variations
Color information
#E785E0 (or 0xE785E0) is known color: Violet. HEX triplet: E7, 85 and E0. RGB value is (231,133,224). Sum of RGB (Red+Green+Blue) = 231+133+224=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E785E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785E0 is #187A1F. Grayscale: #ACACAC. Windows color (decimal): -1604128 or 14714343. OLE color: 14714343.
HSL color Cylindrical-coordinate representation of color #E785E0: hue angle of 304.29º 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 #E785E0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 224 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.09 |
| HSL | 304.29º | 0.67% | 0.71% | - |
| HSV(B) | 304.29º | 0.42% | 0.91% | - |
| XYZ | 54.8 | 39.15 | 75.19 | - |
| YUV | 172.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 224 | 0 | 0.42 | 0.03 | 0.09 | 304.29 | 0.67 | 0.71 |
| Hex | E7 | 85 | E0 | 0 | 2A | 3 | 9 | 130 | 43 | 47 |
| Octal | 347 | 205 | 340 | 0 | 52 | 3 | 11 | 460 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11100000 | 0 | 101010 | 11 | 1001 | 100110000 | 1000011 | 1000111 |
Color Harmonies of #E785E0
Complementary color
Monochromatic Colors of #E785E0
Black with #E785E0
Text Example
Text Example
White with #E785E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785E0; }
p { color: rgb(231,133,224); }
H1.HeaderClassName
{
color: #E785E0;
}
.AnyTagClassName
{
color: #E785E0;
}
</style>
background-color css
<style>
a { background-color: #E785E0; }
a { background-color: rgb(231,133,224); }
div.DivClassName
{
background-color: #E785E0;
}
.BgClassName
{
background-color: #E785E0;
}
</style>
border-color css
<style>
span { border-color: #E785E0; }
span { border-color: rgb(231,133,224); }
td.TdClassName
{
border-color: #E785E0;
}
.TagClassName
{
border-color: #E785E0;
}
</style>