Shades of Ruby #E12072
Tints of Ruby #E12072
RGB
CMYK
RGB Variations
Color information
#E12072 (or 0xE12072) is known color: Ruby. HEX triplet: E1, 20 and 72. RGB value is (225,32,114). Sum of RGB (Red+Green+Blue) = 225+32+114=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E12072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12072 is #1EDF8D. Grayscale: #626262. Windows color (decimal): -2023310 or 7479521. OLE color: 7479521.
HSL color Cylindrical-coordinate representation of color #E12072: hue angle of 334.51º 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 #E12072 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 114 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.12 |
| HSL | 334.51º | 0.76% | 0.5% | - |
| HSV(B) | 334.51º | 0.86% | 0.88% | - |
| XYZ | 34.61 | 18.26 | 17.62 | - |
| YUV | 99.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 114 | 0 | 0.86 | 0.49 | 0.12 | 334.51 | 0.76 | 0.5 |
| Hex | E1 | 20 | 72 | 0 | 56 | 31 | C | 14F | 4C | 32 |
| Octal | 341 | 40 | 162 | 0 | 126 | 61 | 14 | 517 | 114 | 62 |
| Binary | 11100001 | 100000 | 1110010 | 0 | 1010110 | 110001 | 1100 | 101001111 | 1001100 | 110010 |
Color Harmonies of #E12072
Complementary color
Monochromatic Colors of #E12072
Black with #E12072
Text Example
Text Example
White with #E12072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12072; }
p { color: rgb(225,32,114); }
H1.HeaderClassName
{
color: #E12072;
}
.AnyTagClassName
{
color: #E12072;
}
</style>
background-color css
<style>
a { background-color: #E12072; }
a { background-color: rgb(225,32,114); }
div.DivClassName
{
background-color: #E12072;
}
.BgClassName
{
background-color: #E12072;
}
</style>
border-color css
<style>
span { border-color: #E12072; }
span { border-color: rgb(225,32,114); }
td.TdClassName
{
border-color: #E12072;
}
.TagClassName
{
border-color: #E12072;
}
</style>