Shades of Violet Red #EC3B7B
Tints of Violet Red #EC3B7B
RGB
CMYK
RGB Variations
Color information
#EC3B7B (or 0xEC3B7B) is known color: Violet Red. HEX triplet: EC, 3B and 7B. RGB value is (236,59,123). Sum of RGB (Red+Green+Blue) = 236+59+123=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3B7B is #13C484. Grayscale: #777777. Windows color (decimal): -1295493 or 8076268. OLE color: 8076268.
HSL color Cylindrical-coordinate representation of color #EC3B7B: hue angle of 338.31º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3B7B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 123 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.07 |
| HSL | 338.31º | 0.82% | 0.58% | - |
| HSV(B) | 338.31º | 0.75% | 0.93% | - |
| XYZ | 39.73 | 22.39 | 20.97 | - |
| YUV | 119.22 | 130.14 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 123 | 0 | 0.75 | 0.48 | 0.07 | 338.31 | 0.82 | 0.58 |
| Hex | EC | 3B | 7B | 0 | 4B | 30 | 7 | 152 | 52 | 3A |
| Octal | 354 | 73 | 173 | 0 | 113 | 60 | 7 | 522 | 122 | 72 |
| Binary | 11101100 | 111011 | 1111011 | 0 | 1001011 | 110000 | 111 | 101010010 | 1010010 | 111010 |
Color Harmonies of #EC3B7B
Complementary color
Monochromatic Colors of #EC3B7B
Black with #EC3B7B
Text Example
Text Example
White with #EC3B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B7B; }
p { color: rgb(236,59,123); }
H1.HeaderClassName
{
color: #EC3B7B;
}
.AnyTagClassName
{
color: #EC3B7B;
}
</style>
background-color css
<style>
a { background-color: #EC3B7B; }
a { background-color: rgb(236,59,123); }
div.DivClassName
{
background-color: #EC3B7B;
}
.BgClassName
{
background-color: #EC3B7B;
}
</style>
border-color css
<style>
span { border-color: #EC3B7B; }
span { border-color: rgb(236,59,123); }
td.TdClassName
{
border-color: #EC3B7B;
}
.TagClassName
{
border-color: #EC3B7B;
}
</style>