Shades of Violet #E795ED
Tints of Violet #E795ED
RGB
CMYK
RGB Variations
Color information
#E795ED (or 0xE795ED) is known color: Violet. HEX triplet: E7, 95 and ED. RGB value is (231,149,237). Sum of RGB (Red+Green+Blue) = 231+149+237=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E795ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795ED is #186A12. Grayscale: #B7B7B7. Windows color (decimal): -1600019 or 15570407. OLE color: 15570407.
HSL color Cylindrical-coordinate representation of color #E795ED: hue angle of 295.91º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E795ED is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 149 | 237 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 295.91º | 0.71% | 0.76% | - |
| HSV(B) | 295.91º | 0.37% | 0.93% | - |
| XYZ | 58.99 | 44.6 | 85.62 | - |
| YUV | 183.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 237 | 0.03 | 0.37 | 0 | 0.07 | 295.91 | 0.71 | 0.76 |
| Hex | E7 | 95 | ED | 3 | 25 | 0 | 7 | 128 | 47 | 4C |
| Octal | 347 | 225 | 355 | 3 | 45 | 0 | 7 | 450 | 107 | 114 |
| Binary | 11100111 | 10010101 | 11101101 | 11 | 100101 | 0 | 111 | 100101000 | 1000111 | 1001100 |
Color Harmonies of #E795ED
Complementary color
Monochromatic Colors of #E795ED
Black with #E795ED
Text Example
Text Example
White with #E795ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795ED; }
p { color: rgb(231,149,237); }
H1.HeaderClassName
{
color: #E795ED;
}
.AnyTagClassName
{
color: #E795ED;
}
</style>
background-color css
<style>
a { background-color: #E795ED; }
a { background-color: rgb(231,149,237); }
div.DivClassName
{
background-color: #E795ED;
}
.BgClassName
{
background-color: #E795ED;
}
</style>
border-color css
<style>
span { border-color: #E795ED; }
span { border-color: rgb(231,149,237); }
td.TdClassName
{
border-color: #E795ED;
}
.TagClassName
{
border-color: #E795ED;
}
</style>