Shades of Violet #EA8EFD
Tints of Violet #EA8EFD
RGB
CMYK
RGB Variations
Color information
#EA8EFD (or 0xEA8EFD) is known color: Violet. HEX triplet: EA, 8E and FD. RGB value is (234,142,253). Sum of RGB (Red+Green+Blue) = 234+142+253=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EFD is #157102. Grayscale: #B5B5B5. Windows color (decimal): -1405187 or 16617194. OLE color: 16617194.
HSL color Cylindrical-coordinate representation of color #EA8EFD: hue angle of 289.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8EFD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 142 | 253 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.01 |
| HSL | 289.73º | 0.97% | 0.77% | - |
| HSV(B) | 289.73º | 0.44% | 0.99% | - |
| XYZ | 61.33 | 43.93 | 98.18 | - |
| YUV | 182.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 253 | 0.08 | 0.44 | 0 | 0.01 | 289.73 | 0.97 | 0.77 |
| Hex | EA | 8E | FD | 8 | 2C | 0 | 1 | 122 | 61 | 4D |
| Octal | 352 | 216 | 375 | 10 | 54 | 0 | 1 | 442 | 141 | 115 |
| Binary | 11101010 | 10001110 | 11111101 | 1000 | 101100 | 0 | 1 | 100100010 | 1100001 | 1001101 |
Color Harmonies of #EA8EFD
Complementary color
Monochromatic Colors of #EA8EFD
Black with #EA8EFD
Text Example
Text Example
White with #EA8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EFD; }
p { color: rgb(234,142,253); }
H1.HeaderClassName
{
color: #EA8EFD;
}
.AnyTagClassName
{
color: #EA8EFD;
}
</style>
background-color css
<style>
a { background-color: #EA8EFD; }
a { background-color: rgb(234,142,253); }
div.DivClassName
{
background-color: #EA8EFD;
}
.BgClassName
{
background-color: #EA8EFD;
}
</style>
border-color css
<style>
span { border-color: #EA8EFD; }
span { border-color: rgb(234,142,253); }
td.TdClassName
{
border-color: #EA8EFD;
}
.TagClassName
{
border-color: #EA8EFD;
}
</style>