Shades of Violet #EA83F3
Tints of Violet #EA83F3
RGB
CMYK
RGB Variations
Color information
#EA83F3 (or 0xEA83F3) is known color: Violet. HEX triplet: EA, 83 and F3. RGB value is (234,131,243). Sum of RGB (Red+Green+Blue) = 234+131+243=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA83F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83F3 is #157C0C. Grayscale: #AEAEAE. Windows color (decimal): -1408013 or 15959018. OLE color: 15959018.
HSL color Cylindrical-coordinate representation of color #EA83F3: hue angle of 295.18º degrees, saturation: 0.82, 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 #EA83F3 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 131 | 243 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.05 |
| HSL | 295.18º | 0.82% | 0.73% | - |
| HSV(B) | 295.18º | 0.46% | 0.95% | - |
| XYZ | 58.23 | 40.2 | 89.48 | - |
| YUV | 174.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 243 | 0.04 | 0.46 | 0 | 0.05 | 295.18 | 0.82 | 0.73 |
| Hex | EA | 83 | F3 | 4 | 2E | 0 | 5 | 127 | 52 | 49 |
| Octal | 352 | 203 | 363 | 4 | 56 | 0 | 5 | 447 | 122 | 111 |
| Binary | 11101010 | 10000011 | 11110011 | 100 | 101110 | 0 | 101 | 100100111 | 1010010 | 1001001 |
Color Harmonies of #EA83F3
Complementary color
Monochromatic Colors of #EA83F3
Black with #EA83F3
Text Example
Text Example
White with #EA83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83F3; }
p { color: rgb(234,131,243); }
H1.HeaderClassName
{
color: #EA83F3;
}
.AnyTagClassName
{
color: #EA83F3;
}
</style>
background-color css
<style>
a { background-color: #EA83F3; }
a { background-color: rgb(234,131,243); }
div.DivClassName
{
background-color: #EA83F3;
}
.BgClassName
{
background-color: #EA83F3;
}
</style>
border-color css
<style>
span { border-color: #EA83F3; }
span { border-color: rgb(234,131,243); }
td.TdClassName
{
border-color: #EA83F3;
}
.TagClassName
{
border-color: #EA83F3;
}
</style>