Shades of Violet Red #EC459C
Tints of Violet Red #EC459C
RGB
CMYK
RGB Variations
Color information
#EC459C (or 0xEC459C) is known color: Violet Red. HEX triplet: EC, 45 and 9C. RGB value is (236,69,156). Sum of RGB (Red+Green+Blue) = 236+69+156=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC459C is #13BA63. Grayscale: #808080. Windows color (decimal): -1292900 or 10241516. OLE color: 10241516.
HSL color Cylindrical-coordinate representation of color #EC459C: hue angle of 328.74º degrees, saturation: 0.81, 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 #EC459C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 156 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.07 |
| HSL | 328.74º | 0.81% | 0.6% | - |
| HSV(B) | 328.74º | 0.71% | 0.93% | - |
| XYZ | 42.72 | 24.49 | 33.93 | - |
| YUV | 128.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 156 | 0 | 0.71 | 0.34 | 0.07 | 328.74 | 0.81 | 0.6 |
| Hex | EC | 45 | 9C | 0 | 47 | 22 | 7 | 149 | 51 | 3C |
| Octal | 354 | 105 | 234 | 0 | 107 | 42 | 7 | 511 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10011100 | 0 | 1000111 | 100010 | 111 | 101001001 | 1010001 | 111100 |
Color Harmonies of #EC459C
Complementary color
Monochromatic Colors of #EC459C
Black with #EC459C
Text Example
Text Example
White with #EC459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC459C; }
p { color: rgb(236,69,156); }
H1.HeaderClassName
{
color: #EC459C;
}
.AnyTagClassName
{
color: #EC459C;
}
</style>
background-color css
<style>
a { background-color: #EC459C; }
a { background-color: rgb(236,69,156); }
div.DivClassName
{
background-color: #EC459C;
}
.BgClassName
{
background-color: #EC459C;
}
</style>
border-color css
<style>
span { border-color: #EC459C; }
span { border-color: rgb(236,69,156); }
td.TdClassName
{
border-color: #EC459C;
}
.TagClassName
{
border-color: #EC459C;
}
</style>