Shades of Violet #EA88E9
Tints of Violet #EA88E9
RGB
CMYK
RGB Variations
Color information
#EA88E9 (or 0xEA88E9) is known color: Violet. HEX triplet: EA, 88 and E9. RGB value is (234,136,233). Sum of RGB (Red+Green+Blue) = 234+136+233=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88E9 is #157716. Grayscale: #B0B0B0. Windows color (decimal): -1406743 or 15304938. OLE color: 15304938.
HSL color Cylindrical-coordinate representation of color #EA88E9: hue angle of 300.61º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88E9 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 233 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.08 |
| HSL | 300.61º | 0.7% | 0.73% | - |
| HSV(B) | 300.61º | 0.42% | 0.92% | - |
| XYZ | 57.44 | 40.98 | 81.97 | - |
| YUV | 176.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 233 | 0 | 0.42 | 0.00 | 0.08 | 300.61 | 0.7 | 0.73 |
| Hex | EA | 88 | E9 | 0 | 2A | 0 | 8 | 12D | 46 | 49 |
| Octal | 352 | 210 | 351 | 0 | 52 | 0 | 10 | 455 | 106 | 111 |
| Binary | 11101010 | 10001000 | 11101001 | 0 | 101010 | 0 | 1000 | 100101101 | 1000110 | 1001001 |
Color Harmonies of #EA88E9
Complementary color
Monochromatic Colors of #EA88E9
Black with #EA88E9
Text Example
Text Example
White with #EA88E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88E9; }
p { color: rgb(234,136,233); }
H1.HeaderClassName
{
color: #EA88E9;
}
.AnyTagClassName
{
color: #EA88E9;
}
</style>
background-color css
<style>
a { background-color: #EA88E9; }
a { background-color: rgb(234,136,233); }
div.DivClassName
{
background-color: #EA88E9;
}
.BgClassName
{
background-color: #EA88E9;
}
</style>
border-color css
<style>
span { border-color: #EA88E9; }
span { border-color: rgb(234,136,233); }
td.TdClassName
{
border-color: #EA88E9;
}
.TagClassName
{
border-color: #EA88E9;
}
</style>