Shades of Ruby #E11268
Tints of Ruby #E11268
RGB
CMYK
RGB Variations
Color information
#E11268 (or 0xE11268) is known color: Ruby. HEX triplet: E1, 12 and 68. RGB value is (225,18,104). Sum of RGB (Red+Green+Blue) = 225+18+104=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E11268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11268 is #1EED97. Grayscale: #595959. Windows color (decimal): -2026904 or 6820577. OLE color: 6820577.
HSL color Cylindrical-coordinate representation of color #E11268: hue angle of 335.07º degrees, saturation: 0.85, 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 #E11268 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.12 |
| HSL | 335.07º | 0.85% | 0.48% | - |
| HSV(B) | 335.07º | 0.92% | 0.88% | - |
| XYZ | 33.77 | 17.44 | 14.68 | - |
| YUV | 89.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 104 | 0 | 0.92 | 0.54 | 0.12 | 335.07 | 0.85 | 0.48 |
| Hex | E1 | 12 | 68 | 0 | 5C | 36 | C | 14F | 55 | 30 |
| Octal | 341 | 22 | 150 | 0 | 134 | 66 | 14 | 517 | 125 | 60 |
| Binary | 11100001 | 10010 | 1101000 | 0 | 1011100 | 110110 | 1100 | 101001111 | 1010101 | 110000 |
Color Harmonies of #E11268
Complementary color
Monochromatic Colors of #E11268
Black with #E11268
Text Example
Text Example
White with #E11268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11268; }
p { color: rgb(225,18,104); }
H1.HeaderClassName
{
color: #E11268;
}
.AnyTagClassName
{
color: #E11268;
}
</style>
background-color css
<style>
a { background-color: #E11268; }
a { background-color: rgb(225,18,104); }
div.DivClassName
{
background-color: #E11268;
}
.BgClassName
{
background-color: #E11268;
}
</style>
border-color css
<style>
span { border-color: #E11268; }
span { border-color: rgb(225,18,104); }
td.TdClassName
{
border-color: #E11268;
}
.TagClassName
{
border-color: #E11268;
}
</style>