Shades of Ruby #E10A6D
Tints of Ruby #E10A6D
RGB
CMYK
RGB Variations
Color information
#E10A6D (or 0xE10A6D) is known color: Ruby. HEX triplet: E1, 0A and 6D. RGB value is (225,10,109). Sum of RGB (Red+Green+Blue) = 225+10+109=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A6D is #1EF592. Grayscale: #555555. Windows color (decimal): -2028947 or 7146209. OLE color: 7146209.
HSL color Cylindrical-coordinate representation of color #E10A6D: hue angle of 332.37º 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 #E10A6D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.37º | 0.91% | 0.46% | - |
| HSV(B) | 332.37º | 0.96% | 0.88% | - |
| XYZ | 33.92 | 17.33 | 16.02 | - |
| YUV | 85.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 109 | 0 | 0.96 | 0.52 | 0.12 | 332.37 | 0.91 | 0.46 |
| Hex | E1 | A | 6D | 0 | 60 | 34 | C | 14C | 5B | 2E |
| Octal | 341 | 12 | 155 | 0 | 140 | 64 | 14 | 514 | 133 | 56 |
| Binary | 11100001 | 1010 | 1101101 | 0 | 1100000 | 110100 | 1100 | 101001100 | 1011011 | 101110 |
Color Harmonies of #E10A6D
Complementary color
Monochromatic Colors of #E10A6D
Black with #E10A6D
Text Example
Text Example
White with #E10A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A6D; }
p { color: rgb(225,10,109); }
H1.HeaderClassName
{
color: #E10A6D;
}
.AnyTagClassName
{
color: #E10A6D;
}
</style>
background-color css
<style>
a { background-color: #E10A6D; }
a { background-color: rgb(225,10,109); }
div.DivClassName
{
background-color: #E10A6D;
}
.BgClassName
{
background-color: #E10A6D;
}
</style>
border-color css
<style>
span { border-color: #E10A6D; }
span { border-color: rgb(225,10,109); }
td.TdClassName
{
border-color: #E10A6D;
}
.TagClassName
{
border-color: #E10A6D;
}
</style>