Shades of Violet #EA93FF
Tints of Violet #EA93FF
RGB
CMYK
RGB Variations
Color information
#EA93FF (or 0xEA93FF) is known color: Violet. HEX triplet: EA, 93 and FF. RGB value is (234,147,255). Sum of RGB (Red+Green+Blue) = 234+147+255=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93FF is #156C00. Grayscale: #B8B8B8. Windows color (decimal): -1403905 or 16749546. OLE color: 16749546.
HSL color Cylindrical-coordinate representation of color #EA93FF: hue angle of 288.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA93FF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 147 | 255 | - |
| CMYK | 0.08 | 0.42 | 0 | 0 |
| HSL | 288.33º | 1% | 0.79% | - |
| HSV(B) | 288.33º | 0.42% | 1% | - |
| XYZ | 62.42 | 45.58 | 100.12 | - |
| YUV | 185.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 255 | 0.08 | 0.42 | 0 | 0 | 288.33 | 1 | 0.79 |
| Hex | EA | 93 | FF | 8 | 2A | 0 | 0 | 120 | 64 | 4F |
| Octal | 352 | 223 | 377 | 10 | 52 | 0 | 0 | 440 | 144 | 117 |
| Binary | 11101010 | 10010011 | 11111111 | 1000 | 101010 | 0 | 0 | 100100000 | 1100100 | 1001111 |
Color Harmonies of #EA93FF
Complementary color
Monochromatic Colors of #EA93FF
Black with #EA93FF
Text Example
Text Example
White with #EA93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93FF; }
p { color: rgb(234,147,255); }
H1.HeaderClassName
{
color: #EA93FF;
}
.AnyTagClassName
{
color: #EA93FF;
}
</style>
background-color css
<style>
a { background-color: #EA93FF; }
a { background-color: rgb(234,147,255); }
div.DivClassName
{
background-color: #EA93FF;
}
.BgClassName
{
background-color: #EA93FF;
}
</style>
border-color css
<style>
span { border-color: #EA93FF; }
span { border-color: rgb(234,147,255); }
td.TdClassName
{
border-color: #EA93FF;
}
.TagClassName
{
border-color: #EA93FF;
}
</style>