Shades of Violet Red #EC458F
Tints of Violet Red #EC458F
RGB
CMYK
RGB Variations
Color information
#EC458F (or 0xEC458F) is known color: Violet Red. HEX triplet: EC, 45 and 8F. RGB value is (236,69,143). Sum of RGB (Red+Green+Blue) = 236+69+143=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC458F is #13BA70. Grayscale: #7F7F7F. Windows color (decimal): -1292913 or 9389548. OLE color: 9389548.
HSL color Cylindrical-coordinate representation of color #EC458F: hue angle of 333.41º 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 #EC458F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 143 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.07 |
| HSL | 333.41º | 0.81% | 0.6% | - |
| HSV(B) | 333.41º | 0.71% | 0.93% | - |
| XYZ | 41.68 | 24.07 | 28.44 | - |
| YUV | 127.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 143 | 0 | 0.71 | 0.39 | 0.07 | 333.41 | 0.81 | 0.6 |
| Hex | EC | 45 | 8F | 0 | 47 | 27 | 7 | 14D | 51 | 3C |
| Octal | 354 | 105 | 217 | 0 | 107 | 47 | 7 | 515 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10001111 | 0 | 1000111 | 100111 | 111 | 101001101 | 1010001 | 111100 |
Color Harmonies of #EC458F
Complementary color
Monochromatic Colors of #EC458F
Black with #EC458F
Text Example
Text Example
White with #EC458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC458F; }
p { color: rgb(236,69,143); }
H1.HeaderClassName
{
color: #EC458F;
}
.AnyTagClassName
{
color: #EC458F;
}
</style>
background-color css
<style>
a { background-color: #EC458F; }
a { background-color: rgb(236,69,143); }
div.DivClassName
{
background-color: #EC458F;
}
.BgClassName
{
background-color: #EC458F;
}
</style>
border-color css
<style>
span { border-color: #EC458F; }
span { border-color: rgb(236,69,143); }
td.TdClassName
{
border-color: #EC458F;
}
.TagClassName
{
border-color: #EC458F;
}
</style>