Shades of Violet Red #EC3C8B
Tints of Violet Red #EC3C8B
RGB
CMYK
RGB Variations
Color information
#EC3C8B (or 0xEC3C8B) is known color: Violet Red. HEX triplet: EC, 3C and 8B. RGB value is (236,60,139). Sum of RGB (Red+Green+Blue) = 236+60+139=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3C8B is #13C374. Grayscale: #797979. Windows color (decimal): -1295221 or 9125100. OLE color: 9125100.
HSL color Cylindrical-coordinate representation of color #EC3C8B: hue angle of 333.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C8B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 139 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.07 |
| HSL | 333.07º | 0.82% | 0.58% | - |
| HSV(B) | 333.07º | 0.75% | 0.93% | - |
| XYZ | 40.87 | 22.93 | 26.7 | - |
| YUV | 121.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 139 | 0 | 0.75 | 0.41 | 0.07 | 333.07 | 0.82 | 0.58 |
| Hex | EC | 3C | 8B | 0 | 4B | 29 | 7 | 14D | 52 | 3A |
| Octal | 354 | 74 | 213 | 0 | 113 | 51 | 7 | 515 | 122 | 72 |
| Binary | 11101100 | 111100 | 10001011 | 0 | 1001011 | 101001 | 111 | 101001101 | 1010010 | 111010 |
Color Harmonies of #EC3C8B
Complementary color
Monochromatic Colors of #EC3C8B
Black with #EC3C8B
Text Example
Text Example
White with #EC3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C8B; }
p { color: rgb(236,60,139); }
H1.HeaderClassName
{
color: #EC3C8B;
}
.AnyTagClassName
{
color: #EC3C8B;
}
</style>
background-color css
<style>
a { background-color: #EC3C8B; }
a { background-color: rgb(236,60,139); }
div.DivClassName
{
background-color: #EC3C8B;
}
.BgClassName
{
background-color: #EC3C8B;
}
</style>
border-color css
<style>
span { border-color: #EC3C8B; }
span { border-color: rgb(236,60,139); }
td.TdClassName
{
border-color: #EC3C8B;
}
.TagClassName
{
border-color: #EC3C8B;
}
</style>