Shades of Violet Red #EB408D
Tints of Violet Red #EB408D
RGB
CMYK
RGB Variations
Color information
#EB408D (or 0xEB408D) is known color: Violet Red. HEX triplet: EB, 40 and 8D. RGB value is (235,64,141). Sum of RGB (Red+Green+Blue) = 235+64+141=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB408D is #14BF72. Grayscale: #7B7B7B. Windows color (decimal): -1359731 or 9257195. OLE color: 9257195.
HSL color Cylindrical-coordinate representation of color #EB408D: hue angle of 332.98º 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 #EB408D is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 141 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.08 |
| HSL | 332.98º | 0.81% | 0.59% | - |
| HSV(B) | 332.98º | 0.73% | 0.92% | - |
| XYZ | 40.9 | 23.25 | 27.53 | - |
| YUV | 123.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 141 | 0 | 0.73 | 0.4 | 0.08 | 332.98 | 0.81 | 0.59 |
| Hex | EB | 40 | 8D | 0 | 49 | 28 | 8 | 14D | 51 | 3B |
| Octal | 353 | 100 | 215 | 0 | 111 | 50 | 10 | 515 | 121 | 73 |
| Binary | 11101011 | 1000000 | 10001101 | 0 | 1001001 | 101000 | 1000 | 101001101 | 1010001 | 111011 |
Color Harmonies of #EB408D
Complementary color
Monochromatic Colors of #EB408D
Black with #EB408D
Text Example
Text Example
White with #EB408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB408D; }
p { color: rgb(235,64,141); }
H1.HeaderClassName
{
color: #EB408D;
}
.AnyTagClassName
{
color: #EB408D;
}
</style>
background-color css
<style>
a { background-color: #EB408D; }
a { background-color: rgb(235,64,141); }
div.DivClassName
{
background-color: #EB408D;
}
.BgClassName
{
background-color: #EB408D;
}
</style>
border-color css
<style>
span { border-color: #EB408D; }
span { border-color: rgb(235,64,141); }
td.TdClassName
{
border-color: #EB408D;
}
.TagClassName
{
border-color: #EB408D;
}
</style>