Shades of Ruby #E10C61
Tints of Ruby #E10C61
RGB
CMYK
RGB Variations
Color information
#E10C61 (or 0xE10C61) is known color: Ruby. HEX triplet: E1, 0C and 61. RGB value is (225,12,97). Sum of RGB (Red+Green+Blue) = 225+12+97=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C61 is #1EF39E. Grayscale: #555555. Windows color (decimal): -2028447 or 6360289. OLE color: 6360289.
HSL color Cylindrical-coordinate representation of color #E10C61: hue angle of 336.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C61 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 97 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.12 |
| HSL | 336.06º | 0.9% | 0.46% | - |
| HSV(B) | 336.06º | 0.95% | 0.88% | - |
| XYZ | 33.34 | 17.13 | 12.86 | - |
| YUV | 85.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 97 | 0 | 0.95 | 0.57 | 0.12 | 336.06 | 0.9 | 0.46 |
| Hex | E1 | C | 61 | 0 | 5F | 39 | C | 150 | 5A | 2E |
| Octal | 341 | 14 | 141 | 0 | 137 | 71 | 14 | 520 | 132 | 56 |
| Binary | 11100001 | 1100 | 1100001 | 0 | 1011111 | 111001 | 1100 | 101010000 | 1011010 | 101110 |
Color Harmonies of #E10C61
Complementary color
Monochromatic Colors of #E10C61
Black with #E10C61
Text Example
Text Example
White with #E10C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C61; }
p { color: rgb(225,12,97); }
H1.HeaderClassName
{
color: #E10C61;
}
.AnyTagClassName
{
color: #E10C61;
}
</style>
background-color css
<style>
a { background-color: #E10C61; }
a { background-color: rgb(225,12,97); }
div.DivClassName
{
background-color: #E10C61;
}
.BgClassName
{
background-color: #E10C61;
}
</style>
border-color css
<style>
span { border-color: #E10C61; }
span { border-color: rgb(225,12,97); }
td.TdClassName
{
border-color: #E10C61;
}
.TagClassName
{
border-color: #E10C61;
}
</style>