Shades of Ruby #E12063
Tints of Ruby #E12063
RGB
CMYK
RGB Variations
Color information
#E12063 (or 0xE12063) is known color: Ruby. HEX triplet: E1, 20 and 63. RGB value is (225,32,99). Sum of RGB (Red+Green+Blue) = 225+32+99=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E12063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12063 is #1EDF9C. Grayscale: #616161. Windows color (decimal): -2023325 or 6496481. OLE color: 6496481.
HSL color Cylindrical-coordinate representation of color #E12063: hue angle of 339.17º 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 #E12063 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 99 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.12 |
| HSL | 339.17º | 0.76% | 0.5% | - |
| HSV(B) | 339.17º | 0.86% | 0.88% | - |
| XYZ | 33.82 | 17.94 | 13.48 | - |
| YUV | 97.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 99 | 0 | 0.86 | 0.56 | 0.12 | 339.17 | 0.76 | 0.5 |
| Hex | E1 | 20 | 63 | 0 | 56 | 38 | C | 153 | 4C | 32 |
| Octal | 341 | 40 | 143 | 0 | 126 | 70 | 14 | 523 | 114 | 62 |
| Binary | 11100001 | 100000 | 1100011 | 0 | 1010110 | 111000 | 1100 | 101010011 | 1001100 | 110010 |
Color Harmonies of #E12063
Complementary color
Monochromatic Colors of #E12063
Black with #E12063
Text Example
Text Example
White with #E12063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12063; }
p { color: rgb(225,32,99); }
H1.HeaderClassName
{
color: #E12063;
}
.AnyTagClassName
{
color: #E12063;
}
</style>
background-color css
<style>
a { background-color: #E12063; }
a { background-color: rgb(225,32,99); }
div.DivClassName
{
background-color: #E12063;
}
.BgClassName
{
background-color: #E12063;
}
</style>
border-color css
<style>
span { border-color: #E12063; }
span { border-color: rgb(225,32,99); }
td.TdClassName
{
border-color: #E12063;
}
.TagClassName
{
border-color: #E12063;
}
</style>