Shades of Ruby #E10C72
Tints of Ruby #E10C72
RGB
CMYK
RGB Variations
Color information
#E10C72 (or 0xE10C72) is known color: Ruby. HEX triplet: E1, 0C and 72. RGB value is (225,12,114). Sum of RGB (Red+Green+Blue) = 225+12+114=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C72 is #1EF38D. Grayscale: #575757. Windows color (decimal): -2028430 or 7474401. OLE color: 7474401.
HSL color Cylindrical-coordinate representation of color #E10C72: hue angle of 331.27º 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 #E10C72 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.12 |
| HSL | 331.27º | 0.9% | 0.46% | - |
| HSV(B) | 331.27º | 0.95% | 0.88% | - |
| XYZ | 34.22 | 17.49 | 17.49 | - |
| YUV | 87.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 114 | 0 | 0.95 | 0.49 | 0.12 | 331.27 | 0.9 | 0.46 |
| Hex | E1 | C | 72 | 0 | 5F | 31 | C | 14B | 5A | 2E |
| Octal | 341 | 14 | 162 | 0 | 137 | 61 | 14 | 513 | 132 | 56 |
| Binary | 11100001 | 1100 | 1110010 | 0 | 1011111 | 110001 | 1100 | 101001011 | 1011010 | 101110 |
Color Harmonies of #E10C72
Complementary color
Monochromatic Colors of #E10C72
Black with #E10C72
Text Example
Text Example
White with #E10C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C72; }
p { color: rgb(225,12,114); }
H1.HeaderClassName
{
color: #E10C72;
}
.AnyTagClassName
{
color: #E10C72;
}
</style>
background-color css
<style>
a { background-color: #E10C72; }
a { background-color: rgb(225,12,114); }
div.DivClassName
{
background-color: #E10C72;
}
.BgClassName
{
background-color: #E10C72;
}
</style>
border-color css
<style>
span { border-color: #E10C72; }
span { border-color: rgb(225,12,114); }
td.TdClassName
{
border-color: #E10C72;
}
.TagClassName
{
border-color: #E10C72;
}
</style>