Shades of Violet #E785EF
Tints of Violet #E785EF
RGB
CMYK
RGB Variations
Color information
#E785EF (or 0xE785EF) is known color: Violet. HEX triplet: E7, 85 and EF. RGB value is (231,133,239). Sum of RGB (Red+Green+Blue) = 231+133+239=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #E785EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E785EF is #187A10. Grayscale: #AEAEAE. Windows color (decimal): -1604113 or 15697383. OLE color: 15697383.
HSL color Cylindrical-coordinate representation of color #E785EF: hue angle of 295.47º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E785EF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 133 | 239 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.06 |
| HSL | 295.47º | 0.77% | 0.73% | - |
| HSV(B) | 295.47º | 0.44% | 0.94% | - |
| XYZ | 56.92 | 40 | 86.38 | - |
| YUV | 174.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 239 | 0.03 | 0.44 | 0 | 0.06 | 295.47 | 0.77 | 0.73 |
| Hex | E7 | 85 | EF | 3 | 2C | 0 | 6 | 127 | 4D | 49 |
| Octal | 347 | 205 | 357 | 3 | 54 | 0 | 6 | 447 | 115 | 111 |
| Binary | 11100111 | 10000101 | 11101111 | 11 | 101100 | 0 | 110 | 100100111 | 1001101 | 1001001 |
Color Harmonies of #E785EF
Complementary color
Monochromatic Colors of #E785EF
Black with #E785EF
Text Example
Text Example
White with #E785EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785EF; }
p { color: rgb(231,133,239); }
H1.HeaderClassName
{
color: #E785EF;
}
.AnyTagClassName
{
color: #E785EF;
}
</style>
background-color css
<style>
a { background-color: #E785EF; }
a { background-color: rgb(231,133,239); }
div.DivClassName
{
background-color: #E785EF;
}
.BgClassName
{
background-color: #E785EF;
}
</style>
border-color css
<style>
span { border-color: #E785EF; }
span { border-color: rgb(231,133,239); }
td.TdClassName
{
border-color: #E785EF;
}
.TagClassName
{
border-color: #E785EF;
}
</style>