Shades of Ruby #E12073
Tints of Ruby #E12073
RGB
CMYK
RGB Variations
Color information
#E12073 (or 0xE12073) is known color: Ruby. HEX triplet: E1, 20 and 73. RGB value is (225,32,115). Sum of RGB (Red+Green+Blue) = 225+32+115=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E12073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12073 is #1EDF8C. Grayscale: #636363. Windows color (decimal): -2023309 or 7545057. OLE color: 7545057.
HSL color Cylindrical-coordinate representation of color #E12073: hue angle of 334.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12073 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 115 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.12 |
| HSL | 334.2º | 0.76% | 0.5% | - |
| HSV(B) | 334.2º | 0.86% | 0.88% | - |
| XYZ | 34.66 | 18.28 | 17.92 | - |
| YUV | 99.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 115 | 0 | 0.86 | 0.49 | 0.12 | 334.2 | 0.76 | 0.5 |
| Hex | E1 | 20 | 73 | 0 | 56 | 31 | C | 14E | 4C | 32 |
| Octal | 341 | 40 | 163 | 0 | 126 | 61 | 14 | 516 | 114 | 62 |
| Binary | 11100001 | 100000 | 1110011 | 0 | 1010110 | 110001 | 1100 | 101001110 | 1001100 | 110010 |
Color Harmonies of #E12073
Complementary color
Monochromatic Colors of #E12073
Black with #E12073
Text Example
Text Example
White with #E12073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12073; }
p { color: rgb(225,32,115); }
H1.HeaderClassName
{
color: #E12073;
}
.AnyTagClassName
{
color: #E12073;
}
</style>
background-color css
<style>
a { background-color: #E12073; }
a { background-color: rgb(225,32,115); }
div.DivClassName
{
background-color: #E12073;
}
.BgClassName
{
background-color: #E12073;
}
</style>
border-color css
<style>
span { border-color: #E12073; }
span { border-color: rgb(225,32,115); }
td.TdClassName
{
border-color: #E12073;
}
.TagClassName
{
border-color: #E12073;
}
</style>