Shades of Violet Red #EB3C7B
Tints of Violet Red #EB3C7B
RGB
CMYK
RGB Variations
Color information
#EB3C7B (or 0xEB3C7B) is known color: Violet Red. HEX triplet: EB, 3C and 7B. RGB value is (235,60,123). Sum of RGB (Red+Green+Blue) = 235+60+123=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C7B is #14C384. Grayscale: #777777. Windows color (decimal): -1360773 or 8076523. OLE color: 8076523.
HSL color Cylindrical-coordinate representation of color #EB3C7B: hue angle of 338.4º 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 #EB3C7B is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 123 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.08 |
| HSL | 338.4º | 0.81% | 0.58% | - |
| HSV(B) | 338.4º | 0.74% | 0.92% | - |
| XYZ | 39.45 | 22.32 | 20.97 | - |
| YUV | 119.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 123 | 0 | 0.74 | 0.48 | 0.08 | 338.4 | 0.81 | 0.58 |
| Hex | EB | 3C | 7B | 0 | 4A | 30 | 8 | 152 | 51 | 3A |
| Octal | 353 | 74 | 173 | 0 | 112 | 60 | 10 | 522 | 121 | 72 |
| Binary | 11101011 | 111100 | 1111011 | 0 | 1001010 | 110000 | 1000 | 101010010 | 1010001 | 111010 |
Color Harmonies of #EB3C7B
Complementary color
Monochromatic Colors of #EB3C7B
Black with #EB3C7B
Text Example
Text Example
White with #EB3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C7B; }
p { color: rgb(235,60,123); }
H1.HeaderClassName
{
color: #EB3C7B;
}
.AnyTagClassName
{
color: #EB3C7B;
}
</style>
background-color css
<style>
a { background-color: #EB3C7B; }
a { background-color: rgb(235,60,123); }
div.DivClassName
{
background-color: #EB3C7B;
}
.BgClassName
{
background-color: #EB3C7B;
}
</style>
border-color css
<style>
span { border-color: #EB3C7B; }
span { border-color: rgb(235,60,123); }
td.TdClassName
{
border-color: #EB3C7B;
}
.TagClassName
{
border-color: #EB3C7B;
}
</style>