Shades of Violet Red #EC4283
Tints of Violet Red #EC4283
RGB
CMYK
RGB Variations
Color information
#EC4283 (or 0xEC4283) is known color: Violet Red. HEX triplet: EC, 42 and 83. RGB value is (236,66,131). Sum of RGB (Red+Green+Blue) = 236+66+131=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4283 is #13BD7C. Grayscale: #7C7C7C. Windows color (decimal): -1293693 or 8602348. OLE color: 8602348.
HSL color Cylindrical-coordinate representation of color #EC4283: hue angle of 337.06º 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 #EC4283 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 131 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.07 |
| HSL | 337.06º | 0.82% | 0.59% | - |
| HSV(B) | 337.06º | 0.72% | 0.93% | - |
| XYZ | 40.64 | 23.37 | 23.84 | - |
| YUV | 124.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 131 | 0 | 0.72 | 0.44 | 0.07 | 337.06 | 0.82 | 0.59 |
| Hex | EC | 42 | 83 | 0 | 48 | 2C | 7 | 151 | 52 | 3B |
| Octal | 354 | 102 | 203 | 0 | 110 | 54 | 7 | 521 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10000011 | 0 | 1001000 | 101100 | 111 | 101010001 | 1010010 | 111011 |
Color Harmonies of #EC4283
Complementary color
Monochromatic Colors of #EC4283
Black with #EC4283
Text Example
Text Example
White with #EC4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4283; }
p { color: rgb(236,66,131); }
H1.HeaderClassName
{
color: #EC4283;
}
.AnyTagClassName
{
color: #EC4283;
}
</style>
background-color css
<style>
a { background-color: #EC4283; }
a { background-color: rgb(236,66,131); }
div.DivClassName
{
background-color: #EC4283;
}
.BgClassName
{
background-color: #EC4283;
}
</style>
border-color css
<style>
span { border-color: #EC4283; }
span { border-color: rgb(236,66,131); }
td.TdClassName
{
border-color: #EC4283;
}
.TagClassName
{
border-color: #EC4283;
}
</style>