Shades of Violet #EA88ED
Tints of Violet #EA88ED
RGB
CMYK
RGB Variations
Color information
#EA88ED (or 0xEA88ED) is known color: Violet. HEX triplet: EA, 88 and ED. RGB value is (234,136,237). Sum of RGB (Red+Green+Blue) = 234+136+237=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA88ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88ED is #157712. Grayscale: #B0B0B0. Windows color (decimal): -1406739 or 15567082. OLE color: 15567082.
HSL color Cylindrical-coordinate representation of color #EA88ED: hue angle of 298.22º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA88ED is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 136 | 237 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.07 |
| HSL | 298.22º | 0.74% | 0.73% | - |
| HSV(B) | 298.22º | 0.43% | 0.93% | - |
| XYZ | 58.02 | 41.22 | 85.02 | - |
| YUV | 176.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 237 | 0.01 | 0.43 | 0 | 0.07 | 298.22 | 0.74 | 0.73 |
| Hex | EA | 88 | ED | 1 | 2B | 0 | 7 | 12A | 4A | 49 |
| Octal | 352 | 210 | 355 | 1 | 53 | 0 | 7 | 452 | 112 | 111 |
| Binary | 11101010 | 10001000 | 11101101 | 1 | 101011 | 0 | 111 | 100101010 | 1001010 | 1001001 |
Color Harmonies of #EA88ED
Complementary color
Monochromatic Colors of #EA88ED
Black with #EA88ED
Text Example
Text Example
White with #EA88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88ED; }
p { color: rgb(234,136,237); }
H1.HeaderClassName
{
color: #EA88ED;
}
.AnyTagClassName
{
color: #EA88ED;
}
</style>
background-color css
<style>
a { background-color: #EA88ED; }
a { background-color: rgb(234,136,237); }
div.DivClassName
{
background-color: #EA88ED;
}
.BgClassName
{
background-color: #EA88ED;
}
</style>
border-color css
<style>
span { border-color: #EA88ED; }
span { border-color: rgb(234,136,237); }
td.TdClassName
{
border-color: #EA88ED;
}
.TagClassName
{
border-color: #EA88ED;
}
</style>