Shades of Ruby #E11468
Tints of Ruby #E11468
RGB
CMYK
RGB Variations
Color information
#E11468 (or 0xE11468) is known color: Ruby. HEX triplet: E1, 14 and 68. RGB value is (225,20,104). Sum of RGB (Red+Green+Blue) = 225+20+104=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E11468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11468 is #1EEB97. Grayscale: #5A5A5A. Windows color (decimal): -2026392 or 6821089. OLE color: 6821089.
HSL color Cylindrical-coordinate representation of color #E11468: hue angle of 335.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11468 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.12 |
| HSL | 335.41º | 0.84% | 0.48% | - |
| HSV(B) | 335.41º | 0.91% | 0.88% | - |
| XYZ | 33.8 | 17.51 | 14.69 | - |
| YUV | 90.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 104 | 0 | 0.91 | 0.54 | 0.12 | 335.41 | 0.84 | 0.48 |
| Hex | E1 | 14 | 68 | 0 | 5B | 36 | C | 14F | 54 | 30 |
| Octal | 341 | 24 | 150 | 0 | 133 | 66 | 14 | 517 | 124 | 60 |
| Binary | 11100001 | 10100 | 1101000 | 0 | 1011011 | 110110 | 1100 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E11468
Complementary color
Monochromatic Colors of #E11468
Black with #E11468
Text Example
Text Example
White with #E11468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11468; }
p { color: rgb(225,20,104); }
H1.HeaderClassName
{
color: #E11468;
}
.AnyTagClassName
{
color: #E11468;
}
</style>
background-color css
<style>
a { background-color: #E11468; }
a { background-color: rgb(225,20,104); }
div.DivClassName
{
background-color: #E11468;
}
.BgClassName
{
background-color: #E11468;
}
</style>
border-color css
<style>
span { border-color: #E11468; }
span { border-color: rgb(225,20,104); }
td.TdClassName
{
border-color: #E11468;
}
.TagClassName
{
border-color: #E11468;
}
</style>