Shades of Violet #EA8EF4
Tints of Violet #EA8EF4
RGB
CMYK
RGB Variations
Color information
#EA8EF4 (or 0xEA8EF4) is known color: Violet. HEX triplet: EA, 8E and F4. RGB value is (234,142,244). Sum of RGB (Red+Green+Blue) = 234+142+244=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA8EF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EF4 is #15710B. Grayscale: #B4B4B4. Windows color (decimal): -1405196 or 16027370. OLE color: 16027370.
HSL color Cylindrical-coordinate representation of color #EA8EF4: hue angle of 294.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8EF4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 142 | 244 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.04 |
| HSL | 294.12º | 0.82% | 0.76% | - |
| HSV(B) | 294.12º | 0.42% | 0.96% | - |
| XYZ | 59.93 | 43.37 | 90.8 | - |
| YUV | 181.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 244 | 0.04 | 0.42 | 0 | 0.04 | 294.12 | 0.82 | 0.76 |
| Hex | EA | 8E | F4 | 4 | 2A | 0 | 4 | 126 | 52 | 4C |
| Octal | 352 | 216 | 364 | 4 | 52 | 0 | 4 | 446 | 122 | 114 |
| Binary | 11101010 | 10001110 | 11110100 | 100 | 101010 | 0 | 100 | 100100110 | 1010010 | 1001100 |
Color Harmonies of #EA8EF4
Complementary color
Monochromatic Colors of #EA8EF4
Black with #EA8EF4
Text Example
Text Example
White with #EA8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EF4; }
p { color: rgb(234,142,244); }
H1.HeaderClassName
{
color: #EA8EF4;
}
.AnyTagClassName
{
color: #EA8EF4;
}
</style>
background-color css
<style>
a { background-color: #EA8EF4; }
a { background-color: rgb(234,142,244); }
div.DivClassName
{
background-color: #EA8EF4;
}
.BgClassName
{
background-color: #EA8EF4;
}
</style>
border-color css
<style>
span { border-color: #EA8EF4; }
span { border-color: rgb(234,142,244); }
td.TdClassName
{
border-color: #EA8EF4;
}
.TagClassName
{
border-color: #EA8EF4;
}
</style>