Shades of Ruby #E10C6C
Tints of Ruby #E10C6C
RGB
CMYK
RGB Variations
Color information
#E10C6C (or 0xE10C6C) is known color: Ruby. HEX triplet: E1, 0C and 6C. RGB value is (225,12,108). Sum of RGB (Red+Green+Blue) = 225+12+108=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C6C is #1EF393. Grayscale: #565656. Windows color (decimal): -2028436 or 7081185. OLE color: 7081185.
HSL color Cylindrical-coordinate representation of color #E10C6C: hue angle of 332.96º 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 #E10C6C is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 108 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.12 |
| HSL | 332.96º | 0.9% | 0.46% | - |
| HSV(B) | 332.96º | 0.95% | 0.88% | - |
| XYZ | 33.89 | 17.35 | 15.75 | - |
| YUV | 86.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 108 | 0 | 0.95 | 0.52 | 0.12 | 332.96 | 0.9 | 0.46 |
| Hex | E1 | C | 6C | 0 | 5F | 34 | C | 14D | 5A | 2E |
| Octal | 341 | 14 | 154 | 0 | 137 | 64 | 14 | 515 | 132 | 56 |
| Binary | 11100001 | 1100 | 1101100 | 0 | 1011111 | 110100 | 1100 | 101001101 | 1011010 | 101110 |
Color Harmonies of #E10C6C
Complementary color
Monochromatic Colors of #E10C6C
Black with #E10C6C
Text Example
Text Example
White with #E10C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C6C; }
p { color: rgb(225,12,108); }
H1.HeaderClassName
{
color: #E10C6C;
}
.AnyTagClassName
{
color: #E10C6C;
}
</style>
background-color css
<style>
a { background-color: #E10C6C; }
a { background-color: rgb(225,12,108); }
div.DivClassName
{
background-color: #E10C6C;
}
.BgClassName
{
background-color: #E10C6C;
}
</style>
border-color css
<style>
span { border-color: #E10C6C; }
span { border-color: rgb(225,12,108); }
td.TdClassName
{
border-color: #E10C6C;
}
.TagClassName
{
border-color: #E10C6C;
}
</style>