Shades of Violet #EA81E3
Tints of Violet #EA81E3
RGB
CMYK
RGB Variations
Color information
#EA81E3 (or 0xEA81E3) is known color: Violet. HEX triplet: EA, 81 and E3. RGB value is (234,129,227). Sum of RGB (Red+Green+Blue) = 234+129+227=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81E3 is #157E1C. Grayscale: #ABABAB. Windows color (decimal): -1408541 or 14909930. OLE color: 14909930.
HSL color Cylindrical-coordinate representation of color #EA81E3: hue angle of 304º 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 #EA81E3 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 227 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.08 |
| HSL | 304º | 0.71% | 0.71% | - |
| HSV(B) | 304º | 0.45% | 0.92% | - |
| XYZ | 55.65 | 38.74 | 77.22 | - |
| YUV | 171.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 227 | 0 | 0.45 | 0.03 | 0.08 | 304 | 0.71 | 0.71 |
| Hex | EA | 81 | E3 | 0 | 2D | 3 | 8 | 130 | 47 | 47 |
| Octal | 352 | 201 | 343 | 0 | 55 | 3 | 10 | 460 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11100011 | 0 | 101101 | 11 | 1000 | 100110000 | 1000111 | 1000111 |
Color Harmonies of #EA81E3
Complementary color
Monochromatic Colors of #EA81E3
Black with #EA81E3
Text Example
Text Example
White with #EA81E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81E3; }
p { color: rgb(234,129,227); }
H1.HeaderClassName
{
color: #EA81E3;
}
.AnyTagClassName
{
color: #EA81E3;
}
</style>
background-color css
<style>
a { background-color: #EA81E3; }
a { background-color: rgb(234,129,227); }
div.DivClassName
{
background-color: #EA81E3;
}
.BgClassName
{
background-color: #EA81E3;
}
</style>
border-color css
<style>
span { border-color: #EA81E3; }
span { border-color: rgb(234,129,227); }
td.TdClassName
{
border-color: #EA81E3;
}
.TagClassName
{
border-color: #EA81E3;
}
</style>