Shades of Violet #E780E6
Tints of Violet #E780E6
RGB
CMYK
RGB Variations
Color information
#E780E6 (or 0xE780E6) is known color: Violet. HEX triplet: E7, 80 and E6. RGB value is (231,128,230). Sum of RGB (Red+Green+Blue) = 231+128+230=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E780E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E780E6 is #187F19. Grayscale: #AAAAAA. Windows color (decimal): -1605402 or 15106279. OLE color: 15106279.
HSL color Cylindrical-coordinate representation of color #E780E6: hue angle of 300.58º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780E6 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 230 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.09 |
| HSL | 300.58º | 0.68% | 0.7% | - |
| HSV(B) | 300.58º | 0.45% | 0.91% | - |
| XYZ | 54.96 | 38.14 | 79.33 | - |
| YUV | 170.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 230 | 0 | 0.45 | 0.00 | 0.09 | 300.58 | 0.68 | 0.7 |
| Hex | E7 | 80 | E6 | 0 | 2D | 0 | 9 | 12D | 44 | 46 |
| Octal | 347 | 200 | 346 | 0 | 55 | 0 | 11 | 455 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11100110 | 0 | 101101 | 0 | 1001 | 100101101 | 1000100 | 1000110 |
Color Harmonies of #E780E6
Complementary color
Monochromatic Colors of #E780E6
Black with #E780E6
Text Example
Text Example
White with #E780E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780E6; }
p { color: rgb(231,128,230); }
H1.HeaderClassName
{
color: #E780E6;
}
.AnyTagClassName
{
color: #E780E6;
}
</style>
background-color css
<style>
a { background-color: #E780E6; }
a { background-color: rgb(231,128,230); }
div.DivClassName
{
background-color: #E780E6;
}
.BgClassName
{
background-color: #E780E6;
}
</style>
border-color css
<style>
span { border-color: #E780E6; }
span { border-color: rgb(231,128,230); }
td.TdClassName
{
border-color: #E780E6;
}
.TagClassName
{
border-color: #E780E6;
}
</style>