Shades of Violet Red #EC388D
Tints of Violet Red #EC388D
RGB
CMYK
RGB Variations
Color information
#EC388D (or 0xEC388D) is known color: Violet Red. HEX triplet: EC, 38 and 8D. RGB value is (236,56,141). Sum of RGB (Red+Green+Blue) = 236+56+141=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC388D is #13C772. Grayscale: #777777. Windows color (decimal): -1296243 or 9255148. OLE color: 9255148.
HSL color Cylindrical-coordinate representation of color #EC388D: hue angle of 331.67º 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 #EC388D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 141 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.07 |
| HSL | 331.67º | 0.83% | 0.57% | - |
| HSV(B) | 331.67º | 0.76% | 0.93% | - |
| XYZ | 40.81 | 22.58 | 27.41 | - |
| YUV | 119.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 141 | 0 | 0.76 | 0.40 | 0.07 | 331.67 | 0.83 | 0.57 |
| Hex | EC | 38 | 8D | 0 | 4C | 28 | 7 | 14C | 53 | 39 |
| Octal | 354 | 70 | 215 | 0 | 114 | 50 | 7 | 514 | 123 | 71 |
| Binary | 11101100 | 111000 | 10001101 | 0 | 1001100 | 101000 | 111 | 101001100 | 1010011 | 111001 |
Color Harmonies of #EC388D
Complementary color
Monochromatic Colors of #EC388D
Black with #EC388D
Text Example
Text Example
White with #EC388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC388D; }
p { color: rgb(236,56,141); }
H1.HeaderClassName
{
color: #EC388D;
}
.AnyTagClassName
{
color: #EC388D;
}
</style>
background-color css
<style>
a { background-color: #EC388D; }
a { background-color: rgb(236,56,141); }
div.DivClassName
{
background-color: #EC388D;
}
.BgClassName
{
background-color: #EC388D;
}
</style>
border-color css
<style>
span { border-color: #EC388D; }
span { border-color: rgb(236,56,141); }
td.TdClassName
{
border-color: #EC388D;
}
.TagClassName
{
border-color: #EC388D;
}
</style>