Shades of Violet Red #EC3A8F
Tints of Violet Red #EC3A8F
RGB
CMYK
RGB Variations
Color information
#EC3A8F (or 0xEC3A8F) is known color: Violet Red. HEX triplet: EC, 3A and 8F. RGB value is (236,58,143). Sum of RGB (Red+Green+Blue) = 236+58+143=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A8F is #13C570. Grayscale: #787878. Windows color (decimal): -1295729 or 9386732. OLE color: 9386732.
HSL color Cylindrical-coordinate representation of color #EC3A8F: hue angle of 331.35º 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 #EC3A8F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 143 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.07 |
| HSL | 331.35º | 0.82% | 0.58% | - |
| HSV(B) | 331.35º | 0.75% | 0.93% | - |
| XYZ | 41.06 | 22.84 | 28.23 | - |
| YUV | 120.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 143 | 0 | 0.75 | 0.39 | 0.07 | 331.35 | 0.82 | 0.58 |
| Hex | EC | 3A | 8F | 0 | 4B | 27 | 7 | 14B | 52 | 3A |
| Octal | 354 | 72 | 217 | 0 | 113 | 47 | 7 | 513 | 122 | 72 |
| Binary | 11101100 | 111010 | 10001111 | 0 | 1001011 | 100111 | 111 | 101001011 | 1010010 | 111010 |
Color Harmonies of #EC3A8F
Complementary color
Monochromatic Colors of #EC3A8F
Black with #EC3A8F
Text Example
Text Example
White with #EC3A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A8F; }
p { color: rgb(236,58,143); }
H1.HeaderClassName
{
color: #EC3A8F;
}
.AnyTagClassName
{
color: #EC3A8F;
}
</style>
background-color css
<style>
a { background-color: #EC3A8F; }
a { background-color: rgb(236,58,143); }
div.DivClassName
{
background-color: #EC3A8F;
}
.BgClassName
{
background-color: #EC3A8F;
}
</style>
border-color css
<style>
span { border-color: #EC3A8F; }
span { border-color: rgb(236,58,143); }
td.TdClassName
{
border-color: #EC3A8F;
}
.TagClassName
{
border-color: #EC3A8F;
}
</style>