Shades of Violet Red #EB3C87
Tints of Violet Red #EB3C87
RGB
CMYK
RGB Variations
Color information
#EB3C87 (or 0xEB3C87) is known color: Violet Red. HEX triplet: EB, 3C and 87. RGB value is (235,60,135). Sum of RGB (Red+Green+Blue) = 235+60+135=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C87 is #14C378. Grayscale: #787878. Windows color (decimal): -1360761 or 8862955. OLE color: 8862955.
HSL color Cylindrical-coordinate representation of color #EB3C87: hue angle of 334.29º 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 #EB3C87 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 135 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.08 |
| HSL | 334.29º | 0.81% | 0.58% | - |
| HSV(B) | 334.29º | 0.74% | 0.92% | - |
| XYZ | 40.25 | 22.64 | 25.17 | - |
| YUV | 120.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 135 | 0 | 0.74 | 0.43 | 0.08 | 334.29 | 0.81 | 0.58 |
| Hex | EB | 3C | 87 | 0 | 4A | 2B | 8 | 14E | 51 | 3A |
| Octal | 353 | 74 | 207 | 0 | 112 | 53 | 10 | 516 | 121 | 72 |
| Binary | 11101011 | 111100 | 10000111 | 0 | 1001010 | 101011 | 1000 | 101001110 | 1010001 | 111010 |
Color Harmonies of #EB3C87
Complementary color
Monochromatic Colors of #EB3C87
Black with #EB3C87
Text Example
Text Example
White with #EB3C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C87; }
p { color: rgb(235,60,135); }
H1.HeaderClassName
{
color: #EB3C87;
}
.AnyTagClassName
{
color: #EB3C87;
}
</style>
background-color css
<style>
a { background-color: #EB3C87; }
a { background-color: rgb(235,60,135); }
div.DivClassName
{
background-color: #EB3C87;
}
.BgClassName
{
background-color: #EB3C87;
}
</style>
border-color css
<style>
span { border-color: #EB3C87; }
span { border-color: rgb(235,60,135); }
td.TdClassName
{
border-color: #EB3C87;
}
.TagClassName
{
border-color: #EB3C87;
}
</style>