Shades of Ruby #E7097C
Tints of Ruby #E7097C
RGB
CMYK
RGB Variations
Color information
#E7097C (or 0xE7097C) is known color: Ruby. HEX triplet: E7, 09 and 7C. RGB value is (231,9,124). Sum of RGB (Red+Green+Blue) = 231+9+124=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E7097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7097C is #18F683. Grayscale: #585858. Windows color (decimal): -1635972 or 8128999. OLE color: 8128999.
HSL color Cylindrical-coordinate representation of color #E7097C: hue angle of 328.92º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7097C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.09 |
| HSL | 328.92º | 0.93% | 0.47% | - |
| HSV(B) | 328.92º | 0.96% | 0.91% | - |
| XYZ | 36.69 | 18.64 | 20.73 | - |
| YUV | 88.49 | 148.05 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 124 | 0 | 0.96 | 0.46 | 0.09 | 328.92 | 0.93 | 0.47 |
| Hex | E7 | 9 | 7C | 0 | 60 | 2E | 9 | 149 | 5C | 2F |
| Octal | 347 | 11 | 174 | 0 | 140 | 56 | 11 | 511 | 134 | 57 |
| Binary | 11100111 | 1001 | 1111100 | 0 | 1100000 | 101110 | 1001 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E7097C
Complementary color
Monochromatic Colors of #E7097C
Black with #E7097C
Text Example
Text Example
White with #E7097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7097C; }
p { color: rgb(231,9,124); }
H1.HeaderClassName
{
color: #E7097C;
}
.AnyTagClassName
{
color: #E7097C;
}
</style>
background-color css
<style>
a { background-color: #E7097C; }
a { background-color: rgb(231,9,124); }
div.DivClassName
{
background-color: #E7097C;
}
.BgClassName
{
background-color: #E7097C;
}
</style>
border-color css
<style>
span { border-color: #E7097C; }
span { border-color: rgb(231,9,124); }
td.TdClassName
{
border-color: #E7097C;
}
.TagClassName
{
border-color: #E7097C;
}
</style>