Shades of Ruby #E5205D
Tints of Ruby #E5205D
RGB
CMYK
RGB Variations
Color information
#E5205D (or 0xE5205D) is known color: Ruby. HEX triplet: E5, 20 and 5D. RGB value is (229,32,93). Sum of RGB (Red+Green+Blue) = 229+32+93=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5205D is #1ADFA2. Grayscale: #616161. Windows color (decimal): -1761187 or 6103269. OLE color: 6103269.
HSL color Cylindrical-coordinate representation of color #E5205D: hue angle of 341.42º 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 #E5205D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.10 |
| HSL | 341.42º | 0.79% | 0.51% | - |
| HSV(B) | 341.42º | 0.86% | 0.9% | - |
| XYZ | 34.81 | 18.48 | 12.09 | - |
| YUV | 97.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 93 | 0 | 0.86 | 0.59 | 0.10 | 341.42 | 0.79 | 0.51 |
| Hex | E5 | 20 | 5D | 0 | 56 | 3B | A | 155 | 4F | 33 |
| Octal | 345 | 40 | 135 | 0 | 126 | 73 | 12 | 525 | 117 | 63 |
| Binary | 11100101 | 100000 | 1011101 | 0 | 1010110 | 111011 | 1010 | 101010101 | 1001111 | 110011 |
Color Harmonies of #E5205D
Complementary color
Monochromatic Colors of #E5205D
Black with #E5205D
Text Example
Text Example
White with #E5205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5205D; }
p { color: rgb(229,32,93); }
H1.HeaderClassName
{
color: #E5205D;
}
.AnyTagClassName
{
color: #E5205D;
}
</style>
background-color css
<style>
a { background-color: #E5205D; }
a { background-color: rgb(229,32,93); }
div.DivClassName
{
background-color: #E5205D;
}
.BgClassName
{
background-color: #E5205D;
}
</style>
border-color css
<style>
span { border-color: #E5205D; }
span { border-color: rgb(229,32,93); }
td.TdClassName
{
border-color: #E5205D;
}
.TagClassName
{
border-color: #E5205D;
}
</style>