Shades of Violet Red #EC459E
Tints of Violet Red #EC459E
RGB
CMYK
RGB Variations
Color information
#EC459E (or 0xEC459E) is known color: Violet Red. HEX triplet: EC, 45 and 9E. RGB value is (236,69,158). Sum of RGB (Red+Green+Blue) = 236+69+158=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC459E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC459E is #13BA61. Grayscale: #808080. Windows color (decimal): -1292898 or 10372588. OLE color: 10372588.
HSL color Cylindrical-coordinate representation of color #EC459E: hue angle of 328.02º 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 #EC459E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 158 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.07 |
| HSL | 328.02º | 0.81% | 0.6% | - |
| HSV(B) | 328.02º | 0.71% | 0.93% | - |
| XYZ | 42.89 | 24.56 | 34.83 | - |
| YUV | 129.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 158 | 0 | 0.71 | 0.33 | 0.07 | 328.02 | 0.81 | 0.6 |
| Hex | EC | 45 | 9E | 0 | 47 | 21 | 7 | 148 | 51 | 3C |
| Octal | 354 | 105 | 236 | 0 | 107 | 41 | 7 | 510 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10011110 | 0 | 1000111 | 100001 | 111 | 101001000 | 1010001 | 111100 |
Color Harmonies of #EC459E
Complementary color
Monochromatic Colors of #EC459E
Black with #EC459E
Text Example
Text Example
White with #EC459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC459E; }
p { color: rgb(236,69,158); }
H1.HeaderClassName
{
color: #EC459E;
}
.AnyTagClassName
{
color: #EC459E;
}
</style>
background-color css
<style>
a { background-color: #EC459E; }
a { background-color: rgb(236,69,158); }
div.DivClassName
{
background-color: #EC459E;
}
.BgClassName
{
background-color: #EC459E;
}
</style>
border-color css
<style>
span { border-color: #EC459E; }
span { border-color: rgb(236,69,158); }
td.TdClassName
{
border-color: #EC459E;
}
.TagClassName
{
border-color: #EC459E;
}
</style>