Shades of Violet Red #EC468A
Tints of Violet Red #EC468A
RGB
CMYK
RGB Variations
Color information
#EC468A (or 0xEC468A) is known color: Violet Red. HEX triplet: EC, 46 and 8A. RGB value is (236,70,138). Sum of RGB (Red+Green+Blue) = 236+70+138=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468A is #13B975. Grayscale: #7F7F7F. Windows color (decimal): -1292662 or 9062124. OLE color: 9062124.
HSL color Cylindrical-coordinate representation of color #EC468A: hue angle of 335.42º 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 #EC468A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 138 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 335.42º | 0.81% | 0.6% | - |
| HSV(B) | 335.42º | 0.7% | 0.93% | - |
| XYZ | 41.37 | 24.05 | 26.51 | - |
| YUV | 127.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 138 | 0 | 0.70 | 0.42 | 0.07 | 335.42 | 0.81 | 0.6 |
| Hex | EC | 46 | 8A | 0 | 46 | 2A | 7 | 14F | 51 | 3C |
| Octal | 354 | 106 | 212 | 0 | 106 | 52 | 7 | 517 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10001010 | 0 | 1000110 | 101010 | 111 | 101001111 | 1010001 | 111100 |
Color Harmonies of #EC468A
Complementary color
Monochromatic Colors of #EC468A
Black with #EC468A
Text Example
Text Example
White with #EC468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC468A; }
p { color: rgb(236,70,138); }
H1.HeaderClassName
{
color: #EC468A;
}
.AnyTagClassName
{
color: #EC468A;
}
</style>
background-color css
<style>
a { background-color: #EC468A; }
a { background-color: rgb(236,70,138); }
div.DivClassName
{
background-color: #EC468A;
}
.BgClassName
{
background-color: #EC468A;
}
</style>
border-color css
<style>
span { border-color: #EC468A; }
span { border-color: rgb(236,70,138); }
td.TdClassName
{
border-color: #EC468A;
}
.TagClassName
{
border-color: #EC468A;
}
</style>