Shades of Violet #E790ED
Tints of Violet #E790ED
RGB
CMYK
RGB Variations
Color information
#E790ED (or 0xE790ED) is known color: Violet. HEX triplet: E7, 90 and ED. RGB value is (231,144,237). Sum of RGB (Red+Green+Blue) = 231+144+237=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E790ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E790ED is #186F12. Grayscale: #B4B4B4. Windows color (decimal): -1601299 or 15569127. OLE color: 15569127.
HSL color Cylindrical-coordinate representation of color #E790ED: hue angle of 296.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E790ED is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 144 | 237 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.07 |
| HSL | 296.13º | 0.72% | 0.75% | - |
| HSV(B) | 296.13º | 0.39% | 0.93% | - |
| XYZ | 58.21 | 43.05 | 85.36 | - |
| YUV | 180.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 237 | 0.03 | 0.39 | 0 | 0.07 | 296.13 | 0.72 | 0.75 |
| Hex | E7 | 90 | ED | 3 | 27 | 0 | 7 | 128 | 48 | 4B |
| Octal | 347 | 220 | 355 | 3 | 47 | 0 | 7 | 450 | 110 | 113 |
| Binary | 11100111 | 10010000 | 11101101 | 11 | 100111 | 0 | 111 | 100101000 | 1001000 | 1001011 |
Color Harmonies of #E790ED
Complementary color
Monochromatic Colors of #E790ED
Black with #E790ED
Text Example
Text Example
White with #E790ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790ED; }
p { color: rgb(231,144,237); }
H1.HeaderClassName
{
color: #E790ED;
}
.AnyTagClassName
{
color: #E790ED;
}
</style>
background-color css
<style>
a { background-color: #E790ED; }
a { background-color: rgb(231,144,237); }
div.DivClassName
{
background-color: #E790ED;
}
.BgClassName
{
background-color: #E790ED;
}
</style>
border-color css
<style>
span { border-color: #E790ED; }
span { border-color: rgb(231,144,237); }
td.TdClassName
{
border-color: #E790ED;
}
.TagClassName
{
border-color: #E790ED;
}
</style>