Shades of Violet Red #EC4089
Tints of Violet Red #EC4089
RGB
CMYK
RGB Variations
Color information
#EC4089 (or 0xEC4089) is known color: Violet Red. HEX triplet: EC, 40 and 89. RGB value is (236,64,137). Sum of RGB (Red+Green+Blue) = 236+64+137=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4089 is #13BF76. Grayscale: #7B7B7B. Windows color (decimal): -1294199 or 8995052. OLE color: 8995052.
HSL color Cylindrical-coordinate representation of color #EC4089: hue angle of 334.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4089 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 137 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.07 |
| HSL | 334.53º | 0.82% | 0.59% | - |
| HSV(B) | 334.53º | 0.73% | 0.93% | - |
| XYZ | 40.94 | 23.31 | 26.01 | - |
| YUV | 123.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 137 | 0 | 0.73 | 0.42 | 0.07 | 334.53 | 0.82 | 0.59 |
| Hex | EC | 40 | 89 | 0 | 49 | 2A | 7 | 14F | 52 | 3B |
| Octal | 354 | 100 | 211 | 0 | 111 | 52 | 7 | 517 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10001001 | 0 | 1001001 | 101010 | 111 | 101001111 | 1010010 | 111011 |
Color Harmonies of #EC4089
Complementary color
Monochromatic Colors of #EC4089
Black with #EC4089
Text Example
Text Example
White with #EC4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4089; }
p { color: rgb(236,64,137); }
H1.HeaderClassName
{
color: #EC4089;
}
.AnyTagClassName
{
color: #EC4089;
}
</style>
background-color css
<style>
a { background-color: #EC4089; }
a { background-color: rgb(236,64,137); }
div.DivClassName
{
background-color: #EC4089;
}
.BgClassName
{
background-color: #EC4089;
}
</style>
border-color css
<style>
span { border-color: #EC4089; }
span { border-color: rgb(236,64,137); }
td.TdClassName
{
border-color: #EC4089;
}
.TagClassName
{
border-color: #EC4089;
}
</style>