Shades of Violet Red #EC397E
Tints of Violet Red #EC397E
RGB
CMYK
RGB Variations
Color information
#EC397E (or 0xEC397E) is known color: Violet Red. HEX triplet: EC, 39 and 7E. RGB value is (236,57,126). Sum of RGB (Red+Green+Blue) = 236+57+126=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC397E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC397E is #13C681. Grayscale: #767676. Windows color (decimal): -1296002 or 8272364. OLE color: 8272364.
HSL color Cylindrical-coordinate representation of color #EC397E: hue angle of 336.87º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC397E is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 126 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.07 |
| HSL | 336.87º | 0.82% | 0.57% | - |
| HSV(B) | 336.87º | 0.76% | 0.93% | - |
| XYZ | 39.82 | 22.27 | 21.94 | - |
| YUV | 118.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 126 | 0 | 0.76 | 0.47 | 0.07 | 336.87 | 0.82 | 0.57 |
| Hex | EC | 39 | 7E | 0 | 4C | 2F | 7 | 151 | 52 | 39 |
| Octal | 354 | 71 | 176 | 0 | 114 | 57 | 7 | 521 | 122 | 71 |
| Binary | 11101100 | 111001 | 1111110 | 0 | 1001100 | 101111 | 111 | 101010001 | 1010010 | 111001 |
Color Harmonies of #EC397E
Complementary color
Monochromatic Colors of #EC397E
Black with #EC397E
Text Example
Text Example
White with #EC397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC397E; }
p { color: rgb(236,57,126); }
H1.HeaderClassName
{
color: #EC397E;
}
.AnyTagClassName
{
color: #EC397E;
}
</style>
background-color css
<style>
a { background-color: #EC397E; }
a { background-color: rgb(236,57,126); }
div.DivClassName
{
background-color: #EC397E;
}
.BgClassName
{
background-color: #EC397E;
}
</style>
border-color css
<style>
span { border-color: #EC397E; }
span { border-color: rgb(236,57,126); }
td.TdClassName
{
border-color: #EC397E;
}
.TagClassName
{
border-color: #EC397E;
}
</style>