Shades of Violet Red #EC3F90
Tints of Violet Red #EC3F90
RGB
CMYK
RGB Variations
Color information
#EC3F90 (or 0xEC3F90) is known color: Violet Red. HEX triplet: EC, 3F and 90. RGB value is (236,63,144). Sum of RGB (Red+Green+Blue) = 236+63+144=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F90 is #13C06F. Grayscale: #7B7B7B. Windows color (decimal): -1294448 or 9453548. OLE color: 9453548.
HSL color Cylindrical-coordinate representation of color #EC3F90: hue angle of 331.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F90 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 144 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.07 |
| HSL | 331.91º | 0.82% | 0.59% | - |
| HSV(B) | 331.91º | 0.73% | 0.93% | - |
| XYZ | 41.4 | 23.4 | 28.72 | - |
| YUV | 123.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 144 | 0 | 0.73 | 0.39 | 0.07 | 331.91 | 0.82 | 0.59 |
| Hex | EC | 3F | 90 | 0 | 49 | 27 | 7 | 14C | 52 | 3B |
| Octal | 354 | 77 | 220 | 0 | 111 | 47 | 7 | 514 | 122 | 73 |
| Binary | 11101100 | 111111 | 10010000 | 0 | 1001001 | 100111 | 111 | 101001100 | 1010010 | 111011 |
Color Harmonies of #EC3F90
Complementary color
Monochromatic Colors of #EC3F90
Black with #EC3F90
Text Example
Text Example
White with #EC3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F90; }
p { color: rgb(236,63,144); }
H1.HeaderClassName
{
color: #EC3F90;
}
.AnyTagClassName
{
color: #EC3F90;
}
</style>
background-color css
<style>
a { background-color: #EC3F90; }
a { background-color: rgb(236,63,144); }
div.DivClassName
{
background-color: #EC3F90;
}
.BgClassName
{
background-color: #EC3F90;
}
</style>
border-color css
<style>
span { border-color: #EC3F90; }
span { border-color: rgb(236,63,144); }
td.TdClassName
{
border-color: #EC3F90;
}
.TagClassName
{
border-color: #EC3F90;
}
</style>