Shades of Violet #E781E6
Tints of Violet #E781E6
RGB
CMYK
RGB Variations
Color information
#E781E6 (or 0xE781E6) is known color: Violet. HEX triplet: E7, 81 and E6. RGB value is (231,129,230). Sum of RGB (Red+Green+Blue) = 231+129+230=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E781E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781E6 is #187E19. Grayscale: #AAAAAA. Windows color (decimal): -1605146 or 15106535. OLE color: 15106535.
HSL color Cylindrical-coordinate representation of color #E781E6: hue angle of 300.59º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E781E6 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 230 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.09 |
| HSL | 300.59º | 0.68% | 0.71% | - |
| HSV(B) | 300.59º | 0.44% | 0.91% | - |
| XYZ | 55.09 | 38.4 | 79.37 | - |
| YUV | 171.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 230 | 0 | 0.44 | 0.00 | 0.09 | 300.59 | 0.68 | 0.71 |
| Hex | E7 | 81 | E6 | 0 | 2C | 0 | 9 | 12D | 44 | 47 |
| Octal | 347 | 201 | 346 | 0 | 54 | 0 | 11 | 455 | 104 | 107 |
| Binary | 11100111 | 10000001 | 11100110 | 0 | 101100 | 0 | 1001 | 100101101 | 1000100 | 1000111 |
Color Harmonies of #E781E6
Complementary color
Monochromatic Colors of #E781E6
Black with #E781E6
Text Example
Text Example
White with #E781E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781E6; }
p { color: rgb(231,129,230); }
H1.HeaderClassName
{
color: #E781E6;
}
.AnyTagClassName
{
color: #E781E6;
}
</style>
background-color css
<style>
a { background-color: #E781E6; }
a { background-color: rgb(231,129,230); }
div.DivClassName
{
background-color: #E781E6;
}
.BgClassName
{
background-color: #E781E6;
}
</style>
border-color css
<style>
span { border-color: #E781E6; }
span { border-color: rgb(231,129,230); }
td.TdClassName
{
border-color: #E781E6;
}
.TagClassName
{
border-color: #E781E6;
}
</style>