Shades of Violet Red #EC408B
Tints of Violet Red #EC408B
RGB
CMYK
RGB Variations
Color information
#EC408B (or 0xEC408B) is known color: Violet Red. HEX triplet: EC, 40 and 8B. RGB value is (236,64,139). Sum of RGB (Red+Green+Blue) = 236+64+139=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC408B is #13BF74. Grayscale: #7B7B7B. Windows color (decimal): -1294197 or 9126124. OLE color: 9126124.
HSL color Cylindrical-coordinate representation of color #EC408B: hue angle of 333.84º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC408B is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 139 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.07 |
| HSL | 333.84º | 0.82% | 0.59% | - |
| HSV(B) | 333.84º | 0.73% | 0.93% | - |
| XYZ | 41.09 | 23.36 | 26.77 | - |
| YUV | 123.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 139 | 0 | 0.73 | 0.41 | 0.07 | 333.84 | 0.82 | 0.59 |
| Hex | EC | 40 | 8B | 0 | 49 | 29 | 7 | 14E | 52 | 3B |
| Octal | 354 | 100 | 213 | 0 | 111 | 51 | 7 | 516 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10001011 | 0 | 1001001 | 101001 | 111 | 101001110 | 1010010 | 111011 |
Color Harmonies of #EC408B
Complementary color
Monochromatic Colors of #EC408B
Black with #EC408B
Text Example
Text Example
White with #EC408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC408B; }
p { color: rgb(236,64,139); }
H1.HeaderClassName
{
color: #EC408B;
}
.AnyTagClassName
{
color: #EC408B;
}
</style>
background-color css
<style>
a { background-color: #EC408B; }
a { background-color: rgb(236,64,139); }
div.DivClassName
{
background-color: #EC408B;
}
.BgClassName
{
background-color: #EC408B;
}
</style>
border-color css
<style>
span { border-color: #EC408B; }
span { border-color: rgb(236,64,139); }
td.TdClassName
{
border-color: #EC408B;
}
.TagClassName
{
border-color: #EC408B;
}
</style>