Shades of Violet #EA83E6
Tints of Violet #EA83E6
RGB
CMYK
RGB Variations
Color information
#EA83E6 (or 0xEA83E6) is known color: Violet. HEX triplet: EA, 83 and E6. RGB value is (234,131,230). Sum of RGB (Red+Green+Blue) = 234+131+230=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83E6 is #157C19. Grayscale: #ACACAC. Windows color (decimal): -1408026 or 15107050. OLE color: 15107050.
HSL color Cylindrical-coordinate representation of color #EA83E6: hue angle of 302.33º 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 #EA83E6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 230 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.08 |
| HSL | 302.33º | 0.71% | 0.72% | - |
| HSV(B) | 302.33º | 0.44% | 0.92% | - |
| XYZ | 56.33 | 39.44 | 79.51 | - |
| YUV | 173.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 230 | 0 | 0.44 | 0.02 | 0.08 | 302.33 | 0.71 | 0.72 |
| Hex | EA | 83 | E6 | 0 | 2C | 2 | 8 | 12E | 47 | 48 |
| Octal | 352 | 203 | 346 | 0 | 54 | 2 | 10 | 456 | 107 | 110 |
| Binary | 11101010 | 10000011 | 11100110 | 0 | 101100 | 10 | 1000 | 100101110 | 1000111 | 1001000 |
Color Harmonies of #EA83E6
Complementary color
Monochromatic Colors of #EA83E6
Black with #EA83E6
Text Example
Text Example
White with #EA83E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83E6; }
p { color: rgb(234,131,230); }
H1.HeaderClassName
{
color: #EA83E6;
}
.AnyTagClassName
{
color: #EA83E6;
}
</style>
background-color css
<style>
a { background-color: #EA83E6; }
a { background-color: rgb(234,131,230); }
div.DivClassName
{
background-color: #EA83E6;
}
.BgClassName
{
background-color: #EA83E6;
}
</style>
border-color css
<style>
span { border-color: #EA83E6; }
span { border-color: rgb(234,131,230); }
td.TdClassName
{
border-color: #EA83E6;
}
.TagClassName
{
border-color: #EA83E6;
}
</style>