Shades of Violet Red #EC428B
Tints of Violet Red #EC428B
RGB
CMYK
RGB Variations
Color information
#EC428B (or 0xEC428B) is known color: Violet Red. HEX triplet: EC, 42 and 8B. RGB value is (236,66,139). Sum of RGB (Red+Green+Blue) = 236+66+139=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428B is #13BD74. Grayscale: #7D7D7D. Windows color (decimal): -1293685 or 9126636. OLE color: 9126636.
HSL color Cylindrical-coordinate representation of color #EC428B: hue angle of 334.24º 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 #EC428B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 139 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.07 |
| HSL | 334.24º | 0.82% | 0.59% | - |
| HSV(B) | 334.24º | 0.72% | 0.93% | - |
| XYZ | 41.2 | 23.59 | 26.81 | - |
| YUV | 125.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 139 | 0 | 0.72 | 0.41 | 0.07 | 334.24 | 0.82 | 0.59 |
| Hex | EC | 42 | 8B | 0 | 48 | 29 | 7 | 14E | 52 | 3B |
| Octal | 354 | 102 | 213 | 0 | 110 | 51 | 7 | 516 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10001011 | 0 | 1001000 | 101001 | 111 | 101001110 | 1010010 | 111011 |
Color Harmonies of #EC428B
Complementary color
Monochromatic Colors of #EC428B
Black with #EC428B
Text Example
Text Example
White with #EC428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC428B; }
p { color: rgb(236,66,139); }
H1.HeaderClassName
{
color: #EC428B;
}
.AnyTagClassName
{
color: #EC428B;
}
</style>
background-color css
<style>
a { background-color: #EC428B; }
a { background-color: rgb(236,66,139); }
div.DivClassName
{
background-color: #EC428B;
}
.BgClassName
{
background-color: #EC428B;
}
</style>
border-color css
<style>
span { border-color: #EC428B; }
span { border-color: rgb(236,66,139); }
td.TdClassName
{
border-color: #EC428B;
}
.TagClassName
{
border-color: #EC428B;
}
</style>