Shades of Violet Red #EC438F
Tints of Violet Red #EC438F
RGB
CMYK
RGB Variations
Color information
#EC438F (or 0xEC438F) is known color: Violet Red. HEX triplet: EC, 43 and 8F. RGB value is (236,67,143). Sum of RGB (Red+Green+Blue) = 236+67+143=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC438F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC438F is #13BC70. Grayscale: #7E7E7E. Windows color (decimal): -1293425 or 9389036. OLE color: 9389036.
HSL color Cylindrical-coordinate representation of color #EC438F: hue angle of 333.02º 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 #EC438F is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 143 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.07 |
| HSL | 333.02º | 0.82% | 0.59% | - |
| HSV(B) | 333.02º | 0.72% | 0.93% | - |
| XYZ | 41.56 | 23.83 | 28.4 | - |
| YUV | 126.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 143 | 0 | 0.72 | 0.39 | 0.07 | 333.02 | 0.82 | 0.59 |
| Hex | EC | 43 | 8F | 0 | 48 | 27 | 7 | 14D | 52 | 3B |
| Octal | 354 | 103 | 217 | 0 | 110 | 47 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10001111 | 0 | 1001000 | 100111 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC438F
Complementary color
Monochromatic Colors of #EC438F
Black with #EC438F
Text Example
Text Example
White with #EC438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC438F; }
p { color: rgb(236,67,143); }
H1.HeaderClassName
{
color: #EC438F;
}
.AnyTagClassName
{
color: #EC438F;
}
</style>
background-color css
<style>
a { background-color: #EC438F; }
a { background-color: rgb(236,67,143); }
div.DivClassName
{
background-color: #EC438F;
}
.BgClassName
{
background-color: #EC438F;
}
</style>
border-color css
<style>
span { border-color: #EC438F; }
span { border-color: rgb(236,67,143); }
td.TdClassName
{
border-color: #EC438F;
}
.TagClassName
{
border-color: #EC438F;
}
</style>