Shades of Ruby #E12074
Tints of Ruby #E12074
RGB
CMYK
RGB Variations
Color information
#E12074 (or 0xE12074) is known color: Ruby. HEX triplet: E1, 20 and 74. RGB value is (225,32,116). Sum of RGB (Red+Green+Blue) = 225+32+116=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E12074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12074 is #1EDF8B. Grayscale: #636363. Windows color (decimal): -2023308 or 7610593. OLE color: 7610593.
HSL color Cylindrical-coordinate representation of color #E12074: hue angle of 333.89º 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 #E12074 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 116 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.12 |
| HSL | 333.89º | 0.76% | 0.5% | - |
| HSV(B) | 333.89º | 0.86% | 0.88% | - |
| XYZ | 34.72 | 18.3 | 18.23 | - |
| YUV | 99.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 116 | 0 | 0.86 | 0.48 | 0.12 | 333.89 | 0.76 | 0.5 |
| Hex | E1 | 20 | 74 | 0 | 56 | 30 | C | 14E | 4C | 32 |
| Octal | 341 | 40 | 164 | 0 | 126 | 60 | 14 | 516 | 114 | 62 |
| Binary | 11100001 | 100000 | 1110100 | 0 | 1010110 | 110000 | 1100 | 101001110 | 1001100 | 110010 |
Color Harmonies of #E12074
Complementary color
Monochromatic Colors of #E12074
Black with #E12074
Text Example
Text Example
White with #E12074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12074; }
p { color: rgb(225,32,116); }
H1.HeaderClassName
{
color: #E12074;
}
.AnyTagClassName
{
color: #E12074;
}
</style>
background-color css
<style>
a { background-color: #E12074; }
a { background-color: rgb(225,32,116); }
div.DivClassName
{
background-color: #E12074;
}
.BgClassName
{
background-color: #E12074;
}
</style>
border-color css
<style>
span { border-color: #E12074; }
span { border-color: rgb(225,32,116); }
td.TdClassName
{
border-color: #E12074;
}
.TagClassName
{
border-color: #E12074;
}
</style>