Shades of Violet #E089ED
Tints of Violet #E089ED
RGB
CMYK
RGB Variations
Color information
#E089ED (or 0xE089ED) is known color: Violet. HEX triplet: E0, 89 and ED. RGB value is (224,137,237). Sum of RGB (Red+Green+Blue) = 224+137+237=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #E089ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E089ED is #1F7612. Grayscale: #AEAEAE. Windows color (decimal): -2061843 or 15567328. OLE color: 15567328.
HSL color Cylindrical-coordinate representation of color #E089ED: hue angle of 292.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E089ED is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 137 | 237 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.07 |
| HSL | 292.2º | 0.74% | 0.73% | - |
| HSV(B) | 292.2º | 0.42% | 0.93% | - |
| XYZ | 54.97 | 39.85 | 84.92 | - |
| YUV | 174.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 237 | 0.05 | 0.42 | 0 | 0.07 | 292.2 | 0.74 | 0.73 |
| Hex | E0 | 89 | ED | 5 | 2A | 0 | 7 | 124 | 4A | 49 |
| Octal | 340 | 211 | 355 | 5 | 52 | 0 | 7 | 444 | 112 | 111 |
| Binary | 11100000 | 10001001 | 11101101 | 101 | 101010 | 0 | 111 | 100100100 | 1001010 | 1001001 |
Color Harmonies of #E089ED
Complementary color
Monochromatic Colors of #E089ED
Black with #E089ED
Text Example
Text Example
White with #E089ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089ED; }
p { color: rgb(224,137,237); }
H1.HeaderClassName
{
color: #E089ED;
}
.AnyTagClassName
{
color: #E089ED;
}
</style>
background-color css
<style>
a { background-color: #E089ED; }
a { background-color: rgb(224,137,237); }
div.DivClassName
{
background-color: #E089ED;
}
.BgClassName
{
background-color: #E089ED;
}
</style>
border-color css
<style>
span { border-color: #E089ED; }
span { border-color: rgb(224,137,237); }
td.TdClassName
{
border-color: #E089ED;
}
.TagClassName
{
border-color: #E089ED;
}
</style>