Shades of Violet #EA7DFA
Tints of Violet #EA7DFA
RGB
CMYK
RGB Variations
Color information
#EA7DFA (or 0xEA7DFA) is known color: Violet. HEX triplet: EA, 7D and FA. RGB value is (234,125,250). Sum of RGB (Red+Green+Blue) = 234+125+250=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA7DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DFA is #158205. Grayscale: #ABABAB. Windows color (decimal): -1409542 or 16416234. OLE color: 16416234.
HSL color Cylindrical-coordinate representation of color #EA7DFA: hue angle of 292.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7DFA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 125 | 250 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.02 |
| HSL | 292.32º | 0.93% | 0.74% | - |
| HSV(B) | 292.32º | 0.5% | 0.98% | - |
| XYZ | 58.52 | 39.06 | 94.9 | - |
| YUV | 171.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 250 | 0.06 | 0.50 | 0 | 0.02 | 292.32 | 0.93 | 0.74 |
| Hex | EA | 7D | FA | 6 | 32 | 0 | 2 | 124 | 5D | 4A |
| Octal | 352 | 175 | 372 | 6 | 62 | 0 | 2 | 444 | 135 | 112 |
| Binary | 11101010 | 1111101 | 11111010 | 110 | 110010 | 0 | 10 | 100100100 | 1011101 | 1001010 |
Color Harmonies of #EA7DFA
Complementary color
Monochromatic Colors of #EA7DFA
Black with #EA7DFA
Text Example
Text Example
White with #EA7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DFA; }
p { color: rgb(234,125,250); }
H1.HeaderClassName
{
color: #EA7DFA;
}
.AnyTagClassName
{
color: #EA7DFA;
}
</style>
background-color css
<style>
a { background-color: #EA7DFA; }
a { background-color: rgb(234,125,250); }
div.DivClassName
{
background-color: #EA7DFA;
}
.BgClassName
{
background-color: #EA7DFA;
}
</style>
border-color css
<style>
span { border-color: #EA7DFA; }
span { border-color: rgb(234,125,250); }
td.TdClassName
{
border-color: #EA7DFA;
}
.TagClassName
{
border-color: #EA7DFA;
}
</style>