Shades of Violet #E770ED
Tints of Violet #E770ED
RGB
CMYK
RGB Variations
Color information
#E770ED (or 0xE770ED) is known color: Violet. HEX triplet: E7, 70 and ED. RGB value is (231,112,237). Sum of RGB (Red+Green+Blue) = 231+112+237=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E770ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770ED is #188F12. Grayscale: #A1A1A1. Windows color (decimal): -1609491 or 15560935. OLE color: 15560935.
HSL color Cylindrical-coordinate representation of color #E770ED: hue angle of 297.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E770ED is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 112 | 237 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.07 |
| HSL | 297.12º | 0.78% | 0.68% | - |
| HSV(B) | 297.12º | 0.53% | 0.93% | - |
| XYZ | 54.04 | 34.69 | 83.97 | - |
| YUV | 161.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 237 | 0.03 | 0.53 | 0 | 0.07 | 297.12 | 0.78 | 0.68 |
| Hex | E7 | 70 | ED | 3 | 35 | 0 | 7 | 129 | 4E | 44 |
| Octal | 347 | 160 | 355 | 3 | 65 | 0 | 7 | 451 | 116 | 104 |
| Binary | 11100111 | 1110000 | 11101101 | 11 | 110101 | 0 | 111 | 100101001 | 1001110 | 1000100 |
Color Harmonies of #E770ED
Complementary color
Monochromatic Colors of #E770ED
Black with #E770ED
Text Example
Text Example
White with #E770ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770ED; }
p { color: rgb(231,112,237); }
H1.HeaderClassName
{
color: #E770ED;
}
.AnyTagClassName
{
color: #E770ED;
}
</style>
background-color css
<style>
a { background-color: #E770ED; }
a { background-color: rgb(231,112,237); }
div.DivClassName
{
background-color: #E770ED;
}
.BgClassName
{
background-color: #E770ED;
}
</style>
border-color css
<style>
span { border-color: #E770ED; }
span { border-color: rgb(231,112,237); }
td.TdClassName
{
border-color: #E770ED;
}
.TagClassName
{
border-color: #E770ED;
}
</style>