Shades of Violet Red #EC4185
Tints of Violet Red #EC4185
RGB
CMYK
RGB Variations
Color information
#EC4185 (or 0xEC4185) is known color: Violet Red. HEX triplet: EC, 41 and 85. RGB value is (236,65,133). Sum of RGB (Red+Green+Blue) = 236+65+133=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4185 is #13BE7A. Grayscale: #7B7B7B. Windows color (decimal): -1293947 or 8733164. OLE color: 8733164.
HSL color Cylindrical-coordinate representation of color #EC4185: hue angle of 336.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4185 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 133 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 336.14º | 0.82% | 0.59% | - |
| HSV(B) | 336.14º | 0.72% | 0.93% | - |
| XYZ | 40.72 | 23.31 | 24.54 | - |
| YUV | 123.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 133 | 0 | 0.72 | 0.44 | 0.07 | 336.14 | 0.82 | 0.59 |
| Hex | EC | 41 | 85 | 0 | 48 | 2C | 7 | 150 | 52 | 3B |
| Octal | 354 | 101 | 205 | 0 | 110 | 54 | 7 | 520 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10000101 | 0 | 1001000 | 101100 | 111 | 101010000 | 1010010 | 111011 |
Color Harmonies of #EC4185
Complementary color
Monochromatic Colors of #EC4185
Black with #EC4185
Text Example
Text Example
White with #EC4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4185; }
p { color: rgb(236,65,133); }
H1.HeaderClassName
{
color: #EC4185;
}
.AnyTagClassName
{
color: #EC4185;
}
</style>
background-color css
<style>
a { background-color: #EC4185; }
a { background-color: rgb(236,65,133); }
div.DivClassName
{
background-color: #EC4185;
}
.BgClassName
{
background-color: #EC4185;
}
</style>
border-color css
<style>
span { border-color: #EC4185; }
span { border-color: rgb(236,65,133); }
td.TdClassName
{
border-color: #EC4185;
}
.TagClassName
{
border-color: #EC4185;
}
</style>