Shades of Violet #EC89EA
Tints of Violet #EC89EA
RGB
CMYK
RGB Variations
Color information
#EC89EA (or 0xEC89EA) is known color: Violet. HEX triplet: EC, 89 and EA. RGB value is (236,137,234). Sum of RGB (Red+Green+Blue) = 236+137+234=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 137 (53.91% from 255 or 22.57% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC89EA is #137615. Grayscale: #B1B1B1. Windows color (decimal): -1275414 or 15370732. OLE color: 15370732.
HSL color Cylindrical-coordinate representation of color #EC89EA: hue angle of 301.21º degrees, saturation: 0.72, 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 #EC89EA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 234 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.21º | 0.72% | 0.73% | - |
| HSV(B) | 301.21º | 0.42% | 0.93% | - |
| XYZ | 58.39 | 41.66 | 82.81 | - |
| YUV | 177.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 234 | 0 | 0.42 | 0.01 | 0.07 | 301.21 | 0.72 | 0.73 |
| Hex | EC | 89 | EA | 0 | 2A | 1 | 7 | 12D | 48 | 49 |
| Octal | 354 | 211 | 352 | 0 | 52 | 1 | 7 | 455 | 110 | 111 |
| Binary | 11101100 | 10001001 | 11101010 | 0 | 101010 | 1 | 111 | 100101101 | 1001000 | 1001001 |
Color Harmonies of #EC89EA
Complementary color
Monochromatic Colors of #EC89EA
Black with #EC89EA
Text Example
Text Example
White with #EC89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89EA; }
p { color: rgb(236,137,234); }
H1.HeaderClassName
{
color: #EC89EA;
}
.AnyTagClassName
{
color: #EC89EA;
}
</style>
background-color css
<style>
a { background-color: #EC89EA; }
a { background-color: rgb(236,137,234); }
div.DivClassName
{
background-color: #EC89EA;
}
.BgClassName
{
background-color: #EC89EA;
}
</style>
border-color css
<style>
span { border-color: #EC89EA; }
span { border-color: rgb(236,137,234); }
td.TdClassName
{
border-color: #EC89EA;
}
.TagClassName
{
border-color: #EC89EA;
}
</style>