Shades of Violet Red #EC438E
Tints of Violet Red #EC438E
RGB
CMYK
RGB Variations
Color information
#EC438E (or 0xEC438E) is known color: Violet Red. HEX triplet: EC, 43 and 8E. RGB value is (236,67,142). Sum of RGB (Red+Green+Blue) = 236+67+142=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC438E is #13BC71. Grayscale: #7D7D7D. Windows color (decimal): -1293426 or 9323500. OLE color: 9323500.
HSL color Cylindrical-coordinate representation of color #EC438E: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC438E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 142 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.07 |
| HSL | 333.37º | 0.82% | 0.59% | - |
| HSV(B) | 333.37º | 0.72% | 0.93% | - |
| XYZ | 41.48 | 23.8 | 28 | - |
| YUV | 126.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 142 | 0 | 0.72 | 0.40 | 0.07 | 333.37 | 0.82 | 0.59 |
| Hex | EC | 43 | 8E | 0 | 48 | 28 | 7 | 14D | 52 | 3B |
| Octal | 354 | 103 | 216 | 0 | 110 | 50 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10001110 | 0 | 1001000 | 101000 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC438E
Complementary color
Monochromatic Colors of #EC438E
Black with #EC438E
Text Example
Text Example
White with #EC438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC438E; }
p { color: rgb(236,67,142); }
H1.HeaderClassName
{
color: #EC438E;
}
.AnyTagClassName
{
color: #EC438E;
}
</style>
background-color css
<style>
a { background-color: #EC438E; }
a { background-color: rgb(236,67,142); }
div.DivClassName
{
background-color: #EC438E;
}
.BgClassName
{
background-color: #EC438E;
}
</style>
border-color css
<style>
span { border-color: #EC438E; }
span { border-color: rgb(236,67,142); }
td.TdClassName
{
border-color: #EC438E;
}
.TagClassName
{
border-color: #EC438E;
}
</style>