Shades of Violet #EA8EF9
Tints of Violet #EA8EF9
RGB
CMYK
RGB Variations
Color information
#EA8EF9 (or 0xEA8EF9) is known color: Violet. HEX triplet: EA, 8E and F9. RGB value is (234,142,249). Sum of RGB (Red+Green+Blue) = 234+142+249=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA8EF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EF9 is #157106. Grayscale: #B5B5B5. Windows color (decimal): -1405191 or 16355050. OLE color: 16355050.
HSL color Cylindrical-coordinate representation of color #EA8EF9: hue angle of 291.59º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8EF9 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 142 | 249 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.02 |
| HSL | 291.59º | 0.9% | 0.77% | - |
| HSV(B) | 291.59º | 0.43% | 0.98% | - |
| XYZ | 60.7 | 43.68 | 94.85 | - |
| YUV | 181.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 249 | 0.06 | 0.43 | 0 | 0.02 | 291.59 | 0.9 | 0.77 |
| Hex | EA | 8E | F9 | 6 | 2B | 0 | 2 | 124 | 5A | 4D |
| Octal | 352 | 216 | 371 | 6 | 53 | 0 | 2 | 444 | 132 | 115 |
| Binary | 11101010 | 10001110 | 11111001 | 110 | 101011 | 0 | 10 | 100100100 | 1011010 | 1001101 |
Color Harmonies of #EA8EF9
Complementary color
Monochromatic Colors of #EA8EF9
Black with #EA8EF9
Text Example
Text Example
White with #EA8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EF9; }
p { color: rgb(234,142,249); }
H1.HeaderClassName
{
color: #EA8EF9;
}
.AnyTagClassName
{
color: #EA8EF9;
}
</style>
background-color css
<style>
a { background-color: #EA8EF9; }
a { background-color: rgb(234,142,249); }
div.DivClassName
{
background-color: #EA8EF9;
}
.BgClassName
{
background-color: #EA8EF9;
}
</style>
border-color css
<style>
span { border-color: #EA8EF9; }
span { border-color: rgb(234,142,249); }
td.TdClassName
{
border-color: #EA8EF9;
}
.TagClassName
{
border-color: #EA8EF9;
}
</style>