Shades of Violet Red #EC458E
Tints of Violet Red #EC458E
RGB
CMYK
RGB Variations
Color information
#EC458E (or 0xEC458E) is known color: Violet Red. HEX triplet: EC, 45 and 8E. RGB value is (236,69,142). Sum of RGB (Red+Green+Blue) = 236+69+142=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC458E is #13BA71. Grayscale: #7F7F7F. Windows color (decimal): -1292914 or 9324012. OLE color: 9324012.
HSL color Cylindrical-coordinate representation of color #EC458E: hue angle of 333.77º 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 #EC458E is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 142 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.07 |
| HSL | 333.77º | 0.81% | 0.6% | - |
| HSV(B) | 333.77º | 0.71% | 0.93% | - |
| XYZ | 41.6 | 24.04 | 28.04 | - |
| YUV | 127.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 142 | 0 | 0.71 | 0.40 | 0.07 | 333.77 | 0.81 | 0.6 |
| Hex | EC | 45 | 8E | 0 | 47 | 28 | 7 | 14E | 51 | 3C |
| Octal | 354 | 105 | 216 | 0 | 107 | 50 | 7 | 516 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10001110 | 0 | 1000111 | 101000 | 111 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EC458E
Complementary color
Monochromatic Colors of #EC458E
Black with #EC458E
Text Example
Text Example
White with #EC458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC458E; }
p { color: rgb(236,69,142); }
H1.HeaderClassName
{
color: #EC458E;
}
.AnyTagClassName
{
color: #EC458E;
}
</style>
background-color css
<style>
a { background-color: #EC458E; }
a { background-color: rgb(236,69,142); }
div.DivClassName
{
background-color: #EC458E;
}
.BgClassName
{
background-color: #EC458E;
}
</style>
border-color css
<style>
span { border-color: #EC458E; }
span { border-color: rgb(236,69,142); }
td.TdClassName
{
border-color: #EC458E;
}
.TagClassName
{
border-color: #EC458E;
}
</style>