Shades of Violet Red #EC449B
Tints of Violet Red #EC449B
RGB
CMYK
RGB Variations
Color information
#EC449B (or 0xEC449B) is known color: Violet Red. HEX triplet: EC, 44 and 9B. RGB value is (236,68,155). Sum of RGB (Red+Green+Blue) = 236+68+155=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC449B is #13BB64. Grayscale: #7F7F7F. Windows color (decimal): -1293157 or 10175724. OLE color: 10175724.
HSL color Cylindrical-coordinate representation of color #EC449B: hue angle of 328.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC449B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 155 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.07 |
| HSL | 328.93º | 0.82% | 0.6% | - |
| HSV(B) | 328.93º | 0.71% | 0.93% | - |
| XYZ | 42.58 | 24.33 | 33.46 | - |
| YUV | 128.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 155 | 0 | 0.71 | 0.34 | 0.07 | 328.93 | 0.82 | 0.6 |
| Hex | EC | 44 | 9B | 0 | 47 | 22 | 7 | 149 | 52 | 3C |
| Octal | 354 | 104 | 233 | 0 | 107 | 42 | 7 | 511 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10011011 | 0 | 1000111 | 100010 | 111 | 101001001 | 1010010 | 111100 |
Color Harmonies of #EC449B
Complementary color
Monochromatic Colors of #EC449B
Black with #EC449B
Text Example
Text Example
White with #EC449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC449B; }
p { color: rgb(236,68,155); }
H1.HeaderClassName
{
color: #EC449B;
}
.AnyTagClassName
{
color: #EC449B;
}
</style>
background-color css
<style>
a { background-color: #EC449B; }
a { background-color: rgb(236,68,155); }
div.DivClassName
{
background-color: #EC449B;
}
.BgClassName
{
background-color: #EC449B;
}
</style>
border-color css
<style>
span { border-color: #EC449B; }
span { border-color: rgb(236,68,155); }
td.TdClassName
{
border-color: #EC449B;
}
.TagClassName
{
border-color: #EC449B;
}
</style>