Shades of Ruby #EB1C68
Tints of Ruby #EB1C68
RGB
CMYK
RGB Variations
Color information
#EB1C68 (or 0xEB1C68) is known color: Ruby. HEX triplet: EB, 1C and 68. RGB value is (235,28,104). Sum of RGB (Red+Green+Blue) = 235+28+104=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C68 is #14E397. Grayscale: #626262. Windows color (decimal): -1368984 or 6823147. OLE color: 6823147.
HSL color Cylindrical-coordinate representation of color #EB1C68: hue angle of 337.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1C68 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 28 | 104 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.08 |
| HSL | 337.97º | 0.84% | 0.52% | - |
| HSV(B) | 337.97º | 0.88% | 0.92% | - |
| XYZ | 37.17 | 19.49 | 14.9 | - |
| YUV | 98.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 28 | 104 | 0 | 0.88 | 0.56 | 0.08 | 337.97 | 0.84 | 0.52 |
| Hex | EB | 1C | 68 | 0 | 58 | 38 | 8 | 152 | 54 | 34 |
| Octal | 353 | 34 | 150 | 0 | 130 | 70 | 10 | 522 | 124 | 64 |
| Binary | 11101011 | 11100 | 1101000 | 0 | 1011000 | 111000 | 1000 | 101010010 | 1010100 | 110100 |
Color Harmonies of #EB1C68
Complementary color
Monochromatic Colors of #EB1C68
Black with #EB1C68
Text Example
Text Example
White with #EB1C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1C68; }
p { color: rgb(235,28,104); }
H1.HeaderClassName
{
color: #EB1C68;
}
.AnyTagClassName
{
color: #EB1C68;
}
</style>
background-color css
<style>
a { background-color: #EB1C68; }
a { background-color: rgb(235,28,104); }
div.DivClassName
{
background-color: #EB1C68;
}
.BgClassName
{
background-color: #EB1C68;
}
</style>
border-color css
<style>
span { border-color: #EB1C68; }
span { border-color: rgb(235,28,104); }
td.TdClassName
{
border-color: #EB1C68;
}
.TagClassName
{
border-color: #EB1C68;
}
</style>