Shades of Violet #EA89E1
Tints of Violet #EA89E1
RGB
CMYK
RGB Variations
Color information
#EA89E1 (or 0xEA89E1) is known color: Violet. HEX triplet: EA, 89 and E1. RGB value is (234,137,225). Sum of RGB (Red+Green+Blue) = 234+137+225=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89E1 is #15761E. Grayscale: #AFAFAF. Windows color (decimal): -1406495 or 14780906. OLE color: 14780906.
HSL color Cylindrical-coordinate representation of color #EA89E1: hue angle of 305.57º 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 #EA89E1 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 225 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.08 |
| HSL | 305.57º | 0.7% | 0.73% | - |
| HSV(B) | 305.57º | 0.41% | 0.92% | - |
| XYZ | 56.47 | 40.82 | 76.14 | - |
| YUV | 176.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 225 | 0 | 0.41 | 0.04 | 0.08 | 305.57 | 0.7 | 0.73 |
| Hex | EA | 89 | E1 | 0 | 29 | 4 | 8 | 132 | 46 | 49 |
| Octal | 352 | 211 | 341 | 0 | 51 | 4 | 10 | 462 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11100001 | 0 | 101001 | 100 | 1000 | 100110010 | 1000110 | 1001001 |
Color Harmonies of #EA89E1
Complementary color
Monochromatic Colors of #EA89E1
Black with #EA89E1
Text Example
Text Example
White with #EA89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89E1; }
p { color: rgb(234,137,225); }
H1.HeaderClassName
{
color: #EA89E1;
}
.AnyTagClassName
{
color: #EA89E1;
}
</style>
background-color css
<style>
a { background-color: #EA89E1; }
a { background-color: rgb(234,137,225); }
div.DivClassName
{
background-color: #EA89E1;
}
.BgClassName
{
background-color: #EA89E1;
}
</style>
border-color css
<style>
span { border-color: #EA89E1; }
span { border-color: rgb(234,137,225); }
td.TdClassName
{
border-color: #EA89E1;
}
.TagClassName
{
border-color: #EA89E1;
}
</style>