Shades of Violet Red #EC468D
Tints of Violet Red #EC468D
RGB
CMYK
RGB Variations
Color information
#EC468D (or 0xEC468D) is known color: Violet Red. HEX triplet: EC, 46 and 8D. RGB value is (236,70,141). Sum of RGB (Red+Green+Blue) = 236+70+141=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468D is #13B972. Grayscale: #7F7F7F. Windows color (decimal): -1292659 or 9258732. OLE color: 9258732.
HSL color Cylindrical-coordinate representation of color #EC468D: hue angle of 334.34º 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 #EC468D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 141 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.07 |
| HSL | 334.34º | 0.81% | 0.6% | - |
| HSV(B) | 334.34º | 0.7% | 0.93% | - |
| XYZ | 41.59 | 24.14 | 27.67 | - |
| YUV | 127.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 141 | 0 | 0.70 | 0.40 | 0.07 | 334.34 | 0.81 | 0.6 |
| Hex | EC | 46 | 8D | 0 | 46 | 28 | 7 | 14E | 51 | 3C |
| Octal | 354 | 106 | 215 | 0 | 106 | 50 | 7 | 516 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10001101 | 0 | 1000110 | 101000 | 111 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EC468D
Complementary color
Monochromatic Colors of #EC468D
Black with #EC468D
Text Example
Text Example
White with #EC468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC468D; }
p { color: rgb(236,70,141); }
H1.HeaderClassName
{
color: #EC468D;
}
.AnyTagClassName
{
color: #EC468D;
}
</style>
background-color css
<style>
a { background-color: #EC468D; }
a { background-color: rgb(236,70,141); }
div.DivClassName
{
background-color: #EC468D;
}
.BgClassName
{
background-color: #EC468D;
}
</style>
border-color css
<style>
span { border-color: #EC468D; }
span { border-color: rgb(236,70,141); }
td.TdClassName
{
border-color: #EC468D;
}
.TagClassName
{
border-color: #EC468D;
}
</style>