Shades of Violet #EA9AFA
Tints of Violet #EA9AFA
RGB
CMYK
RGB Variations
Color information
#EA9AFA (or 0xEA9AFA) is known color: Violet. HEX triplet: EA, 9A and FA. RGB value is (234,154,250). Sum of RGB (Red+Green+Blue) = 234+154+250=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AFA is #156505. Grayscale: #BCBCBC. Windows color (decimal): -1402118 or 16423658. OLE color: 16423658.
HSL color Cylindrical-coordinate representation of color #EA9AFA: hue angle of 290º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9AFA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 154 | 250 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 290º | 0.91% | 0.79% | - |
| HSV(B) | 290º | 0.38% | 0.98% | - |
| XYZ | 62.74 | 47.51 | 96.31 | - |
| YUV | 188.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 250 | 0.06 | 0.38 | 0 | 0.02 | 290 | 0.91 | 0.79 |
| Hex | EA | 9A | FA | 6 | 26 | 0 | 2 | 122 | 5B | 4F |
| Octal | 352 | 232 | 372 | 6 | 46 | 0 | 2 | 442 | 133 | 117 |
| Binary | 11101010 | 10011010 | 11111010 | 110 | 100110 | 0 | 10 | 100100010 | 1011011 | 1001111 |
Color Harmonies of #EA9AFA
Complementary color
Monochromatic Colors of #EA9AFA
Black with #EA9AFA
Text Example
Text Example
White with #EA9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AFA; }
p { color: rgb(234,154,250); }
H1.HeaderClassName
{
color: #EA9AFA;
}
.AnyTagClassName
{
color: #EA9AFA;
}
</style>
background-color css
<style>
a { background-color: #EA9AFA; }
a { background-color: rgb(234,154,250); }
div.DivClassName
{
background-color: #EA9AFA;
}
.BgClassName
{
background-color: #EA9AFA;
}
</style>
border-color css
<style>
span { border-color: #EA9AFA; }
span { border-color: rgb(234,154,250); }
td.TdClassName
{
border-color: #EA9AFA;
}
.TagClassName
{
border-color: #EA9AFA;
}
</style>