Shades of Violet #EC89ED
Tints of Violet #EC89ED
RGB
CMYK
RGB Variations
Color information
#EC89ED (or 0xEC89ED) is known color: Violet. HEX triplet: EC, 89 and ED. RGB value is (236,137,237). Sum of RGB (Red+Green+Blue) = 236+137+237=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC89ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC89ED is #137612. Grayscale: #B1B1B1. Windows color (decimal): -1275411 or 15567340. OLE color: 15567340.
HSL color Cylindrical-coordinate representation of color #EC89ED: hue angle of 299.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89ED is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 237 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.07 |
| HSL | 299.4º | 0.74% | 0.73% | - |
| HSV(B) | 299.4º | 0.42% | 0.93% | - |
| XYZ | 58.82 | 41.84 | 85.1 | - |
| YUV | 178 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 237 | 0.00 | 0.42 | 0 | 0.07 | 299.4 | 0.74 | 0.73 |
| Hex | EC | 89 | ED | 0 | 2A | 0 | 7 | 12B | 4A | 49 |
| Octal | 354 | 211 | 355 | 0 | 52 | 0 | 7 | 453 | 112 | 111 |
| Binary | 11101100 | 10001001 | 11101101 | 0 | 101010 | 0 | 111 | 100101011 | 1001010 | 1001001 |
Color Harmonies of #EC89ED
Complementary color
Monochromatic Colors of #EC89ED
Black with #EC89ED
Text Example
Text Example
White with #EC89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89ED; }
p { color: rgb(236,137,237); }
H1.HeaderClassName
{
color: #EC89ED;
}
.AnyTagClassName
{
color: #EC89ED;
}
</style>
background-color css
<style>
a { background-color: #EC89ED; }
a { background-color: rgb(236,137,237); }
div.DivClassName
{
background-color: #EC89ED;
}
.BgClassName
{
background-color: #EC89ED;
}
</style>
border-color css
<style>
span { border-color: #EC89ED; }
span { border-color: rgb(236,137,237); }
td.TdClassName
{
border-color: #EC89ED;
}
.TagClassName
{
border-color: #EC89ED;
}
</style>