Shades of Violet #EA89E7
Tints of Violet #EA89E7
RGB
CMYK
RGB Variations
Color information
#EA89E7 (or 0xEA89E7) is known color: Violet. HEX triplet: EA, 89 and E7. RGB value is (234,137,231). Sum of RGB (Red+Green+Blue) = 234+137+231=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 137 (53.91% from 255 or 22.76% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA89E7 is #157618. Grayscale: #B0B0B0. Windows color (decimal): -1406489 or 15174122. OLE color: 15174122.
HSL color Cylindrical-coordinate representation of color #EA89E7: hue angle of 301.86º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89E7 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 231 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.08 |
| HSL | 301.86º | 0.7% | 0.73% | - |
| HSV(B) | 301.86º | 0.41% | 0.92% | - |
| XYZ | 57.3 | 41.15 | 80.52 | - |
| YUV | 176.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 231 | 0 | 0.41 | 0.01 | 0.08 | 301.86 | 0.7 | 0.73 |
| Hex | EA | 89 | E7 | 0 | 29 | 1 | 8 | 12E | 46 | 49 |
| Octal | 352 | 211 | 347 | 0 | 51 | 1 | 10 | 456 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11100111 | 0 | 101001 | 1 | 1000 | 100101110 | 1000110 | 1001001 |
Color Harmonies of #EA89E7
Complementary color
Monochromatic Colors of #EA89E7
Black with #EA89E7
Text Example
Text Example
White with #EA89E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89E7; }
p { color: rgb(234,137,231); }
H1.HeaderClassName
{
color: #EA89E7;
}
.AnyTagClassName
{
color: #EA89E7;
}
</style>
background-color css
<style>
a { background-color: #EA89E7; }
a { background-color: rgb(234,137,231); }
div.DivClassName
{
background-color: #EA89E7;
}
.BgClassName
{
background-color: #EA89E7;
}
</style>
border-color css
<style>
span { border-color: #EA89E7; }
span { border-color: rgb(234,137,231); }
td.TdClassName
{
border-color: #EA89E7;
}
.TagClassName
{
border-color: #EA89E7;
}
</style>