Shades of Ruby #E52163
Tints of Ruby #E52163
RGB
CMYK
RGB Variations
Color information
#E52163 (or 0xE52163) is known color: Ruby. HEX triplet: E5, 21 and 63. RGB value is (229,33,99). Sum of RGB (Red+Green+Blue) = 229+33+99=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E52163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52163 is #1ADE9C. Grayscale: #636363. Windows color (decimal): -1760925 or 6496741. OLE color: 6496741.
HSL color Cylindrical-coordinate representation of color #E52163: hue angle of 339.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52163 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 99 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.10 |
| HSL | 339.8º | 0.79% | 0.51% | - |
| HSV(B) | 339.8º | 0.86% | 0.9% | - |
| XYZ | 35.11 | 18.65 | 13.55 | - |
| YUV | 99.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 99 | 0 | 0.86 | 0.57 | 0.10 | 339.8 | 0.79 | 0.51 |
| Hex | E5 | 21 | 63 | 0 | 56 | 39 | A | 154 | 4F | 33 |
| Octal | 345 | 41 | 143 | 0 | 126 | 71 | 12 | 524 | 117 | 63 |
| Binary | 11100101 | 100001 | 1100011 | 0 | 1010110 | 111001 | 1010 | 101010100 | 1001111 | 110011 |
Color Harmonies of #E52163
Complementary color
Monochromatic Colors of #E52163
Black with #E52163
Text Example
Text Example
White with #E52163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52163; }
p { color: rgb(229,33,99); }
H1.HeaderClassName
{
color: #E52163;
}
.AnyTagClassName
{
color: #E52163;
}
</style>
background-color css
<style>
a { background-color: #E52163; }
a { background-color: rgb(229,33,99); }
div.DivClassName
{
background-color: #E52163;
}
.BgClassName
{
background-color: #E52163;
}
</style>
border-color css
<style>
span { border-color: #E52163; }
span { border-color: rgb(229,33,99); }
td.TdClassName
{
border-color: #E52163;
}
.TagClassName
{
border-color: #E52163;
}
</style>