Shades of Ruby #E32161
Tints of Ruby #E32161
RGB
CMYK
RGB Variations
Color information
#E32161 (or 0xE32161) is known color: Ruby. HEX triplet: E3, 21 and 61. RGB value is (227,33,97). Sum of RGB (Red+Green+Blue) = 227+33+97=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E32161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32161 is #1CDE9E. Grayscale: #626262. Windows color (decimal): -1891999 or 6365667. OLE color: 6365667.
HSL color Cylindrical-coordinate representation of color #E32161: hue angle of 340.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32161 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 97 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.11 |
| HSL | 340.21º | 0.78% | 0.51% | - |
| HSV(B) | 340.21º | 0.85% | 0.89% | - |
| XYZ | 34.38 | 18.28 | 13.03 | - |
| YUV | 98.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 97 | 0 | 0.85 | 0.57 | 0.11 | 340.21 | 0.78 | 0.51 |
| Hex | E3 | 21 | 61 | 0 | 55 | 39 | B | 154 | 4E | 33 |
| Octal | 343 | 41 | 141 | 0 | 125 | 71 | 13 | 524 | 116 | 63 |
| Binary | 11100011 | 100001 | 1100001 | 0 | 1010101 | 111001 | 1011 | 101010100 | 1001110 | 110011 |
Color Harmonies of #E32161
Complementary color
Monochromatic Colors of #E32161
Black with #E32161
Text Example
Text Example
White with #E32161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32161; }
p { color: rgb(227,33,97); }
H1.HeaderClassName
{
color: #E32161;
}
.AnyTagClassName
{
color: #E32161;
}
</style>
background-color css
<style>
a { background-color: #E32161; }
a { background-color: rgb(227,33,97); }
div.DivClassName
{
background-color: #E32161;
}
.BgClassName
{
background-color: #E32161;
}
</style>
border-color css
<style>
span { border-color: #E32161; }
span { border-color: rgb(227,33,97); }
td.TdClassName
{
border-color: #E32161;
}
.TagClassName
{
border-color: #E32161;
}
</style>