Shades of Ruby #E1215E
Tints of Ruby #E1215E
RGB
CMYK
RGB Variations
Color information
#E1215E (or 0xE1215E) is known color: Ruby. HEX triplet: E1, 21 and 5E. RGB value is (225,33,94). Sum of RGB (Red+Green+Blue) = 225+33+94=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1215E is #1EDEA1. Grayscale: #616161. Windows color (decimal): -2023074 or 6169057. OLE color: 6169057.
HSL color Cylindrical-coordinate representation of color #E1215E: hue angle of 340.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1215E is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 94 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.12 |
| HSL | 340.94º | 0.76% | 0.51% | - |
| HSV(B) | 340.94º | 0.85% | 0.88% | - |
| XYZ | 33.62 | 17.9 | 12.27 | - |
| YUV | 97.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 94 | 0 | 0.85 | 0.58 | 0.12 | 340.94 | 0.76 | 0.51 |
| Hex | E1 | 21 | 5E | 0 | 55 | 3A | C | 155 | 4C | 33 |
| Octal | 341 | 41 | 136 | 0 | 125 | 72 | 14 | 525 | 114 | 63 |
| Binary | 11100001 | 100001 | 1011110 | 0 | 1010101 | 111010 | 1100 | 101010101 | 1001100 | 110011 |
Color Harmonies of #E1215E
Complementary color
Monochromatic Colors of #E1215E
Black with #E1215E
Text Example
Text Example
White with #E1215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1215E; }
p { color: rgb(225,33,94); }
H1.HeaderClassName
{
color: #E1215E;
}
.AnyTagClassName
{
color: #E1215E;
}
</style>
background-color css
<style>
a { background-color: #E1215E; }
a { background-color: rgb(225,33,94); }
div.DivClassName
{
background-color: #E1215E;
}
.BgClassName
{
background-color: #E1215E;
}
</style>
border-color css
<style>
span { border-color: #E1215E; }
span { border-color: rgb(225,33,94); }
td.TdClassName
{
border-color: #E1215E;
}
.TagClassName
{
border-color: #E1215E;
}
</style>