Shades of Violet #EA8EED
Tints of Violet #EA8EED
RGB
CMYK
RGB Variations
Color information
#EA8EED (or 0xEA8EED) is known color: Violet. HEX triplet: EA, 8E and ED. RGB value is (234,142,237). Sum of RGB (Red+Green+Blue) = 234+142+237=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 142 (55.86% from 255 or 23.16% 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 #EA8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EED is #157112. Grayscale: #B4B4B4. Windows color (decimal): -1405203 or 15568618. OLE color: 15568618.
HSL color Cylindrical-coordinate representation of color #EA8EED: hue angle of 298.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8EED is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 142 | 237 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.07 |
| HSL | 298.11º | 0.73% | 0.74% | - |
| HSV(B) | 298.11º | 0.4% | 0.93% | - |
| XYZ | 58.89 | 42.95 | 85.31 | - |
| YUV | 180.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 237 | 0.01 | 0.40 | 0 | 0.07 | 298.11 | 0.73 | 0.74 |
| Hex | EA | 8E | ED | 1 | 28 | 0 | 7 | 12A | 49 | 4A |
| Octal | 352 | 216 | 355 | 1 | 50 | 0 | 7 | 452 | 111 | 112 |
| Binary | 11101010 | 10001110 | 11101101 | 1 | 101000 | 0 | 111 | 100101010 | 1001001 | 1001010 |
Color Harmonies of #EA8EED
Complementary color
Monochromatic Colors of #EA8EED
Black with #EA8EED
Text Example
Text Example
White with #EA8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EED; }
p { color: rgb(234,142,237); }
H1.HeaderClassName
{
color: #EA8EED;
}
.AnyTagClassName
{
color: #EA8EED;
}
</style>
background-color css
<style>
a { background-color: #EA8EED; }
a { background-color: rgb(234,142,237); }
div.DivClassName
{
background-color: #EA8EED;
}
.BgClassName
{
background-color: #EA8EED;
}
</style>
border-color css
<style>
span { border-color: #EA8EED; }
span { border-color: rgb(234,142,237); }
td.TdClassName
{
border-color: #EA8EED;
}
.TagClassName
{
border-color: #EA8EED;
}
</style>