Shades of Violet Red #EC3B8F
Tints of Violet Red #EC3B8F
RGB
CMYK
RGB Variations
Color information
#EC3B8F (or 0xEC3B8F) is known color: Violet Red. HEX triplet: EC, 3B and 8F. RGB value is (236,59,143). Sum of RGB (Red+Green+Blue) = 236+59+143=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B8F is #13C470. Grayscale: #797979. Windows color (decimal): -1295473 or 9386988. OLE color: 9386988.
HSL color Cylindrical-coordinate representation of color #EC3B8F: hue angle of 331.53º 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 #EC3B8F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 143 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.07 |
| HSL | 331.53º | 0.82% | 0.58% | - |
| HSV(B) | 331.53º | 0.75% | 0.93% | - |
| XYZ | 41.11 | 22.94 | 28.25 | - |
| YUV | 121.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 143 | 0 | 0.75 | 0.39 | 0.07 | 331.53 | 0.82 | 0.58 |
| Hex | EC | 3B | 8F | 0 | 4B | 27 | 7 | 14C | 52 | 3A |
| Octal | 354 | 73 | 217 | 0 | 113 | 47 | 7 | 514 | 122 | 72 |
| Binary | 11101100 | 111011 | 10001111 | 0 | 1001011 | 100111 | 111 | 101001100 | 1010010 | 111010 |
Color Harmonies of #EC3B8F
Complementary color
Monochromatic Colors of #EC3B8F
Black with #EC3B8F
Text Example
Text Example
White with #EC3B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B8F; }
p { color: rgb(236,59,143); }
H1.HeaderClassName
{
color: #EC3B8F;
}
.AnyTagClassName
{
color: #EC3B8F;
}
</style>
background-color css
<style>
a { background-color: #EC3B8F; }
a { background-color: rgb(236,59,143); }
div.DivClassName
{
background-color: #EC3B8F;
}
.BgClassName
{
background-color: #EC3B8F;
}
</style>
border-color css
<style>
span { border-color: #EC3B8F; }
span { border-color: rgb(236,59,143); }
td.TdClassName
{
border-color: #EC3B8F;
}
.TagClassName
{
border-color: #EC3B8F;
}
</style>