Shades of Violet #EA83F1
Tints of Violet #EA83F1
RGB
CMYK
RGB Variations
Color information
#EA83F1 (or 0xEA83F1) is known color: Violet. HEX triplet: EA, 83 and F1. RGB value is (234,131,241). Sum of RGB (Red+Green+Blue) = 234+131+241=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA83F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83F1 is #157C0E. Grayscale: #AEAEAE. Windows color (decimal): -1408015 or 15827946. OLE color: 15827946.
HSL color Cylindrical-coordinate representation of color #EA83F1: hue angle of 296.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA83F1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 131 | 241 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.05 |
| HSL | 296.18º | 0.8% | 0.73% | - |
| HSV(B) | 296.18º | 0.46% | 0.95% | - |
| XYZ | 57.93 | 40.08 | 87.9 | - |
| YUV | 174.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 241 | 0.03 | 0.46 | 0 | 0.05 | 296.18 | 0.8 | 0.73 |
| Hex | EA | 83 | F1 | 3 | 2E | 0 | 5 | 128 | 50 | 49 |
| Octal | 352 | 203 | 361 | 3 | 56 | 0 | 5 | 450 | 120 | 111 |
| Binary | 11101010 | 10000011 | 11110001 | 11 | 101110 | 0 | 101 | 100101000 | 1010000 | 1001001 |
Color Harmonies of #EA83F1
Complementary color
Monochromatic Colors of #EA83F1
Black with #EA83F1
Text Example
Text Example
White with #EA83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83F1; }
p { color: rgb(234,131,241); }
H1.HeaderClassName
{
color: #EA83F1;
}
.AnyTagClassName
{
color: #EA83F1;
}
</style>
background-color css
<style>
a { background-color: #EA83F1; }
a { background-color: rgb(234,131,241); }
div.DivClassName
{
background-color: #EA83F1;
}
.BgClassName
{
background-color: #EA83F1;
}
</style>
border-color css
<style>
span { border-color: #EA83F1; }
span { border-color: rgb(234,131,241); }
td.TdClassName
{
border-color: #EA83F1;
}
.TagClassName
{
border-color: #EA83F1;
}
</style>