Shades of Violet Red #EB398B
Tints of Violet Red #EB398B
RGB
CMYK
RGB Variations
Color information
#EB398B (or 0xEB398B) is known color: Violet Red. HEX triplet: EB, 39 and 8B. RGB value is (235,57,139). Sum of RGB (Red+Green+Blue) = 235+57+139=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB398B is #14C674. Grayscale: #777777. Windows color (decimal): -1361525 or 9124331. OLE color: 9124331.
HSL color Cylindrical-coordinate representation of color #EB398B: hue angle of 332.36º 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 #EB398B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 57 | 139 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.08 |
| HSL | 332.36º | 0.82% | 0.57% | - |
| HSV(B) | 332.36º | 0.76% | 0.92% | - |
| XYZ | 40.38 | 22.45 | 26.63 | - |
| YUV | 119.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 57 | 139 | 0 | 0.76 | 0.41 | 0.08 | 332.36 | 0.82 | 0.57 |
| Hex | EB | 39 | 8B | 0 | 4C | 29 | 8 | 14C | 52 | 39 |
| Octal | 353 | 71 | 213 | 0 | 114 | 51 | 10 | 514 | 122 | 71 |
| Binary | 11101011 | 111001 | 10001011 | 0 | 1001100 | 101001 | 1000 | 101001100 | 1010010 | 111001 |
Color Harmonies of #EB398B
Complementary color
Monochromatic Colors of #EB398B
Black with #EB398B
Text Example
Text Example
White with #EB398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB398B; }
p { color: rgb(235,57,139); }
H1.HeaderClassName
{
color: #EB398B;
}
.AnyTagClassName
{
color: #EB398B;
}
</style>
background-color css
<style>
a { background-color: #EB398B; }
a { background-color: rgb(235,57,139); }
div.DivClassName
{
background-color: #EB398B;
}
.BgClassName
{
background-color: #EB398B;
}
</style>
border-color css
<style>
span { border-color: #EB398B; }
span { border-color: rgb(235,57,139); }
td.TdClassName
{
border-color: #EB398B;
}
.TagClassName
{
border-color: #EB398B;
}
</style>