Shades of Ruby #E1205E
Tints of Ruby #E1205E
RGB
CMYK
RGB Variations
Color information
#E1205E (or 0xE1205E) is known color: Ruby. HEX triplet: E1, 20 and 5E. RGB value is (225,32,94). Sum of RGB (Red+Green+Blue) = 225+32+94=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1205E is #1EDFA1. Grayscale: #606060. Windows color (decimal): -2023330 or 6168801. OLE color: 6168801.
HSL color Cylindrical-coordinate representation of color #E1205E: hue angle of 340.73º 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 #E1205E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 94 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.12 |
| HSL | 340.73º | 0.76% | 0.5% | - |
| HSV(B) | 340.73º | 0.86% | 0.88% | - |
| XYZ | 33.59 | 17.85 | 12.26 | - |
| YUV | 96.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 94 | 0 | 0.86 | 0.58 | 0.12 | 340.73 | 0.76 | 0.5 |
| Hex | E1 | 20 | 5E | 0 | 56 | 3A | C | 155 | 4C | 32 |
| Octal | 341 | 40 | 136 | 0 | 126 | 72 | 14 | 525 | 114 | 62 |
| Binary | 11100001 | 100000 | 1011110 | 0 | 1010110 | 111010 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E1205E
Complementary color
Monochromatic Colors of #E1205E
Black with #E1205E
Text Example
Text Example
White with #E1205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1205E; }
p { color: rgb(225,32,94); }
H1.HeaderClassName
{
color: #E1205E;
}
.AnyTagClassName
{
color: #E1205E;
}
</style>
background-color css
<style>
a { background-color: #E1205E; }
a { background-color: rgb(225,32,94); }
div.DivClassName
{
background-color: #E1205E;
}
.BgClassName
{
background-color: #E1205E;
}
</style>
border-color css
<style>
span { border-color: #E1205E; }
span { border-color: rgb(225,32,94); }
td.TdClassName
{
border-color: #E1205E;
}
.TagClassName
{
border-color: #E1205E;
}
</style>