Shades of Ruby #EB1E6A
Tints of Ruby #EB1E6A
RGB
CMYK
RGB Variations
Color information
#EB1E6A (or 0xEB1E6A) is known color: Ruby. HEX triplet: EB, 1E and 6A. RGB value is (235,30,106). Sum of RGB (Red+Green+Blue) = 235+30+106=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E6A is #14E195. Grayscale: #636363. Windows color (decimal): -1368470 or 6954731. OLE color: 6954731.
HSL color Cylindrical-coordinate representation of color #EB1E6A: hue angle of 337.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1E6A is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 30 | 106 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.08 |
| HSL | 337.76º | 0.84% | 0.52% | - |
| HSV(B) | 337.76º | 0.87% | 0.92% | - |
| XYZ | 37.33 | 19.63 | 15.46 | - |
| YUV | 99.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 30 | 106 | 0 | 0.87 | 0.55 | 0.08 | 337.76 | 0.84 | 0.52 |
| Hex | EB | 1E | 6A | 0 | 57 | 37 | 8 | 152 | 54 | 34 |
| Octal | 353 | 36 | 152 | 0 | 127 | 67 | 10 | 522 | 124 | 64 |
| Binary | 11101011 | 11110 | 1101010 | 0 | 1010111 | 110111 | 1000 | 101010010 | 1010100 | 110100 |
Color Harmonies of #EB1E6A
Complementary color
Monochromatic Colors of #EB1E6A
Black with #EB1E6A
Text Example
Text Example
White with #EB1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1E6A; }
p { color: rgb(235,30,106); }
H1.HeaderClassName
{
color: #EB1E6A;
}
.AnyTagClassName
{
color: #EB1E6A;
}
</style>
background-color css
<style>
a { background-color: #EB1E6A; }
a { background-color: rgb(235,30,106); }
div.DivClassName
{
background-color: #EB1E6A;
}
.BgClassName
{
background-color: #EB1E6A;
}
</style>
border-color css
<style>
span { border-color: #EB1E6A; }
span { border-color: rgb(235,30,106); }
td.TdClassName
{
border-color: #EB1E6A;
}
.TagClassName
{
border-color: #EB1E6A;
}
</style>