Shades of Violet #EA8EE9
Tints of Violet #EA8EE9
RGB
CMYK
RGB Variations
Color information
#EA8EE9 (or 0xEA8EE9) is known color: Violet. HEX triplet: EA, 8E and E9. RGB value is (234,142,233). Sum of RGB (Red+Green+Blue) = 234+142+233=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EE9 is #157116. Grayscale: #B3B3B3. Windows color (decimal): -1405207 or 15306474. OLE color: 15306474.
HSL color Cylindrical-coordinate representation of color #EA8EE9: hue angle of 300.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EE9 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 233 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.08 |
| HSL | 300.65º | 0.69% | 0.74% | - |
| HSV(B) | 300.65º | 0.39% | 0.92% | - |
| XYZ | 58.31 | 42.72 | 82.26 | - |
| YUV | 179.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 233 | 0 | 0.39 | 0.00 | 0.08 | 300.65 | 0.69 | 0.74 |
| Hex | EA | 8E | E9 | 0 | 27 | 0 | 8 | 12D | 45 | 4A |
| Octal | 352 | 216 | 351 | 0 | 47 | 0 | 10 | 455 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11101001 | 0 | 100111 | 0 | 1000 | 100101101 | 1000101 | 1001010 |
Color Harmonies of #EA8EE9
Complementary color
Monochromatic Colors of #EA8EE9
Black with #EA8EE9
Text Example
Text Example
White with #EA8EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EE9; }
p { color: rgb(234,142,233); }
H1.HeaderClassName
{
color: #EA8EE9;
}
.AnyTagClassName
{
color: #EA8EE9;
}
</style>
background-color css
<style>
a { background-color: #EA8EE9; }
a { background-color: rgb(234,142,233); }
div.DivClassName
{
background-color: #EA8EE9;
}
.BgClassName
{
background-color: #EA8EE9;
}
</style>
border-color css
<style>
span { border-color: #EA8EE9; }
span { border-color: rgb(234,142,233); }
td.TdClassName
{
border-color: #EA8EE9;
}
.TagClassName
{
border-color: #EA8EE9;
}
</style>