Shades of Ruby #E52161
Tints of Ruby #E52161
RGB
CMYK
RGB Variations
Color information
#E52161 (or 0xE52161) is known color: Ruby. HEX triplet: E5, 21 and 61. RGB value is (229,33,97). Sum of RGB (Red+Green+Blue) = 229+33+97=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E52161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52161 is #1ADE9E. Grayscale: #626262. Windows color (decimal): -1760927 or 6365669. OLE color: 6365669.
HSL color Cylindrical-coordinate representation of color #E52161: hue angle of 340.41º 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 #E52161 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 97 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.10 |
| HSL | 340.41º | 0.79% | 0.51% | - |
| HSV(B) | 340.41º | 0.86% | 0.9% | - |
| XYZ | 35.01 | 18.61 | 13.06 | - |
| YUV | 98.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 97 | 0 | 0.86 | 0.58 | 0.10 | 340.41 | 0.79 | 0.51 |
| Hex | E5 | 21 | 61 | 0 | 56 | 3A | A | 154 | 4F | 33 |
| Octal | 345 | 41 | 141 | 0 | 126 | 72 | 12 | 524 | 117 | 63 |
| Binary | 11100101 | 100001 | 1100001 | 0 | 1010110 | 111010 | 1010 | 101010100 | 1001111 | 110011 |
Color Harmonies of #E52161
Complementary color
Monochromatic Colors of #E52161
Black with #E52161
Text Example
Text Example
White with #E52161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52161; }
p { color: rgb(229,33,97); }
H1.HeaderClassName
{
color: #E52161;
}
.AnyTagClassName
{
color: #E52161;
}
</style>
background-color css
<style>
a { background-color: #E52161; }
a { background-color: rgb(229,33,97); }
div.DivClassName
{
background-color: #E52161;
}
.BgClassName
{
background-color: #E52161;
}
</style>
border-color css
<style>
span { border-color: #E52161; }
span { border-color: rgb(229,33,97); }
td.TdClassName
{
border-color: #E52161;
}
.TagClassName
{
border-color: #E52161;
}
</style>