Shades of Violet Red #EB3C77
Tints of Violet Red #EB3C77
RGB
CMYK
RGB Variations
Color information
#EB3C77 (or 0xEB3C77) is known color: Violet Red. HEX triplet: EB, 3C and 77. RGB value is (235,60,119). Sum of RGB (Red+Green+Blue) = 235+60+119=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C77 is #14C388. Grayscale: #767676. Windows color (decimal): -1360777 or 7814379. OLE color: 7814379.
HSL color Cylindrical-coordinate representation of color #EB3C77: hue angle of 339.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C77 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 119 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.08 |
| HSL | 339.77º | 0.81% | 0.58% | - |
| HSV(B) | 339.77º | 0.74% | 0.92% | - |
| XYZ | 39.21 | 22.23 | 19.68 | - |
| YUV | 119.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 119 | 0 | 0.74 | 0.49 | 0.08 | 339.77 | 0.81 | 0.58 |
| Hex | EB | 3C | 77 | 0 | 4A | 31 | 8 | 154 | 51 | 3A |
| Octal | 353 | 74 | 167 | 0 | 112 | 61 | 10 | 524 | 121 | 72 |
| Binary | 11101011 | 111100 | 1110111 | 0 | 1001010 | 110001 | 1000 | 101010100 | 1010001 | 111010 |
Color Harmonies of #EB3C77
Complementary color
Monochromatic Colors of #EB3C77
Black with #EB3C77
Text Example
Text Example
White with #EB3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C77; }
p { color: rgb(235,60,119); }
H1.HeaderClassName
{
color: #EB3C77;
}
.AnyTagClassName
{
color: #EB3C77;
}
</style>
background-color css
<style>
a { background-color: #EB3C77; }
a { background-color: rgb(235,60,119); }
div.DivClassName
{
background-color: #EB3C77;
}
.BgClassName
{
background-color: #EB3C77;
}
</style>
border-color css
<style>
span { border-color: #EB3C77; }
span { border-color: rgb(235,60,119); }
td.TdClassName
{
border-color: #EB3C77;
}
.TagClassName
{
border-color: #EB3C77;
}
</style>