Shades of Violet Red #EB398C
Tints of Violet Red #EB398C
RGB
CMYK
RGB Variations
Color information
#EB398C (or 0xEB398C) is known color: Violet Red. HEX triplet: EB, 39 and 8C. RGB value is (235,57,140). Sum of RGB (Red+Green+Blue) = 235+57+140=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB398C is #14C673. Grayscale: #777777. Windows color (decimal): -1361524 or 9189867. OLE color: 9189867.
HSL color Cylindrical-coordinate representation of color #EB398C: hue angle of 332.02º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB398C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 57 | 140 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.08 |
| HSL | 332.02º | 0.82% | 0.57% | - |
| HSV(B) | 332.02º | 0.76% | 0.92% | - |
| XYZ | 40.46 | 22.48 | 27.02 | - |
| YUV | 119.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 57 | 140 | 0 | 0.76 | 0.40 | 0.08 | 332.02 | 0.82 | 0.57 |
| Hex | EB | 39 | 8C | 0 | 4C | 28 | 8 | 14C | 52 | 39 |
| Octal | 353 | 71 | 214 | 0 | 114 | 50 | 10 | 514 | 122 | 71 |
| Binary | 11101011 | 111001 | 10001100 | 0 | 1001100 | 101000 | 1000 | 101001100 | 1010010 | 111001 |
Color Harmonies of #EB398C
Complementary color
Monochromatic Colors of #EB398C
Black with #EB398C
Text Example
Text Example
White with #EB398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB398C; }
p { color: rgb(235,57,140); }
H1.HeaderClassName
{
color: #EB398C;
}
.AnyTagClassName
{
color: #EB398C;
}
</style>
background-color css
<style>
a { background-color: #EB398C; }
a { background-color: rgb(235,57,140); }
div.DivClassName
{
background-color: #EB398C;
}
.BgClassName
{
background-color: #EB398C;
}
</style>
border-color css
<style>
span { border-color: #EB398C; }
span { border-color: rgb(235,57,140); }
td.TdClassName
{
border-color: #EB398C;
}
.TagClassName
{
border-color: #EB398C;
}
</style>