Shades of Ruby #E1205D
Tints of Ruby #E1205D
RGB
CMYK
RGB Variations
Color information
#E1205D (or 0xE1205D) is known color: Ruby. HEX triplet: E1, 20 and 5D. RGB value is (225,32,93). Sum of RGB (Red+Green+Blue) = 225+32+93=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1205D is #1EDFA2. Grayscale: #606060. Windows color (decimal): -2023331 or 6103265. OLE color: 6103265.
HSL color Cylindrical-coordinate representation of color #E1205D: hue angle of 341.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1205D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.12 |
| HSL | 341.04º | 0.76% | 0.5% | - |
| HSV(B) | 341.04º | 0.86% | 0.88% | - |
| XYZ | 33.54 | 17.83 | 12.03 | - |
| YUV | 96.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 93 | 0 | 0.86 | 0.59 | 0.12 | 341.04 | 0.76 | 0.5 |
| Hex | E1 | 20 | 5D | 0 | 56 | 3B | C | 155 | 4C | 32 |
| Octal | 341 | 40 | 135 | 0 | 126 | 73 | 14 | 525 | 114 | 62 |
| Binary | 11100001 | 100000 | 1011101 | 0 | 1010110 | 111011 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E1205D
Complementary color
Monochromatic Colors of #E1205D
Black with #E1205D
Text Example
Text Example
White with #E1205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1205D; }
p { color: rgb(225,32,93); }
H1.HeaderClassName
{
color: #E1205D;
}
.AnyTagClassName
{
color: #E1205D;
}
</style>
background-color css
<style>
a { background-color: #E1205D; }
a { background-color: rgb(225,32,93); }
div.DivClassName
{
background-color: #E1205D;
}
.BgClassName
{
background-color: #E1205D;
}
</style>
border-color css
<style>
span { border-color: #E1205D; }
span { border-color: rgb(225,32,93); }
td.TdClassName
{
border-color: #E1205D;
}
.TagClassName
{
border-color: #E1205D;
}
</style>