Shades of Violet Red #EC3D90
Tints of Violet Red #EC3D90
RGB
CMYK
RGB Variations
Color information
#EC3D90 (or 0xEC3D90) is known color: Violet Red. HEX triplet: EC, 3D and 90. RGB value is (236,61,144). Sum of RGB (Red+Green+Blue) = 236+61+144=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3D90 is #13C26F. Grayscale: #7A7A7A. Windows color (decimal): -1294960 or 9453036. OLE color: 9453036.
HSL color Cylindrical-coordinate representation of color #EC3D90: hue angle of 331.54º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3D90 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 144 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.07 |
| HSL | 331.54º | 0.82% | 0.58% | - |
| HSV(B) | 331.54º | 0.74% | 0.93% | - |
| XYZ | 41.29 | 23.18 | 28.68 | - |
| YUV | 122.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 144 | 0 | 0.74 | 0.39 | 0.07 | 331.54 | 0.82 | 0.58 |
| Hex | EC | 3D | 90 | 0 | 4A | 27 | 7 | 14C | 52 | 3A |
| Octal | 354 | 75 | 220 | 0 | 112 | 47 | 7 | 514 | 122 | 72 |
| Binary | 11101100 | 111101 | 10010000 | 0 | 1001010 | 100111 | 111 | 101001100 | 1010010 | 111010 |
Color Harmonies of #EC3D90
Complementary color
Monochromatic Colors of #EC3D90
Black with #EC3D90
Text Example
Text Example
White with #EC3D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D90; }
p { color: rgb(236,61,144); }
H1.HeaderClassName
{
color: #EC3D90;
}
.AnyTagClassName
{
color: #EC3D90;
}
</style>
background-color css
<style>
a { background-color: #EC3D90; }
a { background-color: rgb(236,61,144); }
div.DivClassName
{
background-color: #EC3D90;
}
.BgClassName
{
background-color: #EC3D90;
}
</style>
border-color css
<style>
span { border-color: #EC3D90; }
span { border-color: rgb(236,61,144); }
td.TdClassName
{
border-color: #EC3D90;
}
.TagClassName
{
border-color: #EC3D90;
}
</style>