Shades of Violet Red #EB3C85
Tints of Violet Red #EB3C85
RGB
CMYK
RGB Variations
Color information
#EB3C85 (or 0xEB3C85) is known color: Violet Red. HEX triplet: EB, 3C and 85. RGB value is (235,60,133). Sum of RGB (Red+Green+Blue) = 235+60+133=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C85 is #14C37A. Grayscale: #787878. Windows color (decimal): -1360763 or 8731883. OLE color: 8731883.
HSL color Cylindrical-coordinate representation of color #EB3C85: hue angle of 334.97º 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 #EB3C85 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 133 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.08 |
| HSL | 334.97º | 0.81% | 0.58% | - |
| HSV(B) | 334.97º | 0.74% | 0.92% | - |
| XYZ | 40.11 | 22.59 | 24.44 | - |
| YUV | 120.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 133 | 0 | 0.74 | 0.43 | 0.08 | 334.97 | 0.81 | 0.58 |
| Hex | EB | 3C | 85 | 0 | 4A | 2B | 8 | 14F | 51 | 3A |
| Octal | 353 | 74 | 205 | 0 | 112 | 53 | 10 | 517 | 121 | 72 |
| Binary | 11101011 | 111100 | 10000101 | 0 | 1001010 | 101011 | 1000 | 101001111 | 1010001 | 111010 |
Color Harmonies of #EB3C85
Complementary color
Monochromatic Colors of #EB3C85
Black with #EB3C85
Text Example
Text Example
White with #EB3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C85; }
p { color: rgb(235,60,133); }
H1.HeaderClassName
{
color: #EB3C85;
}
.AnyTagClassName
{
color: #EB3C85;
}
</style>
background-color css
<style>
a { background-color: #EB3C85; }
a { background-color: rgb(235,60,133); }
div.DivClassName
{
background-color: #EB3C85;
}
.BgClassName
{
background-color: #EB3C85;
}
</style>
border-color css
<style>
span { border-color: #EB3C85; }
span { border-color: rgb(235,60,133); }
td.TdClassName
{
border-color: #EB3C85;
}
.TagClassName
{
border-color: #EB3C85;
}
</style>