Shades of Violet #E775ED
Tints of Violet #E775ED
RGB
CMYK
RGB Variations
Color information
#E775ED (or 0xE775ED) is known color: Violet. HEX triplet: E7, 75 and ED. RGB value is (231,117,237). Sum of RGB (Red+Green+Blue) = 231+117+237=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #E775ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E775ED is #188A12. Grayscale: #A4A4A4. Windows color (decimal): -1608211 or 15562215. OLE color: 15562215.
HSL color Cylindrical-coordinate representation of color #E775ED: hue angle of 297º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E775ED is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 117 | 237 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 297º | 0.77% | 0.69% | - |
| HSV(B) | 297º | 0.51% | 0.93% | - |
| XYZ | 54.6 | 35.83 | 84.16 | - |
| YUV | 164.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 237 | 0.03 | 0.51 | 0 | 0.07 | 297 | 0.77 | 0.69 |
| Hex | E7 | 75 | ED | 3 | 33 | 0 | 7 | 129 | 4D | 45 |
| Octal | 347 | 165 | 355 | 3 | 63 | 0 | 7 | 451 | 115 | 105 |
| Binary | 11100111 | 1110101 | 11101101 | 11 | 110011 | 0 | 111 | 100101001 | 1001101 | 1000101 |
Color Harmonies of #E775ED
Complementary color
Monochromatic Colors of #E775ED
Black with #E775ED
Text Example
Text Example
White with #E775ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775ED; }
p { color: rgb(231,117,237); }
H1.HeaderClassName
{
color: #E775ED;
}
.AnyTagClassName
{
color: #E775ED;
}
</style>
background-color css
<style>
a { background-color: #E775ED; }
a { background-color: rgb(231,117,237); }
div.DivClassName
{
background-color: #E775ED;
}
.BgClassName
{
background-color: #E775ED;
}
</style>
border-color css
<style>
span { border-color: #E775ED; }
span { border-color: rgb(231,117,237); }
td.TdClassName
{
border-color: #E775ED;
}
.TagClassName
{
border-color: #E775ED;
}
</style>