Shades of Violet Red #EC388E
Tints of Violet Red #EC388E
RGB
CMYK
RGB Variations
Color information
#EC388E (or 0xEC388E) is known color: Violet Red. HEX triplet: EC, 38 and 8E. RGB value is (236,56,142). Sum of RGB (Red+Green+Blue) = 236+56+142=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC388E is #13C771. Grayscale: #777777. Windows color (decimal): -1296242 or 9320684. OLE color: 9320684.
HSL color Cylindrical-coordinate representation of color #EC388E: hue angle of 331.33º degrees, saturation: 0.83, 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 #EC388E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 142 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.07 |
| HSL | 331.33º | 0.83% | 0.57% | - |
| HSV(B) | 331.33º | 0.76% | 0.93% | - |
| XYZ | 40.89 | 22.61 | 27.8 | - |
| YUV | 119.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 142 | 0 | 0.76 | 0.40 | 0.07 | 331.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 8E | 0 | 4C | 28 | 7 | 14B | 53 | 39 |
| Octal | 354 | 70 | 216 | 0 | 114 | 50 | 7 | 513 | 123 | 71 |
| Binary | 11101100 | 111000 | 10001110 | 0 | 1001100 | 101000 | 111 | 101001011 | 1010011 | 111001 |
Color Harmonies of #EC388E
Complementary color
Monochromatic Colors of #EC388E
Black with #EC388E
Text Example
Text Example
White with #EC388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC388E; }
p { color: rgb(236,56,142); }
H1.HeaderClassName
{
color: #EC388E;
}
.AnyTagClassName
{
color: #EC388E;
}
</style>
background-color css
<style>
a { background-color: #EC388E; }
a { background-color: rgb(236,56,142); }
div.DivClassName
{
background-color: #EC388E;
}
.BgClassName
{
background-color: #EC388E;
}
</style>
border-color css
<style>
span { border-color: #EC388E; }
span { border-color: rgb(236,56,142); }
td.TdClassName
{
border-color: #EC388E;
}
.TagClassName
{
border-color: #EC388E;
}
</style>