Shades of Violet Red #EC4183
Tints of Violet Red #EC4183
RGB
CMYK
RGB Variations
Color information
#EC4183 (or 0xEC4183) is known color: Violet Red. HEX triplet: EC, 41 and 83. RGB value is (236,65,131). Sum of RGB (Red+Green+Blue) = 236+65+131=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4183 is #13BE7C. Grayscale: #7B7B7B. Windows color (decimal): -1293949 or 8602092. OLE color: 8602092.
HSL color Cylindrical-coordinate representation of color #EC4183: hue angle of 336.84º 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 #EC4183 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 131 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 336.84º | 0.82% | 0.59% | - |
| HSV(B) | 336.84º | 0.72% | 0.93% | - |
| XYZ | 40.58 | 23.25 | 23.82 | - |
| YUV | 123.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 131 | 0 | 0.72 | 0.44 | 0.07 | 336.84 | 0.82 | 0.59 |
| Hex | EC | 41 | 83 | 0 | 48 | 2C | 7 | 151 | 52 | 3B |
| Octal | 354 | 101 | 203 | 0 | 110 | 54 | 7 | 521 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10000011 | 0 | 1001000 | 101100 | 111 | 101010001 | 1010010 | 111011 |
Color Harmonies of #EC4183
Complementary color
Monochromatic Colors of #EC4183
Black with #EC4183
Text Example
Text Example
White with #EC4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4183; }
p { color: rgb(236,65,131); }
H1.HeaderClassName
{
color: #EC4183;
}
.AnyTagClassName
{
color: #EC4183;
}
</style>
background-color css
<style>
a { background-color: #EC4183; }
a { background-color: rgb(236,65,131); }
div.DivClassName
{
background-color: #EC4183;
}
.BgClassName
{
background-color: #EC4183;
}
</style>
border-color css
<style>
span { border-color: #EC4183; }
span { border-color: rgb(236,65,131); }
td.TdClassName
{
border-color: #EC4183;
}
.TagClassName
{
border-color: #EC4183;
}
</style>