Shades of Violet #E785F1
Tints of Violet #E785F1
RGB
CMYK
RGB Variations
Color information
#E785F1 (or 0xE785F1) is known color: Violet. HEX triplet: E7, 85 and F1. RGB value is (231,133,241). Sum of RGB (Red+Green+Blue) = 231+133+241=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #E785F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E785F1 is #187A0E. Grayscale: #AEAEAE. Windows color (decimal): -1604111 or 15828455. OLE color: 15828455.
HSL color Cylindrical-coordinate representation of color #E785F1: hue angle of 294.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E785F1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 133 | 241 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.05 |
| HSL | 294.44º | 0.79% | 0.73% | - |
| HSV(B) | 294.44º | 0.45% | 0.95% | - |
| XYZ | 57.22 | 40.11 | 87.95 | - |
| YUV | 174.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 241 | 0.04 | 0.45 | 0 | 0.05 | 294.44 | 0.79 | 0.73 |
| Hex | E7 | 85 | F1 | 4 | 2D | 0 | 5 | 126 | 4F | 49 |
| Octal | 347 | 205 | 361 | 4 | 55 | 0 | 5 | 446 | 117 | 111 |
| Binary | 11100111 | 10000101 | 11110001 | 100 | 101101 | 0 | 101 | 100100110 | 1001111 | 1001001 |
Color Harmonies of #E785F1
Complementary color
Monochromatic Colors of #E785F1
Black with #E785F1
Text Example
Text Example
White with #E785F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785F1; }
p { color: rgb(231,133,241); }
H1.HeaderClassName
{
color: #E785F1;
}
.AnyTagClassName
{
color: #E785F1;
}
</style>
background-color css
<style>
a { background-color: #E785F1; }
a { background-color: rgb(231,133,241); }
div.DivClassName
{
background-color: #E785F1;
}
.BgClassName
{
background-color: #E785F1;
}
</style>
border-color css
<style>
span { border-color: #E785F1; }
span { border-color: rgb(231,133,241); }
td.TdClassName
{
border-color: #E785F1;
}
.TagClassName
{
border-color: #E785F1;
}
</style>