Shades of Violet Red #EC449D
Tints of Violet Red #EC449D
RGB
CMYK
RGB Variations
Color information
#EC449D (or 0xEC449D) is known color: Violet Red. HEX triplet: EC, 44 and 9D. RGB value is (236,68,157). Sum of RGB (Red+Green+Blue) = 236+68+157=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC449D is #13BB62. Grayscale: #808080. Windows color (decimal): -1293155 or 10306796. OLE color: 10306796.
HSL color Cylindrical-coordinate representation of color #EC449D: hue angle of 328.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC449D is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 157 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.07 |
| HSL | 328.21º | 0.82% | 0.6% | - |
| HSV(B) | 328.21º | 0.71% | 0.93% | - |
| XYZ | 42.75 | 24.4 | 34.36 | - |
| YUV | 128.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 157 | 0 | 0.71 | 0.33 | 0.07 | 328.21 | 0.82 | 0.6 |
| Hex | EC | 44 | 9D | 0 | 47 | 21 | 7 | 148 | 52 | 3C |
| Octal | 354 | 104 | 235 | 0 | 107 | 41 | 7 | 510 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10011101 | 0 | 1000111 | 100001 | 111 | 101001000 | 1010010 | 111100 |
Color Harmonies of #EC449D
Complementary color
Monochromatic Colors of #EC449D
Black with #EC449D
Text Example
Text Example
White with #EC449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC449D; }
p { color: rgb(236,68,157); }
H1.HeaderClassName
{
color: #EC449D;
}
.AnyTagClassName
{
color: #EC449D;
}
</style>
background-color css
<style>
a { background-color: #EC449D; }
a { background-color: rgb(236,68,157); }
div.DivClassName
{
background-color: #EC449D;
}
.BgClassName
{
background-color: #EC449D;
}
</style>
border-color css
<style>
span { border-color: #EC449D; }
span { border-color: rgb(236,68,157); }
td.TdClassName
{
border-color: #EC449D;
}
.TagClassName
{
border-color: #EC449D;
}
</style>