Shades of Ruby #E10C6B
Tints of Ruby #E10C6B
RGB
CMYK
RGB Variations
Color information
#E10C6B (or 0xE10C6B) is known color: Ruby. HEX triplet: E1, 0C and 6B. RGB value is (225,12,107). Sum of RGB (Red+Green+Blue) = 225+12+107=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C6B is #1EF394. Grayscale: #565656. Windows color (decimal): -2028437 or 7015649. OLE color: 7015649.
HSL color Cylindrical-coordinate representation of color #E10C6B: hue angle of 333.24º 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 #E10C6B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 107 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.12 |
| HSL | 333.24º | 0.9% | 0.46% | - |
| HSV(B) | 333.24º | 0.95% | 0.88% | - |
| XYZ | 33.84 | 17.33 | 15.47 | - |
| YUV | 86.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 107 | 0 | 0.95 | 0.52 | 0.12 | 333.24 | 0.9 | 0.46 |
| Hex | E1 | C | 6B | 0 | 5F | 34 | C | 14D | 5A | 2E |
| Octal | 341 | 14 | 153 | 0 | 137 | 64 | 14 | 515 | 132 | 56 |
| Binary | 11100001 | 1100 | 1101011 | 0 | 1011111 | 110100 | 1100 | 101001101 | 1011010 | 101110 |
Color Harmonies of #E10C6B
Complementary color
Monochromatic Colors of #E10C6B
Black with #E10C6B
Text Example
Text Example
White with #E10C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C6B; }
p { color: rgb(225,12,107); }
H1.HeaderClassName
{
color: #E10C6B;
}
.AnyTagClassName
{
color: #E10C6B;
}
</style>
background-color css
<style>
a { background-color: #E10C6B; }
a { background-color: rgb(225,12,107); }
div.DivClassName
{
background-color: #E10C6B;
}
.BgClassName
{
background-color: #E10C6B;
}
</style>
border-color css
<style>
span { border-color: #E10C6B; }
span { border-color: rgb(225,12,107); }
td.TdClassName
{
border-color: #E10C6B;
}
.TagClassName
{
border-color: #E10C6B;
}
</style>