Shades of Ruby #E10C63
Tints of Ruby #E10C63
RGB
CMYK
RGB Variations
Color information
#E10C63 (or 0xE10C63) is known color: Ruby. HEX triplet: E1, 0C and 63. RGB value is (225,12,99). Sum of RGB (Red+Green+Blue) = 225+12+99=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C63 is #1EF39C. Grayscale: #555555. Windows color (decimal): -2028445 or 6491361. OLE color: 6491361.
HSL color Cylindrical-coordinate representation of color #E10C63: hue angle of 335.49º 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 #E10C63 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 99 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.12 |
| HSL | 335.49º | 0.9% | 0.46% | - |
| HSV(B) | 335.49º | 0.95% | 0.88% | - |
| XYZ | 33.43 | 17.17 | 13.36 | - |
| YUV | 85.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 99 | 0 | 0.95 | 0.56 | 0.12 | 335.49 | 0.9 | 0.46 |
| Hex | E1 | C | 63 | 0 | 5F | 38 | C | 14F | 5A | 2E |
| Octal | 341 | 14 | 143 | 0 | 137 | 70 | 14 | 517 | 132 | 56 |
| Binary | 11100001 | 1100 | 1100011 | 0 | 1011111 | 111000 | 1100 | 101001111 | 1011010 | 101110 |
Color Harmonies of #E10C63
Complementary color
Monochromatic Colors of #E10C63
Black with #E10C63
Text Example
Text Example
White with #E10C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C63; }
p { color: rgb(225,12,99); }
H1.HeaderClassName
{
color: #E10C63;
}
.AnyTagClassName
{
color: #E10C63;
}
</style>
background-color css
<style>
a { background-color: #E10C63; }
a { background-color: rgb(225,12,99); }
div.DivClassName
{
background-color: #E10C63;
}
.BgClassName
{
background-color: #E10C63;
}
</style>
border-color css
<style>
span { border-color: #E10C63; }
span { border-color: rgb(225,12,99); }
td.TdClassName
{
border-color: #E10C63;
}
.TagClassName
{
border-color: #E10C63;
}
</style>