Shades of Violet #EA83E5
Tints of Violet #EA83E5
RGB
CMYK
RGB Variations
Color information
#EA83E5 (or 0xEA83E5) is known color: Violet. HEX triplet: EA, 83 and E5. RGB value is (234,131,229). Sum of RGB (Red+Green+Blue) = 234+131+229=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83E5 is #157C1A. Grayscale: #ACACAC. Windows color (decimal): -1408027 or 15041514. OLE color: 15041514.
HSL color Cylindrical-coordinate representation of color #EA83E5: hue angle of 302.91º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83E5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 229 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.08 |
| HSL | 302.91º | 0.71% | 0.72% | - |
| HSV(B) | 302.91º | 0.44% | 0.92% | - |
| XYZ | 56.19 | 39.38 | 78.77 | - |
| YUV | 172.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 229 | 0 | 0.44 | 0.02 | 0.08 | 302.91 | 0.71 | 0.72 |
| Hex | EA | 83 | E5 | 0 | 2C | 2 | 8 | 12F | 47 | 48 |
| Octal | 352 | 203 | 345 | 0 | 54 | 2 | 10 | 457 | 107 | 110 |
| Binary | 11101010 | 10000011 | 11100101 | 0 | 101100 | 10 | 1000 | 100101111 | 1000111 | 1001000 |
Color Harmonies of #EA83E5
Complementary color
Monochromatic Colors of #EA83E5
Black with #EA83E5
Text Example
Text Example
White with #EA83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83E5; }
p { color: rgb(234,131,229); }
H1.HeaderClassName
{
color: #EA83E5;
}
.AnyTagClassName
{
color: #EA83E5;
}
</style>
background-color css
<style>
a { background-color: #EA83E5; }
a { background-color: rgb(234,131,229); }
div.DivClassName
{
background-color: #EA83E5;
}
.BgClassName
{
background-color: #EA83E5;
}
</style>
border-color css
<style>
span { border-color: #EA83E5; }
span { border-color: rgb(234,131,229); }
td.TdClassName
{
border-color: #EA83E5;
}
.TagClassName
{
border-color: #EA83E5;
}
</style>