Shades of Ruby #E11368
Tints of Ruby #E11368
RGB
CMYK
RGB Variations
Color information
#E11368 (or 0xE11368) is known color: Ruby. HEX triplet: E1, 13 and 68. RGB value is (225,19,104). Sum of RGB (Red+Green+Blue) = 225+19+104=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11368 is #1EEC97. Grayscale: #5A5A5A. Windows color (decimal): -2026648 or 6820833. OLE color: 6820833.
HSL color Cylindrical-coordinate representation of color #E11368: hue angle of 335.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11368 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 104 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.12 |
| HSL | 335.24º | 0.84% | 0.48% | - |
| HSV(B) | 335.24º | 0.92% | 0.88% | - |
| XYZ | 33.78 | 17.47 | 14.69 | - |
| YUV | 90.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 104 | 0 | 0.92 | 0.54 | 0.12 | 335.24 | 0.84 | 0.48 |
| Hex | E1 | 13 | 68 | 0 | 5C | 36 | C | 14F | 54 | 30 |
| Octal | 341 | 23 | 150 | 0 | 134 | 66 | 14 | 517 | 124 | 60 |
| Binary | 11100001 | 10011 | 1101000 | 0 | 1011100 | 110110 | 1100 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E11368
Complementary color
Monochromatic Colors of #E11368
Black with #E11368
Text Example
Text Example
White with #E11368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11368; }
p { color: rgb(225,19,104); }
H1.HeaderClassName
{
color: #E11368;
}
.AnyTagClassName
{
color: #E11368;
}
</style>
background-color css
<style>
a { background-color: #E11368; }
a { background-color: rgb(225,19,104); }
div.DivClassName
{
background-color: #E11368;
}
.BgClassName
{
background-color: #E11368;
}
</style>
border-color css
<style>
span { border-color: #E11368; }
span { border-color: rgb(225,19,104); }
td.TdClassName
{
border-color: #E11368;
}
.TagClassName
{
border-color: #E11368;
}
</style>