Shades of Violet Red #EB458E
Tints of Violet Red #EB458E
RGB
CMYK
RGB Variations
Color information
#EB458E (or 0xEB458E) is known color: Violet Red. HEX triplet: EB, 45 and 8E. RGB value is (235,69,142). Sum of RGB (Red+Green+Blue) = 235+69+142=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB458E is #14BA71. Grayscale: #7E7E7E. Windows color (decimal): -1358450 or 9324011. OLE color: 9324011.
HSL color Cylindrical-coordinate representation of color #EB458E: hue angle of 333.61º 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 #EB458E is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 142 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 333.61º | 0.81% | 0.6% | - |
| HSV(B) | 333.61º | 0.71% | 0.92% | - |
| XYZ | 41.27 | 23.87 | 28.02 | - |
| YUV | 126.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 142 | 0 | 0.71 | 0.40 | 0.08 | 333.61 | 0.81 | 0.6 |
| Hex | EB | 45 | 8E | 0 | 47 | 28 | 8 | 14E | 51 | 3C |
| Octal | 353 | 105 | 216 | 0 | 107 | 50 | 10 | 516 | 121 | 74 |
| Binary | 11101011 | 1000101 | 10001110 | 0 | 1000111 | 101000 | 1000 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EB458E
Complementary color
Monochromatic Colors of #EB458E
Black with #EB458E
Text Example
Text Example
White with #EB458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB458E; }
p { color: rgb(235,69,142); }
H1.HeaderClassName
{
color: #EB458E;
}
.AnyTagClassName
{
color: #EB458E;
}
</style>
background-color css
<style>
a { background-color: #EB458E; }
a { background-color: rgb(235,69,142); }
div.DivClassName
{
background-color: #EB458E;
}
.BgClassName
{
background-color: #EB458E;
}
</style>
border-color css
<style>
span { border-color: #EB458E; }
span { border-color: rgb(235,69,142); }
td.TdClassName
{
border-color: #EB458E;
}
.TagClassName
{
border-color: #EB458E;
}
</style>