Shades of Violet #EA93ED
Tints of Violet #EA93ED
RGB
CMYK
RGB Variations
Color information
#EA93ED (or 0xEA93ED) is known color: Violet. HEX triplet: EA, 93 and ED. RGB value is (234,147,237). Sum of RGB (Red+Green+Blue) = 234+147+237=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93ED is #156C12. Grayscale: #B7B7B7. Windows color (decimal): -1403923 or 15569898. OLE color: 15569898.
HSL color Cylindrical-coordinate representation of color #EA93ED: hue angle of 298º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA93ED is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 147 | 237 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.07 |
| HSL | 298º | 0.71% | 0.75% | - |
| HSV(B) | 298º | 0.38% | 0.93% | - |
| XYZ | 59.65 | 44.47 | 85.56 | - |
| YUV | 183.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 237 | 0.01 | 0.38 | 0 | 0.07 | 298 | 0.71 | 0.75 |
| Hex | EA | 93 | ED | 1 | 26 | 0 | 7 | 12A | 47 | 4B |
| Octal | 352 | 223 | 355 | 1 | 46 | 0 | 7 | 452 | 107 | 113 |
| Binary | 11101010 | 10010011 | 11101101 | 1 | 100110 | 0 | 111 | 100101010 | 1000111 | 1001011 |
Color Harmonies of #EA93ED
Complementary color
Monochromatic Colors of #EA93ED
Black with #EA93ED
Text Example
Text Example
White with #EA93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93ED; }
p { color: rgb(234,147,237); }
H1.HeaderClassName
{
color: #EA93ED;
}
.AnyTagClassName
{
color: #EA93ED;
}
</style>
background-color css
<style>
a { background-color: #EA93ED; }
a { background-color: rgb(234,147,237); }
div.DivClassName
{
background-color: #EA93ED;
}
.BgClassName
{
background-color: #EA93ED;
}
</style>
border-color css
<style>
span { border-color: #EA93ED; }
span { border-color: rgb(234,147,237); }
td.TdClassName
{
border-color: #EA93ED;
}
.TagClassName
{
border-color: #EA93ED;
}
</style>