Shades of Violet Red #EC398E
Tints of Violet Red #EC398E
RGB
CMYK
RGB Variations
Color information
#EC398E (or 0xEC398E) is known color: Violet Red. HEX triplet: EC, 39 and 8E. RGB value is (236,57,142). Sum of RGB (Red+Green+Blue) = 236+57+142=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC398E is #13C671. Grayscale: #787878. Windows color (decimal): -1295986 or 9320940. OLE color: 9320940.
HSL color Cylindrical-coordinate representation of color #EC398E: hue angle of 331.51º 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 #EC398E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 142 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.07 |
| HSL | 331.51º | 0.82% | 0.57% | - |
| HSV(B) | 331.51º | 0.76% | 0.93% | - |
| XYZ | 40.94 | 22.71 | 27.82 | - |
| YUV | 120.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 142 | 0 | 0.76 | 0.40 | 0.07 | 331.51 | 0.82 | 0.57 |
| Hex | EC | 39 | 8E | 0 | 4C | 28 | 7 | 14C | 52 | 39 |
| Octal | 354 | 71 | 216 | 0 | 114 | 50 | 7 | 514 | 122 | 71 |
| Binary | 11101100 | 111001 | 10001110 | 0 | 1001100 | 101000 | 111 | 101001100 | 1010010 | 111001 |
Color Harmonies of #EC398E
Complementary color
Monochromatic Colors of #EC398E
Black with #EC398E
Text Example
Text Example
White with #EC398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC398E; }
p { color: rgb(236,57,142); }
H1.HeaderClassName
{
color: #EC398E;
}
.AnyTagClassName
{
color: #EC398E;
}
</style>
background-color css
<style>
a { background-color: #EC398E; }
a { background-color: rgb(236,57,142); }
div.DivClassName
{
background-color: #EC398E;
}
.BgClassName
{
background-color: #EC398E;
}
</style>
border-color css
<style>
span { border-color: #EC398E; }
span { border-color: rgb(236,57,142); }
td.TdClassName
{
border-color: #EC398E;
}
.TagClassName
{
border-color: #EC398E;
}
</style>