Shades of Violet Red #EB3C80
Tints of Violet Red #EB3C80
RGB
CMYK
RGB Variations
Color information
#EB3C80 (or 0xEB3C80) is known color: Violet Red. HEX triplet: EB, 3C and 80. RGB value is (235,60,128). Sum of RGB (Red+Green+Blue) = 235+60+128=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C80 is #14C37F. Grayscale: #777777. Windows color (decimal): -1360768 or 8404203. OLE color: 8404203.
HSL color Cylindrical-coordinate representation of color #EB3C80: hue angle of 336.69º 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 #EB3C80 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 128 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.08 |
| HSL | 336.69º | 0.81% | 0.58% | - |
| HSV(B) | 336.69º | 0.74% | 0.92% | - |
| XYZ | 39.77 | 22.45 | 22.66 | - |
| YUV | 120.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 128 | 0 | 0.74 | 0.46 | 0.08 | 336.69 | 0.81 | 0.58 |
| Hex | EB | 3C | 80 | 0 | 4A | 2E | 8 | 151 | 51 | 3A |
| Octal | 353 | 74 | 200 | 0 | 112 | 56 | 10 | 521 | 121 | 72 |
| Binary | 11101011 | 111100 | 10000000 | 0 | 1001010 | 101110 | 1000 | 101010001 | 1010001 | 111010 |
Color Harmonies of #EB3C80
Complementary color
Monochromatic Colors of #EB3C80
Black with #EB3C80
Text Example
Text Example
White with #EB3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C80; }
p { color: rgb(235,60,128); }
H1.HeaderClassName
{
color: #EB3C80;
}
.AnyTagClassName
{
color: #EB3C80;
}
</style>
background-color css
<style>
a { background-color: #EB3C80; }
a { background-color: rgb(235,60,128); }
div.DivClassName
{
background-color: #EB3C80;
}
.BgClassName
{
background-color: #EB3C80;
}
</style>
border-color css
<style>
span { border-color: #EB3C80; }
span { border-color: rgb(235,60,128); }
td.TdClassName
{
border-color: #EB3C80;
}
.TagClassName
{
border-color: #EB3C80;
}
</style>