Shades of Violet #E786EE
Tints of Violet #E786EE
RGB
CMYK
RGB Variations
Color information
#E786EE (or 0xE786EE) is known color: Violet. HEX triplet: E7, 86 and EE. RGB value is (231,134,238). Sum of RGB (Red+Green+Blue) = 231+134+238=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #E786EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E786EE is #187911. Grayscale: #AEAEAE. Windows color (decimal): -1603858 or 15632103. OLE color: 15632103.
HSL color Cylindrical-coordinate representation of color #E786EE: hue angle of 295.96º degrees, saturation: 0.75, 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 #E786EE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 134 | 238 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 295.96º | 0.75% | 0.73% | - |
| HSV(B) | 295.96º | 0.44% | 0.93% | - |
| XYZ | 56.91 | 40.21 | 85.65 | - |
| YUV | 174.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 238 | 0.03 | 0.44 | 0 | 0.07 | 295.96 | 0.75 | 0.73 |
| Hex | E7 | 86 | EE | 3 | 2C | 0 | 7 | 128 | 4B | 49 |
| Octal | 347 | 206 | 356 | 3 | 54 | 0 | 7 | 450 | 113 | 111 |
| Binary | 11100111 | 10000110 | 11101110 | 11 | 101100 | 0 | 111 | 100101000 | 1001011 | 1001001 |
Color Harmonies of #E786EE
Complementary color
Monochromatic Colors of #E786EE
Black with #E786EE
Text Example
Text Example
White with #E786EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786EE; }
p { color: rgb(231,134,238); }
H1.HeaderClassName
{
color: #E786EE;
}
.AnyTagClassName
{
color: #E786EE;
}
</style>
background-color css
<style>
a { background-color: #E786EE; }
a { background-color: rgb(231,134,238); }
div.DivClassName
{
background-color: #E786EE;
}
.BgClassName
{
background-color: #E786EE;
}
</style>
border-color css
<style>
span { border-color: #E786EE; }
span { border-color: rgb(231,134,238); }
td.TdClassName
{
border-color: #E786EE;
}
.TagClassName
{
border-color: #E786EE;
}
</style>