Shades of Violet Red #EC418F
Tints of Violet Red #EC418F
RGB
CMYK
RGB Variations
Color information
#EC418F (or 0xEC418F) is known color: Violet Red. HEX triplet: EC, 41 and 8F. RGB value is (236,65,143). Sum of RGB (Red+Green+Blue) = 236+65+143=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC418F is #13BE70. Grayscale: #7C7C7C. Windows color (decimal): -1293937 or 9388524. OLE color: 9388524.
HSL color Cylindrical-coordinate representation of color #EC418F: hue angle of 332.63º 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 #EC418F is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 143 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.07 |
| HSL | 332.63º | 0.82% | 0.59% | - |
| HSV(B) | 332.63º | 0.72% | 0.93% | - |
| XYZ | 41.44 | 23.6 | 28.36 | - |
| YUV | 125.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 143 | 0 | 0.72 | 0.39 | 0.07 | 332.63 | 0.82 | 0.59 |
| Hex | EC | 41 | 8F | 0 | 48 | 27 | 7 | 14D | 52 | 3B |
| Octal | 354 | 101 | 217 | 0 | 110 | 47 | 7 | 515 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10001111 | 0 | 1001000 | 100111 | 111 | 101001101 | 1010010 | 111011 |
Color Harmonies of #EC418F
Complementary color
Monochromatic Colors of #EC418F
Black with #EC418F
Text Example
Text Example
White with #EC418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC418F; }
p { color: rgb(236,65,143); }
H1.HeaderClassName
{
color: #EC418F;
}
.AnyTagClassName
{
color: #EC418F;
}
</style>
background-color css
<style>
a { background-color: #EC418F; }
a { background-color: rgb(236,65,143); }
div.DivClassName
{
background-color: #EC418F;
}
.BgClassName
{
background-color: #EC418F;
}
</style>
border-color css
<style>
span { border-color: #EC418F; }
span { border-color: rgb(236,65,143); }
td.TdClassName
{
border-color: #EC418F;
}
.TagClassName
{
border-color: #EC418F;
}
</style>