Shades of Violet Red #EB3C93
Tints of Violet Red #EB3C93
RGB
CMYK
RGB Variations
Color information
#EB3C93 (or 0xEB3C93) is known color: Violet Red. HEX triplet: EB, 3C and 93. RGB value is (235,60,147). Sum of RGB (Red+Green+Blue) = 235+60+147=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C93 is #14C36C. Grayscale: #7A7A7A. Windows color (decimal): -1360749 or 9649387. OLE color: 9649387.
HSL color Cylindrical-coordinate representation of color #EB3C93: hue angle of 330.17º 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 #EB3C93 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 147 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.08 |
| HSL | 330.17º | 0.81% | 0.58% | - |
| HSV(B) | 330.17º | 0.74% | 0.92% | - |
| XYZ | 41.14 | 23 | 29.87 | - |
| YUV | 122.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 147 | 0 | 0.74 | 0.37 | 0.08 | 330.17 | 0.81 | 0.58 |
| Hex | EB | 3C | 93 | 0 | 4A | 25 | 8 | 14A | 51 | 3A |
| Octal | 353 | 74 | 223 | 0 | 112 | 45 | 10 | 512 | 121 | 72 |
| Binary | 11101011 | 111100 | 10010011 | 0 | 1001010 | 100101 | 1000 | 101001010 | 1010001 | 111010 |
Color Harmonies of #EB3C93
Complementary color
Monochromatic Colors of #EB3C93
Black with #EB3C93
Text Example
Text Example
White with #EB3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C93; }
p { color: rgb(235,60,147); }
H1.HeaderClassName
{
color: #EB3C93;
}
.AnyTagClassName
{
color: #EB3C93;
}
</style>
background-color css
<style>
a { background-color: #EB3C93; }
a { background-color: rgb(235,60,147); }
div.DivClassName
{
background-color: #EB3C93;
}
.BgClassName
{
background-color: #EB3C93;
}
</style>
border-color css
<style>
span { border-color: #EB3C93; }
span { border-color: rgb(235,60,147); }
td.TdClassName
{
border-color: #EB3C93;
}
.TagClassName
{
border-color: #EB3C93;
}
</style>