Shades of Ruby #E32160
Tints of Ruby #E32160
RGB
CMYK
RGB Variations
Color information
#E32160 (or 0xE32160) is known color: Ruby. HEX triplet: E3, 21 and 60. RGB value is (227,33,96). Sum of RGB (Red+Green+Blue) = 227+33+96=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E32160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32160 is #1CDE9F. Grayscale: #626262. Windows color (decimal): -1892000 or 6300131. OLE color: 6300131.
HSL color Cylindrical-coordinate representation of color #E32160: hue angle of 340.52º 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 #E32160 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 96 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.11 |
| HSL | 340.52º | 0.78% | 0.51% | - |
| HSV(B) | 340.52º | 0.85% | 0.89% | - |
| XYZ | 34.33 | 18.26 | 12.78 | - |
| YUV | 98.19 | 126.77 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 96 | 0 | 0.85 | 0.58 | 0.11 | 340.52 | 0.78 | 0.51 |
| Hex | E3 | 21 | 60 | 0 | 55 | 3A | B | 155 | 4E | 33 |
| Octal | 343 | 41 | 140 | 0 | 125 | 72 | 13 | 525 | 116 | 63 |
| Binary | 11100011 | 100001 | 1100000 | 0 | 1010101 | 111010 | 1011 | 101010101 | 1001110 | 110011 |
Color Harmonies of #E32160
Complementary color
Monochromatic Colors of #E32160
Black with #E32160
Text Example
Text Example
White with #E32160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32160; }
p { color: rgb(227,33,96); }
H1.HeaderClassName
{
color: #E32160;
}
.AnyTagClassName
{
color: #E32160;
}
</style>
background-color css
<style>
a { background-color: #E32160; }
a { background-color: rgb(227,33,96); }
div.DivClassName
{
background-color: #E32160;
}
.BgClassName
{
background-color: #E32160;
}
</style>
border-color css
<style>
span { border-color: #E32160; }
span { border-color: rgb(227,33,96); }
td.TdClassName
{
border-color: #E32160;
}
.TagClassName
{
border-color: #E32160;
}
</style>