Shades of Violet #E785E5
Tints of Violet #E785E5
RGB
CMYK
RGB Variations
Color information
#E785E5 (or 0xE785E5) is known color: Violet. HEX triplet: E7, 85 and E5. RGB value is (231,133,229). Sum of RGB (Red+Green+Blue) = 231+133+229=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E785E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785E5 is #187A1A. Grayscale: #ACACAC. Windows color (decimal): -1604123 or 15042023. OLE color: 15042023.
HSL color Cylindrical-coordinate representation of color #E785E5: hue angle of 301.22º 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 #E785E5 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 229 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.09 |
| HSL | 301.22º | 0.67% | 0.71% | - |
| HSV(B) | 301.22º | 0.42% | 0.91% | - |
| XYZ | 55.49 | 39.42 | 78.81 | - |
| YUV | 173.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 229 | 0 | 0.42 | 0.01 | 0.09 | 301.22 | 0.67 | 0.71 |
| Hex | E7 | 85 | E5 | 0 | 2A | 1 | 9 | 12D | 43 | 47 |
| Octal | 347 | 205 | 345 | 0 | 52 | 1 | 11 | 455 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11100101 | 0 | 101010 | 1 | 1001 | 100101101 | 1000011 | 1000111 |
Color Harmonies of #E785E5
Complementary color
Monochromatic Colors of #E785E5
Black with #E785E5
Text Example
Text Example
White with #E785E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785E5; }
p { color: rgb(231,133,229); }
H1.HeaderClassName
{
color: #E785E5;
}
.AnyTagClassName
{
color: #E785E5;
}
</style>
background-color css
<style>
a { background-color: #E785E5; }
a { background-color: rgb(231,133,229); }
div.DivClassName
{
background-color: #E785E5;
}
.BgClassName
{
background-color: #E785E5;
}
</style>
border-color css
<style>
span { border-color: #E785E5; }
span { border-color: rgb(231,133,229); }
td.TdClassName
{
border-color: #E785E5;
}
.TagClassName
{
border-color: #E785E5;
}
</style>