Shades of Violet #EA8DED
Tints of Violet #EA8DED
RGB
CMYK
RGB Variations
Color information
#EA8DED (or 0xEA8DED) is known color: Violet. HEX triplet: EA, 8D and ED. RGB value is (234,141,237). Sum of RGB (Red+Green+Blue) = 234+141+237=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DED is #157212. Grayscale: #B3B3B3. Windows color (decimal): -1405459 or 15568362. OLE color: 15568362.
HSL color Cylindrical-coordinate representation of color #EA8DED: hue angle of 298.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8DED is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 141 | 237 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.07 |
| HSL | 298.13º | 0.73% | 0.74% | - |
| HSV(B) | 298.13º | 0.41% | 0.93% | - |
| XYZ | 58.74 | 42.66 | 85.26 | - |
| YUV | 179.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 237 | 0.01 | 0.41 | 0 | 0.07 | 298.13 | 0.73 | 0.74 |
| Hex | EA | 8D | ED | 1 | 29 | 0 | 7 | 12A | 49 | 4A |
| Octal | 352 | 215 | 355 | 1 | 51 | 0 | 7 | 452 | 111 | 112 |
| Binary | 11101010 | 10001101 | 11101101 | 1 | 101001 | 0 | 111 | 100101010 | 1001001 | 1001010 |
Color Harmonies of #EA8DED
Complementary color
Monochromatic Colors of #EA8DED
Black with #EA8DED
Text Example
Text Example
White with #EA8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DED; }
p { color: rgb(234,141,237); }
H1.HeaderClassName
{
color: #EA8DED;
}
.AnyTagClassName
{
color: #EA8DED;
}
</style>
background-color css
<style>
a { background-color: #EA8DED; }
a { background-color: rgb(234,141,237); }
div.DivClassName
{
background-color: #EA8DED;
}
.BgClassName
{
background-color: #EA8DED;
}
</style>
border-color css
<style>
span { border-color: #EA8DED; }
span { border-color: rgb(234,141,237); }
td.TdClassName
{
border-color: #EA8DED;
}
.TagClassName
{
border-color: #EA8DED;
}
</style>