Shades of Ruby #E11068
Tints of Ruby #E11068
RGB
CMYK
RGB Variations
Color information
#E11068 (or 0xE11068) is known color: Ruby. HEX triplet: E1, 10 and 68. RGB value is (225,16,104). Sum of RGB (Red+Green+Blue) = 225+16+104=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11068 is #1EEF97. Grayscale: #585858. Windows color (decimal): -2027416 or 6820065. OLE color: 6820065.
HSL color Cylindrical-coordinate representation of color #E11068: hue angle of 334.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11068 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.12 |
| HSL | 334.74º | 0.87% | 0.47% | - |
| HSV(B) | 334.74º | 0.93% | 0.88% | - |
| XYZ | 33.74 | 17.38 | 14.67 | - |
| YUV | 88.52 | 136.74 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 104 | 0 | 0.93 | 0.54 | 0.12 | 334.74 | 0.87 | 0.47 |
| Hex | E1 | 10 | 68 | 0 | 5D | 36 | C | 14F | 57 | 2F |
| Octal | 341 | 20 | 150 | 0 | 135 | 66 | 14 | 517 | 127 | 57 |
| Binary | 11100001 | 10000 | 1101000 | 0 | 1011101 | 110110 | 1100 | 101001111 | 1010111 | 101111 |
Color Harmonies of #E11068
Complementary color
Monochromatic Colors of #E11068
Black with #E11068
Text Example
Text Example
White with #E11068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11068; }
p { color: rgb(225,16,104); }
H1.HeaderClassName
{
color: #E11068;
}
.AnyTagClassName
{
color: #E11068;
}
</style>
background-color css
<style>
a { background-color: #E11068; }
a { background-color: rgb(225,16,104); }
div.DivClassName
{
background-color: #E11068;
}
.BgClassName
{
background-color: #E11068;
}
</style>
border-color css
<style>
span { border-color: #E11068; }
span { border-color: rgb(225,16,104); }
td.TdClassName
{
border-color: #E11068;
}
.TagClassName
{
border-color: #E11068;
}
</style>