Shades of Violet Red #EB3E8A
Tints of Violet Red #EB3E8A
RGB
CMYK
RGB Variations
Color information
#EB3E8A (or 0xEB3E8A) is known color: Violet Red. HEX triplet: EB, 3E and 8A. RGB value is (235,62,138). Sum of RGB (Red+Green+Blue) = 235+62+138=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3E8A is #14C175. Grayscale: #7A7A7A. Windows color (decimal): -1360246 or 9060075. OLE color: 9060075.
HSL color Cylindrical-coordinate representation of color #EB3E8A: hue angle of 333.64º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3E8A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 138 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.08 |
| HSL | 333.64º | 0.81% | 0.58% | - |
| HSV(B) | 333.64º | 0.74% | 0.92% | - |
| XYZ | 40.57 | 22.94 | 26.33 | - |
| YUV | 122.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 138 | 0 | 0.74 | 0.41 | 0.08 | 333.64 | 0.81 | 0.58 |
| Hex | EB | 3E | 8A | 0 | 4A | 29 | 8 | 14E | 51 | 3A |
| Octal | 353 | 76 | 212 | 0 | 112 | 51 | 10 | 516 | 121 | 72 |
| Binary | 11101011 | 111110 | 10001010 | 0 | 1001010 | 101001 | 1000 | 101001110 | 1010001 | 111010 |
Color Harmonies of #EB3E8A
Complementary color
Monochromatic Colors of #EB3E8A
Black with #EB3E8A
Text Example
Text Example
White with #EB3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E8A; }
p { color: rgb(235,62,138); }
H1.HeaderClassName
{
color: #EB3E8A;
}
.AnyTagClassName
{
color: #EB3E8A;
}
</style>
background-color css
<style>
a { background-color: #EB3E8A; }
a { background-color: rgb(235,62,138); }
div.DivClassName
{
background-color: #EB3E8A;
}
.BgClassName
{
background-color: #EB3E8A;
}
</style>
border-color css
<style>
span { border-color: #EB3E8A; }
span { border-color: rgb(235,62,138); }
td.TdClassName
{
border-color: #EB3E8A;
}
.TagClassName
{
border-color: #EB3E8A;
}
</style>