Shades of Violet #EA81E1
Tints of Violet #EA81E1
RGB
CMYK
RGB Variations
Color information
#EA81E1 (or 0xEA81E1) is known color: Violet. HEX triplet: EA, 81 and E1. RGB value is (234,129,225). Sum of RGB (Red+Green+Blue) = 234+129+225=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81E1 is #157E1E. Grayscale: #ABABAB. Windows color (decimal): -1408543 or 14778858. OLE color: 14778858.
HSL color Cylindrical-coordinate representation of color #EA81E1: hue angle of 305.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81E1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 225 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.08 |
| HSL | 305.14º | 0.71% | 0.71% | - |
| HSV(B) | 305.14º | 0.45% | 0.92% | - |
| XYZ | 55.37 | 38.63 | 75.77 | - |
| YUV | 171.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 225 | 0 | 0.45 | 0.04 | 0.08 | 305.14 | 0.71 | 0.71 |
| Hex | EA | 81 | E1 | 0 | 2D | 4 | 8 | 131 | 47 | 47 |
| Octal | 352 | 201 | 341 | 0 | 55 | 4 | 10 | 461 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11100001 | 0 | 101101 | 100 | 1000 | 100110001 | 1000111 | 1000111 |
Color Harmonies of #EA81E1
Complementary color
Monochromatic Colors of #EA81E1
Black with #EA81E1
Text Example
Text Example
White with #EA81E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81E1; }
p { color: rgb(234,129,225); }
H1.HeaderClassName
{
color: #EA81E1;
}
.AnyTagClassName
{
color: #EA81E1;
}
</style>
background-color css
<style>
a { background-color: #EA81E1; }
a { background-color: rgb(234,129,225); }
div.DivClassName
{
background-color: #EA81E1;
}
.BgClassName
{
background-color: #EA81E1;
}
</style>
border-color css
<style>
span { border-color: #EA81E1; }
span { border-color: rgb(234,129,225); }
td.TdClassName
{
border-color: #EA81E1;
}
.TagClassName
{
border-color: #EA81E1;
}
</style>