Shades of Violet Red #EC469B
Tints of Violet Red #EC469B
RGB
CMYK
RGB Variations
Color information
#EC469B (or 0xEC469B) is known color: Violet Red. HEX triplet: EC, 46 and 9B. RGB value is (236,70,155). Sum of RGB (Red+Green+Blue) = 236+70+155=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC469B is #13B964. Grayscale: #818181. Windows color (decimal): -1292645 or 10176236. OLE color: 10176236.
HSL color Cylindrical-coordinate representation of color #EC469B: hue angle of 329.28º 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 #EC469B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 155 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.07 |
| HSL | 329.28º | 0.81% | 0.6% | - |
| HSV(B) | 329.28º | 0.7% | 0.93% | - |
| XYZ | 42.7 | 24.58 | 33.5 | - |
| YUV | 129.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 155 | 0 | 0.70 | 0.34 | 0.07 | 329.28 | 0.81 | 0.6 |
| Hex | EC | 46 | 9B | 0 | 46 | 22 | 7 | 149 | 51 | 3C |
| Octal | 354 | 106 | 233 | 0 | 106 | 42 | 7 | 511 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10011011 | 0 | 1000110 | 100010 | 111 | 101001001 | 1010001 | 111100 |
Color Harmonies of #EC469B
Complementary color
Monochromatic Colors of #EC469B
Black with #EC469B
Text Example
Text Example
White with #EC469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC469B; }
p { color: rgb(236,70,155); }
H1.HeaderClassName
{
color: #EC469B;
}
.AnyTagClassName
{
color: #EC469B;
}
</style>
background-color css
<style>
a { background-color: #EC469B; }
a { background-color: rgb(236,70,155); }
div.DivClassName
{
background-color: #EC469B;
}
.BgClassName
{
background-color: #EC469B;
}
</style>
border-color css
<style>
span { border-color: #EC469B; }
span { border-color: rgb(236,70,155); }
td.TdClassName
{
border-color: #EC469B;
}
.TagClassName
{
border-color: #EC469B;
}
</style>