Shades of Ruby #E7097A
Tints of Ruby #E7097A
RGB
CMYK
RGB Variations
Color information
#E7097A (or 0xE7097A) is known color: Ruby. HEX triplet: E7, 09 and 7A. RGB value is (231,9,122). Sum of RGB (Red+Green+Blue) = 231+9+122=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7097A is #18F685. Grayscale: #585858. Windows color (decimal): -1635974 or 7997927. OLE color: 7997927.
HSL color Cylindrical-coordinate representation of color #E7097A: hue angle of 329.46º 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 #E7097A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.09 |
| HSL | 329.46º | 0.93% | 0.47% | - |
| HSV(B) | 329.46º | 0.96% | 0.91% | - |
| XYZ | 36.57 | 18.59 | 20.07 | - |
| YUV | 88.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 122 | 0 | 0.96 | 0.47 | 0.09 | 329.46 | 0.93 | 0.47 |
| Hex | E7 | 9 | 7A | 0 | 60 | 2F | 9 | 149 | 5C | 2F |
| Octal | 347 | 11 | 172 | 0 | 140 | 57 | 11 | 511 | 134 | 57 |
| Binary | 11100111 | 1001 | 1111010 | 0 | 1100000 | 101111 | 1001 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E7097A
Complementary color
Monochromatic Colors of #E7097A
Black with #E7097A
Text Example
Text Example
White with #E7097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7097A; }
p { color: rgb(231,9,122); }
H1.HeaderClassName
{
color: #E7097A;
}
.AnyTagClassName
{
color: #E7097A;
}
</style>
background-color css
<style>
a { background-color: #E7097A; }
a { background-color: rgb(231,9,122); }
div.DivClassName
{
background-color: #E7097A;
}
.BgClassName
{
background-color: #E7097A;
}
</style>
border-color css
<style>
span { border-color: #E7097A; }
span { border-color: rgb(231,9,122); }
td.TdClassName
{
border-color: #E7097A;
}
.TagClassName
{
border-color: #E7097A;
}
</style>