Shades of Violet Red #EC398C
Tints of Violet Red #EC398C
RGB
CMYK
RGB Variations
Color information
#EC398C (or 0xEC398C) is known color: Violet Red. HEX triplet: EC, 39 and 8C. RGB value is (236,57,140). Sum of RGB (Red+Green+Blue) = 236+57+140=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC398C is #13C673. Grayscale: #777777. Windows color (decimal): -1295988 or 9189868. OLE color: 9189868.
HSL color Cylindrical-coordinate representation of color #EC398C: hue angle of 332.18º 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 #EC398C is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 140 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.07 |
| HSL | 332.18º | 0.82% | 0.57% | - |
| HSV(B) | 332.18º | 0.76% | 0.93% | - |
| XYZ | 40.79 | 22.65 | 27.03 | - |
| YUV | 119.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 140 | 0 | 0.76 | 0.41 | 0.07 | 332.18 | 0.82 | 0.57 |
| Hex | EC | 39 | 8C | 0 | 4C | 29 | 7 | 14C | 52 | 39 |
| Octal | 354 | 71 | 214 | 0 | 114 | 51 | 7 | 514 | 122 | 71 |
| Binary | 11101100 | 111001 | 10001100 | 0 | 1001100 | 101001 | 111 | 101001100 | 1010010 | 111001 |
Color Harmonies of #EC398C
Complementary color
Monochromatic Colors of #EC398C
Black with #EC398C
Text Example
Text Example
White with #EC398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC398C; }
p { color: rgb(236,57,140); }
H1.HeaderClassName
{
color: #EC398C;
}
.AnyTagClassName
{
color: #EC398C;
}
</style>
background-color css
<style>
a { background-color: #EC398C; }
a { background-color: rgb(236,57,140); }
div.DivClassName
{
background-color: #EC398C;
}
.BgClassName
{
background-color: #EC398C;
}
</style>
border-color css
<style>
span { border-color: #EC398C; }
span { border-color: rgb(236,57,140); }
td.TdClassName
{
border-color: #EC398C;
}
.TagClassName
{
border-color: #EC398C;
}
</style>