Shades of Violet Red #EC3A8B
Tints of Violet Red #EC3A8B
RGB
CMYK
RGB Variations
Color information
#EC3A8B (or 0xEC3A8B) is known color: Violet Red. HEX triplet: EC, 3A and 8B. RGB value is (236,58,139). Sum of RGB (Red+Green+Blue) = 236+58+139=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A8B is #13C574. Grayscale: #787878. Windows color (decimal): -1295733 or 9124588. OLE color: 9124588.
HSL color Cylindrical-coordinate representation of color #EC3A8B: hue angle of 332.7º 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 #EC3A8B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 139 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.07 |
| HSL | 332.7º | 0.82% | 0.58% | - |
| HSV(B) | 332.7º | 0.75% | 0.93% | - |
| XYZ | 40.77 | 22.72 | 26.66 | - |
| YUV | 120.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 139 | 0 | 0.75 | 0.41 | 0.07 | 332.7 | 0.82 | 0.58 |
| Hex | EC | 3A | 8B | 0 | 4B | 29 | 7 | 14D | 52 | 3A |
| Octal | 354 | 72 | 213 | 0 | 113 | 51 | 7 | 515 | 122 | 72 |
| Binary | 11101100 | 111010 | 10001011 | 0 | 1001011 | 101001 | 111 | 101001101 | 1010010 | 111010 |
Color Harmonies of #EC3A8B
Complementary color
Monochromatic Colors of #EC3A8B
Black with #EC3A8B
Text Example
Text Example
White with #EC3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A8B; }
p { color: rgb(236,58,139); }
H1.HeaderClassName
{
color: #EC3A8B;
}
.AnyTagClassName
{
color: #EC3A8B;
}
</style>
background-color css
<style>
a { background-color: #EC3A8B; }
a { background-color: rgb(236,58,139); }
div.DivClassName
{
background-color: #EC3A8B;
}
.BgClassName
{
background-color: #EC3A8B;
}
</style>
border-color css
<style>
span { border-color: #EC3A8B; }
span { border-color: rgb(236,58,139); }
td.TdClassName
{
border-color: #EC3A8B;
}
.TagClassName
{
border-color: #EC3A8B;
}
</style>