Shades of Violet Red #EC468B
Tints of Violet Red #EC468B
RGB
CMYK
RGB Variations
Color information
#EC468B (or 0xEC468B) is known color: Violet Red. HEX triplet: EC, 46 and 8B. RGB value is (236,70,139). Sum of RGB (Red+Green+Blue) = 236+70+139=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468B is #13B974. Grayscale: #7F7F7F. Windows color (decimal): -1292661 or 9127660. OLE color: 9127660.
HSL color Cylindrical-coordinate representation of color #EC468B: hue angle of 335.06º 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 #EC468B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 139 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.07 |
| HSL | 335.06º | 0.81% | 0.6% | - |
| HSV(B) | 335.06º | 0.7% | 0.93% | - |
| XYZ | 41.44 | 24.08 | 26.89 | - |
| YUV | 127.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 139 | 0 | 0.70 | 0.41 | 0.07 | 335.06 | 0.81 | 0.6 |
| Hex | EC | 46 | 8B | 0 | 46 | 29 | 7 | 14F | 51 | 3C |
| Octal | 354 | 106 | 213 | 0 | 106 | 51 | 7 | 517 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10001011 | 0 | 1000110 | 101001 | 111 | 101001111 | 1010001 | 111100 |
Color Harmonies of #EC468B
Complementary color
Monochromatic Colors of #EC468B
Black with #EC468B
Text Example
Text Example
White with #EC468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC468B; }
p { color: rgb(236,70,139); }
H1.HeaderClassName
{
color: #EC468B;
}
.AnyTagClassName
{
color: #EC468B;
}
</style>
background-color css
<style>
a { background-color: #EC468B; }
a { background-color: rgb(236,70,139); }
div.DivClassName
{
background-color: #EC468B;
}
.BgClassName
{
background-color: #EC468B;
}
</style>
border-color css
<style>
span { border-color: #EC468B; }
span { border-color: rgb(236,70,139); }
td.TdClassName
{
border-color: #EC468B;
}
.TagClassName
{
border-color: #EC468B;
}
</style>