Shades of Violet Red #EB458C
Tints of Violet Red #EB458C
RGB
CMYK
RGB Variations
Color information
#EB458C (or 0xEB458C) is known color: Violet Red. HEX triplet: EB, 45 and 8C. RGB value is (235,69,140). Sum of RGB (Red+Green+Blue) = 235+69+140=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB458C is #14BA73. Grayscale: #7E7E7E. Windows color (decimal): -1358452 or 9192939. OLE color: 9192939.
HSL color Cylindrical-coordinate representation of color #EB458C: hue angle of 334.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB458C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 140 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 334.34º | 0.81% | 0.6% | - |
| HSV(B) | 334.34º | 0.71% | 0.92% | - |
| XYZ | 41.12 | 23.81 | 27.24 | - |
| YUV | 126.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 140 | 0 | 0.71 | 0.40 | 0.08 | 334.34 | 0.81 | 0.6 |
| Hex | EB | 45 | 8C | 0 | 47 | 28 | 8 | 14E | 51 | 3C |
| Octal | 353 | 105 | 214 | 0 | 107 | 50 | 10 | 516 | 121 | 74 |
| Binary | 11101011 | 1000101 | 10001100 | 0 | 1000111 | 101000 | 1000 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EB458C
Complementary color
Monochromatic Colors of #EB458C
Black with #EB458C
Text Example
Text Example
White with #EB458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB458C; }
p { color: rgb(235,69,140); }
H1.HeaderClassName
{
color: #EB458C;
}
.AnyTagClassName
{
color: #EB458C;
}
</style>
background-color css
<style>
a { background-color: #EB458C; }
a { background-color: rgb(235,69,140); }
div.DivClassName
{
background-color: #EB458C;
}
.BgClassName
{
background-color: #EB458C;
}
</style>
border-color css
<style>
span { border-color: #EB458C; }
span { border-color: rgb(235,69,140); }
td.TdClassName
{
border-color: #EB458C;
}
.TagClassName
{
border-color: #EB458C;
}
</style>