Shades of Violet Red #EB4088
Tints of Violet Red #EB4088
RGB
CMYK
RGB Variations
Color information
#EB4088 (or 0xEB4088) is known color: Violet Red. HEX triplet: EB, 40 and 88. RGB value is (235,64,136). Sum of RGB (Red+Green+Blue) = 235+64+136=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4088 is #14BF77. Grayscale: #7B7B7B. Windows color (decimal): -1359736 or 8929515. OLE color: 8929515.
HSL color Cylindrical-coordinate representation of color #EB4088: hue angle of 334.74º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4088 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 136 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.08 |
| HSL | 334.74º | 0.81% | 0.59% | - |
| HSV(B) | 334.74º | 0.73% | 0.92% | - |
| XYZ | 40.54 | 23.11 | 25.62 | - |
| YUV | 123.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 136 | 0 | 0.73 | 0.42 | 0.08 | 334.74 | 0.81 | 0.59 |
| Hex | EB | 40 | 88 | 0 | 49 | 2A | 8 | 14F | 51 | 3B |
| Octal | 353 | 100 | 210 | 0 | 111 | 52 | 10 | 517 | 121 | 73 |
| Binary | 11101011 | 1000000 | 10001000 | 0 | 1001001 | 101010 | 1000 | 101001111 | 1010001 | 111011 |
Color Harmonies of #EB4088
Complementary color
Monochromatic Colors of #EB4088
Black with #EB4088
Text Example
Text Example
White with #EB4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4088; }
p { color: rgb(235,64,136); }
H1.HeaderClassName
{
color: #EB4088;
}
.AnyTagClassName
{
color: #EB4088;
}
</style>
background-color css
<style>
a { background-color: #EB4088; }
a { background-color: rgb(235,64,136); }
div.DivClassName
{
background-color: #EB4088;
}
.BgClassName
{
background-color: #EB4088;
}
</style>
border-color css
<style>
span { border-color: #EB4088; }
span { border-color: rgb(235,64,136); }
td.TdClassName
{
border-color: #EB4088;
}
.TagClassName
{
border-color: #EB4088;
}
</style>