Shades of Violet #EA83FA
Tints of Violet #EA83FA
RGB
CMYK
RGB Variations
Color information
#EA83FA (or 0xEA83FA) is known color: Violet. HEX triplet: EA, 83 and FA. RGB value is (234,131,250). Sum of RGB (Red+Green+Blue) = 234+131+250=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 131 (51.56% from 255 or 21.30% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA83FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83FA is #157C05. Grayscale: #AEAEAE. Windows color (decimal): -1408006 or 16417770. OLE color: 16417770.
HSL color Cylindrical-coordinate representation of color #EA83FA: hue angle of 291.93º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA83FA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 131 | 250 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.02 |
| HSL | 291.93º | 0.92% | 0.75% | - |
| HSV(B) | 291.93º | 0.48% | 0.98% | - |
| XYZ | 59.3 | 40.63 | 95.16 | - |
| YUV | 175.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 250 | 0.06 | 0.48 | 0 | 0.02 | 291.93 | 0.92 | 0.75 |
| Hex | EA | 83 | FA | 6 | 30 | 0 | 2 | 124 | 5C | 4B |
| Octal | 352 | 203 | 372 | 6 | 60 | 0 | 2 | 444 | 134 | 113 |
| Binary | 11101010 | 10000011 | 11111010 | 110 | 110000 | 0 | 10 | 100100100 | 1011100 | 1001011 |
Color Harmonies of #EA83FA
Complementary color
Monochromatic Colors of #EA83FA
Black with #EA83FA
Text Example
Text Example
White with #EA83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83FA; }
p { color: rgb(234,131,250); }
H1.HeaderClassName
{
color: #EA83FA;
}
.AnyTagClassName
{
color: #EA83FA;
}
</style>
background-color css
<style>
a { background-color: #EA83FA; }
a { background-color: rgb(234,131,250); }
div.DivClassName
{
background-color: #EA83FA;
}
.BgClassName
{
background-color: #EA83FA;
}
</style>
border-color css
<style>
span { border-color: #EA83FA; }
span { border-color: rgb(234,131,250); }
td.TdClassName
{
border-color: #EA83FA;
}
.TagClassName
{
border-color: #EA83FA;
}
</style>