Shades of Violet Red #EC437E
Tints of Violet Red #EC437E
RGB
CMYK
RGB Variations
Color information
#EC437E (or 0xEC437E) is known color: Violet Red. HEX triplet: EC, 43 and 7E. RGB value is (236,67,126). Sum of RGB (Red+Green+Blue) = 236+67+126=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC437E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC437E is #13BC81. Grayscale: #7C7C7C. Windows color (decimal): -1293442 or 8274924. OLE color: 8274924.
HSL color Cylindrical-coordinate representation of color #EC437E: hue angle of 339.05º 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 #EC437E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 126 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.07 |
| HSL | 339.05º | 0.82% | 0.59% | - |
| HSV(B) | 339.05º | 0.72% | 0.93% | - |
| XYZ | 40.37 | 23.35 | 22.12 | - |
| YUV | 124.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 126 | 0 | 0.72 | 0.47 | 0.07 | 339.05 | 0.82 | 0.59 |
| Hex | EC | 43 | 7E | 0 | 48 | 2F | 7 | 153 | 52 | 3B |
| Octal | 354 | 103 | 176 | 0 | 110 | 57 | 7 | 523 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1111110 | 0 | 1001000 | 101111 | 111 | 101010011 | 1010010 | 111011 |
Color Harmonies of #EC437E
Complementary color
Monochromatic Colors of #EC437E
Black with #EC437E
Text Example
Text Example
White with #EC437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC437E; }
p { color: rgb(236,67,126); }
H1.HeaderClassName
{
color: #EC437E;
}
.AnyTagClassName
{
color: #EC437E;
}
</style>
background-color css
<style>
a { background-color: #EC437E; }
a { background-color: rgb(236,67,126); }
div.DivClassName
{
background-color: #EC437E;
}
.BgClassName
{
background-color: #EC437E;
}
</style>
border-color css
<style>
span { border-color: #EC437E; }
span { border-color: rgb(236,67,126); }
td.TdClassName
{
border-color: #EC437E;
}
.TagClassName
{
border-color: #EC437E;
}
</style>