Shades of Ruby #E1097A
Tints of Ruby #E1097A
RGB
CMYK
RGB Variations
Color information
#E1097A (or 0xE1097A) is known color: Ruby. HEX triplet: E1, 09 and 7A. RGB value is (225,9,122). Sum of RGB (Red+Green+Blue) = 225+9+122=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1097A is #1EF685. Grayscale: #565656. Windows color (decimal): -2029190 or 7997921. OLE color: 7997921.
HSL color Cylindrical-coordinate representation of color #E1097A: hue angle of 328.61º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1097A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.12 |
| HSL | 328.61º | 0.92% | 0.46% | - |
| HSV(B) | 328.61º | 0.96% | 0.88% | - |
| XYZ | 34.66 | 17.61 | 19.98 | - |
| YUV | 86.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 122 | 0 | 0.96 | 0.46 | 0.12 | 328.61 | 0.92 | 0.46 |
| Hex | E1 | 9 | 7A | 0 | 60 | 2E | C | 149 | 5C | 2E |
| Octal | 341 | 11 | 172 | 0 | 140 | 56 | 14 | 511 | 134 | 56 |
| Binary | 11100001 | 1001 | 1111010 | 0 | 1100000 | 101110 | 1100 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E1097A
Complementary color
Monochromatic Colors of #E1097A
Black with #E1097A
Text Example
Text Example
White with #E1097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1097A; }
p { color: rgb(225,9,122); }
H1.HeaderClassName
{
color: #E1097A;
}
.AnyTagClassName
{
color: #E1097A;
}
</style>
background-color css
<style>
a { background-color: #E1097A; }
a { background-color: rgb(225,9,122); }
div.DivClassName
{
background-color: #E1097A;
}
.BgClassName
{
background-color: #E1097A;
}
</style>
border-color css
<style>
span { border-color: #E1097A; }
span { border-color: rgb(225,9,122); }
td.TdClassName
{
border-color: #E1097A;
}
.TagClassName
{
border-color: #E1097A;
}
</style>