Shades of Ruby #E10A6B
Tints of Ruby #E10A6B
RGB
CMYK
RGB Variations
Color information
#E10A6B (or 0xE10A6B) is known color: Ruby. HEX triplet: E1, 0A and 6B. RGB value is (225,10,107). Sum of RGB (Red+Green+Blue) = 225+10+107=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A6B is #1EF594. Grayscale: #555555. Windows color (decimal): -2028949 or 7015137. OLE color: 7015137.
HSL color Cylindrical-coordinate representation of color #E10A6B: hue angle of 332.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A6B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.93º | 0.91% | 0.46% | - |
| HSV(B) | 332.93º | 0.96% | 0.88% | - |
| XYZ | 33.81 | 17.29 | 15.46 | - |
| YUV | 85.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 107 | 0 | 0.96 | 0.52 | 0.12 | 332.93 | 0.91 | 0.46 |
| Hex | E1 | A | 6B | 0 | 60 | 34 | C | 14D | 5B | 2E |
| Octal | 341 | 12 | 153 | 0 | 140 | 64 | 14 | 515 | 133 | 56 |
| Binary | 11100001 | 1010 | 1101011 | 0 | 1100000 | 110100 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E10A6B
Complementary color
Monochromatic Colors of #E10A6B
Black with #E10A6B
Text Example
Text Example
White with #E10A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A6B; }
p { color: rgb(225,10,107); }
H1.HeaderClassName
{
color: #E10A6B;
}
.AnyTagClassName
{
color: #E10A6B;
}
</style>
background-color css
<style>
a { background-color: #E10A6B; }
a { background-color: rgb(225,10,107); }
div.DivClassName
{
background-color: #E10A6B;
}
.BgClassName
{
background-color: #E10A6B;
}
</style>
border-color css
<style>
span { border-color: #E10A6B; }
span { border-color: rgb(225,10,107); }
td.TdClassName
{
border-color: #E10A6B;
}
.TagClassName
{
border-color: #E10A6B;
}
</style>