Shades of Violet #E780E5
Tints of Violet #E780E5
RGB
CMYK
RGB Variations
Color information
#E780E5 (or 0xE780E5) is known color: Violet. HEX triplet: E7, 80 and E5. RGB value is (231,128,229). Sum of RGB (Red+Green+Blue) = 231+128+229=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E780E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780E5 is #187F1A. Grayscale: #AAAAAA. Windows color (decimal): -1605403 or 15040743. OLE color: 15040743.
HSL color Cylindrical-coordinate representation of color #E780E5: hue angle of 301.17º 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 #E780E5 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 229 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.09 |
| HSL | 301.17º | 0.68% | 0.7% | - |
| HSV(B) | 301.17º | 0.45% | 0.91% | - |
| XYZ | 54.82 | 38.08 | 78.59 | - |
| YUV | 170.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 229 | 0 | 0.45 | 0.01 | 0.09 | 301.17 | 0.68 | 0.7 |
| Hex | E7 | 80 | E5 | 0 | 2D | 1 | 9 | 12D | 44 | 46 |
| Octal | 347 | 200 | 345 | 0 | 55 | 1 | 11 | 455 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11100101 | 0 | 101101 | 1 | 1001 | 100101101 | 1000100 | 1000110 |
Color Harmonies of #E780E5
Complementary color
Monochromatic Colors of #E780E5
Black with #E780E5
Text Example
Text Example
White with #E780E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780E5; }
p { color: rgb(231,128,229); }
H1.HeaderClassName
{
color: #E780E5;
}
.AnyTagClassName
{
color: #E780E5;
}
</style>
background-color css
<style>
a { background-color: #E780E5; }
a { background-color: rgb(231,128,229); }
div.DivClassName
{
background-color: #E780E5;
}
.BgClassName
{
background-color: #E780E5;
}
</style>
border-color css
<style>
span { border-color: #E780E5; }
span { border-color: rgb(231,128,229); }
td.TdClassName
{
border-color: #E780E5;
}
.TagClassName
{
border-color: #E780E5;
}
</style>