Shades of Ruby #E7097D
Tints of Ruby #E7097D
RGB
CMYK
RGB Variations
Color information
#E7097D (or 0xE7097D) is known color: Ruby. HEX triplet: E7, 09 and 7D. RGB value is (231,9,125). Sum of RGB (Red+Green+Blue) = 231+9+125=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E7097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7097D is #18F682. Grayscale: #585858. Windows color (decimal): -1635971 or 8194535. OLE color: 8194535.
HSL color Cylindrical-coordinate representation of color #E7097D: hue angle of 328.65º 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 #E7097D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.09 |
| HSL | 328.65º | 0.93% | 0.47% | - |
| HSV(B) | 328.65º | 0.96% | 0.91% | - |
| XYZ | 36.75 | 18.66 | 21.07 | - |
| YUV | 88.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 125 | 0 | 0.96 | 0.46 | 0.09 | 328.65 | 0.93 | 0.47 |
| Hex | E7 | 9 | 7D | 0 | 60 | 2E | 9 | 149 | 5C | 2F |
| Octal | 347 | 11 | 175 | 0 | 140 | 56 | 11 | 511 | 134 | 57 |
| Binary | 11100111 | 1001 | 1111101 | 0 | 1100000 | 101110 | 1001 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E7097D
Complementary color
Monochromatic Colors of #E7097D
Black with #E7097D
Text Example
Text Example
White with #E7097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7097D; }
p { color: rgb(231,9,125); }
H1.HeaderClassName
{
color: #E7097D;
}
.AnyTagClassName
{
color: #E7097D;
}
</style>
background-color css
<style>
a { background-color: #E7097D; }
a { background-color: rgb(231,9,125); }
div.DivClassName
{
background-color: #E7097D;
}
.BgClassName
{
background-color: #E7097D;
}
</style>
border-color css
<style>
span { border-color: #E7097D; }
span { border-color: rgb(231,9,125); }
td.TdClassName
{
border-color: #E7097D;
}
.TagClassName
{
border-color: #E7097D;
}
</style>