Shades of Violet Red #EC468E
Tints of Violet Red #EC468E
RGB
CMYK
RGB Variations
Color information
#EC468E (or 0xEC468E) is known color: Violet Red. HEX triplet: EC, 46 and 8E. RGB value is (236,70,142). Sum of RGB (Red+Green+Blue) = 236+70+142=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468E is #13B971. Grayscale: #7F7F7F. Windows color (decimal): -1292658 or 9324268. OLE color: 9324268.
HSL color Cylindrical-coordinate representation of color #EC468E: hue angle of 333.98º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC468E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 142 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.07 |
| HSL | 333.98º | 0.81% | 0.6% | - |
| HSV(B) | 333.98º | 0.7% | 0.93% | - |
| XYZ | 41.66 | 24.17 | 28.06 | - |
| YUV | 127.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 142 | 0 | 0.70 | 0.40 | 0.07 | 333.98 | 0.81 | 0.6 |
| Hex | EC | 46 | 8E | 0 | 46 | 28 | 7 | 14E | 51 | 3C |
| Octal | 354 | 106 | 216 | 0 | 106 | 50 | 7 | 516 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10001110 | 0 | 1000110 | 101000 | 111 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EC468E
Complementary color
Monochromatic Colors of #EC468E
Black with #EC468E
Text Example
Text Example
White with #EC468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC468E; }
p { color: rgb(236,70,142); }
H1.HeaderClassName
{
color: #EC468E;
}
.AnyTagClassName
{
color: #EC468E;
}
</style>
background-color css
<style>
a { background-color: #EC468E; }
a { background-color: rgb(236,70,142); }
div.DivClassName
{
background-color: #EC468E;
}
.BgClassName
{
background-color: #EC468E;
}
</style>
border-color css
<style>
span { border-color: #EC468E; }
span { border-color: rgb(236,70,142); }
td.TdClassName
{
border-color: #EC468E;
}
.TagClassName
{
border-color: #EC468E;
}
</style>