Shades of Violet Red #EB438C
Tints of Violet Red #EB438C
RGB
CMYK
RGB Variations
Color information
#EB438C (or 0xEB438C) is known color: Violet Red. HEX triplet: EB, 43 and 8C. RGB value is (235,67,140). Sum of RGB (Red+Green+Blue) = 235+67+140=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB438C is #14BC73. Grayscale: #7D7D7D. Windows color (decimal): -1358964 or 9192427. OLE color: 9192427.
HSL color Cylindrical-coordinate representation of color #EB438C: hue angle of 333.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB438C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 140 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 333.93º | 0.81% | 0.59% | - |
| HSV(B) | 333.93º | 0.71% | 0.92% | - |
| XYZ | 41 | 23.57 | 27.2 | - |
| YUV | 125.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 140 | 0 | 0.71 | 0.40 | 0.08 | 333.93 | 0.81 | 0.59 |
| Hex | EB | 43 | 8C | 0 | 47 | 28 | 8 | 14E | 51 | 3B |
| Octal | 353 | 103 | 214 | 0 | 107 | 50 | 10 | 516 | 121 | 73 |
| Binary | 11101011 | 1000011 | 10001100 | 0 | 1000111 | 101000 | 1000 | 101001110 | 1010001 | 111011 |
Color Harmonies of #EB438C
Complementary color
Monochromatic Colors of #EB438C
Black with #EB438C
Text Example
Text Example
White with #EB438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB438C; }
p { color: rgb(235,67,140); }
H1.HeaderClassName
{
color: #EB438C;
}
.AnyTagClassName
{
color: #EB438C;
}
</style>
background-color css
<style>
a { background-color: #EB438C; }
a { background-color: rgb(235,67,140); }
div.DivClassName
{
background-color: #EB438C;
}
.BgClassName
{
background-color: #EB438C;
}
</style>
border-color css
<style>
span { border-color: #EB438C; }
span { border-color: rgb(235,67,140); }
td.TdClassName
{
border-color: #EB438C;
}
.TagClassName
{
border-color: #EB438C;
}
</style>