Shades of Violet #E890ED
Tints of Violet #E890ED
RGB
CMYK
RGB Variations
Color information
#E890ED (or 0xE890ED) is known color: Violet. HEX triplet: E8, 90 and ED. RGB value is (232,144,237). Sum of RGB (Red+Green+Blue) = 232+144+237=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E890ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E890ED is #176F12. Grayscale: #B4B4B4. Windows color (decimal): -1535763 or 15569128. OLE color: 15569128.
HSL color Cylindrical-coordinate representation of color #E890ED: hue angle of 296.77º 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 #E890ED is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 144 | 237 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.07 |
| HSL | 296.77º | 0.72% | 0.75% | - |
| HSV(B) | 296.77º | 0.39% | 0.93% | - |
| XYZ | 58.54 | 43.22 | 85.38 | - |
| YUV | 180.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 237 | 0.02 | 0.39 | 0 | 0.07 | 296.77 | 0.72 | 0.75 |
| Hex | E8 | 90 | ED | 2 | 27 | 0 | 7 | 129 | 48 | 4B |
| Octal | 350 | 220 | 355 | 2 | 47 | 0 | 7 | 451 | 110 | 113 |
| Binary | 11101000 | 10010000 | 11101101 | 10 | 100111 | 0 | 111 | 100101001 | 1001000 | 1001011 |
Color Harmonies of #E890ED
Complementary color
Monochromatic Colors of #E890ED
Black with #E890ED
Text Example
Text Example
White with #E890ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890ED; }
p { color: rgb(232,144,237); }
H1.HeaderClassName
{
color: #E890ED;
}
.AnyTagClassName
{
color: #E890ED;
}
</style>
background-color css
<style>
a { background-color: #E890ED; }
a { background-color: rgb(232,144,237); }
div.DivClassName
{
background-color: #E890ED;
}
.BgClassName
{
background-color: #E890ED;
}
</style>
border-color css
<style>
span { border-color: #E890ED; }
span { border-color: rgb(232,144,237); }
td.TdClassName
{
border-color: #E890ED;
}
.TagClassName
{
border-color: #E890ED;
}
</style>