Shades of Violet Red #EC4598
Tints of Violet Red #EC4598
RGB
CMYK
RGB Variations
Color information
#EC4598 (or 0xEC4598) is known color: Violet Red. HEX triplet: EC, 45 and 98. RGB value is (236,69,152). Sum of RGB (Red+Green+Blue) = 236+69+152=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4598 is #13BA67. Grayscale: #808080. Windows color (decimal): -1292904 or 9979372. OLE color: 9979372.
HSL color Cylindrical-coordinate representation of color #EC4598: hue angle of 330.18º 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 #EC4598 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 152 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.07 |
| HSL | 330.18º | 0.81% | 0.6% | - |
| HSV(B) | 330.18º | 0.71% | 0.93% | - |
| XYZ | 42.39 | 24.36 | 32.17 | - |
| YUV | 128.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 152 | 0 | 0.71 | 0.36 | 0.07 | 330.18 | 0.81 | 0.6 |
| Hex | EC | 45 | 98 | 0 | 47 | 24 | 7 | 14A | 51 | 3C |
| Octal | 354 | 105 | 230 | 0 | 107 | 44 | 7 | 512 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10011000 | 0 | 1000111 | 100100 | 111 | 101001010 | 1010001 | 111100 |
Color Harmonies of #EC4598
Complementary color
Monochromatic Colors of #EC4598
Black with #EC4598
Text Example
Text Example
White with #EC4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4598; }
p { color: rgb(236,69,152); }
H1.HeaderClassName
{
color: #EC4598;
}
.AnyTagClassName
{
color: #EC4598;
}
</style>
background-color css
<style>
a { background-color: #EC4598; }
a { background-color: rgb(236,69,152); }
div.DivClassName
{
background-color: #EC4598;
}
.BgClassName
{
background-color: #EC4598;
}
</style>
border-color css
<style>
span { border-color: #EC4598; }
span { border-color: rgb(236,69,152); }
td.TdClassName
{
border-color: #EC4598;
}
.TagClassName
{
border-color: #EC4598;
}
</style>