Shades of Ruby #E1205A
Tints of Ruby #E1205A
RGB
CMYK
RGB Variations
Color information
#E1205A (or 0xE1205A) is known color: Ruby. HEX triplet: E1, 20 and 5A. RGB value is (225,32,90). Sum of RGB (Red+Green+Blue) = 225+32+90=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E1205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1205A is #1EDFA5. Grayscale: #606060. Windows color (decimal): -2023334 or 5906657. OLE color: 5906657.
HSL color Cylindrical-coordinate representation of color #E1205A: hue angle of 341.97º 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 #E1205A is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 90 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.12 |
| HSL | 341.97º | 0.76% | 0.5% | - |
| HSV(B) | 341.97º | 0.86% | 0.88% | - |
| XYZ | 33.41 | 17.78 | 11.34 | - |
| YUV | 96.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 90 | 0 | 0.86 | 0.60 | 0.12 | 341.97 | 0.76 | 0.5 |
| Hex | E1 | 20 | 5A | 0 | 56 | 3C | C | 156 | 4C | 32 |
| Octal | 341 | 40 | 132 | 0 | 126 | 74 | 14 | 526 | 114 | 62 |
| Binary | 11100001 | 100000 | 1011010 | 0 | 1010110 | 111100 | 1100 | 101010110 | 1001100 | 110010 |
Color Harmonies of #E1205A
Complementary color
Monochromatic Colors of #E1205A
Black with #E1205A
Text Example
Text Example
White with #E1205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1205A; }
p { color: rgb(225,32,90); }
H1.HeaderClassName
{
color: #E1205A;
}
.AnyTagClassName
{
color: #E1205A;
}
</style>
background-color css
<style>
a { background-color: #E1205A; }
a { background-color: rgb(225,32,90); }
div.DivClassName
{
background-color: #E1205A;
}
.BgClassName
{
background-color: #E1205A;
}
</style>
border-color css
<style>
span { border-color: #E1205A; }
span { border-color: rgb(225,32,90); }
td.TdClassName
{
border-color: #E1205A;
}
.TagClassName
{
border-color: #E1205A;
}
</style>