Shades of Ruby #E10A6A
Tints of Ruby #E10A6A
RGB
CMYK
RGB Variations
Color information
#E10A6A (or 0xE10A6A) is known color: Ruby. HEX triplet: E1, 0A and 6A. RGB value is (225,10,106). Sum of RGB (Red+Green+Blue) = 225+10+106=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A6A is #1EF595. Grayscale: #555555. Windows color (decimal): -2028950 or 6949601. OLE color: 6949601.
HSL color Cylindrical-coordinate representation of color #E10A6A: hue angle of 333.21º 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 #E10A6A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 333.21º | 0.91% | 0.46% | - |
| HSV(B) | 333.21º | 0.96% | 0.88% | - |
| XYZ | 33.76 | 17.27 | 15.19 | - |
| YUV | 85.23 | 139.73 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 106 | 0 | 0.96 | 0.53 | 0.12 | 333.21 | 0.91 | 0.46 |
| Hex | E1 | A | 6A | 0 | 60 | 35 | C | 14D | 5B | 2E |
| Octal | 341 | 12 | 152 | 0 | 140 | 65 | 14 | 515 | 133 | 56 |
| Binary | 11100001 | 1010 | 1101010 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E10A6A
Complementary color
Monochromatic Colors of #E10A6A
Black with #E10A6A
Text Example
Text Example
White with #E10A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A6A; }
p { color: rgb(225,10,106); }
H1.HeaderClassName
{
color: #E10A6A;
}
.AnyTagClassName
{
color: #E10A6A;
}
</style>
background-color css
<style>
a { background-color: #E10A6A; }
a { background-color: rgb(225,10,106); }
div.DivClassName
{
background-color: #E10A6A;
}
.BgClassName
{
background-color: #E10A6A;
}
</style>
border-color css
<style>
span { border-color: #E10A6A; }
span { border-color: rgb(225,10,106); }
td.TdClassName
{
border-color: #E10A6A;
}
.TagClassName
{
border-color: #E10A6A;
}
</style>