Shades of Ruby #E7125D
Tints of Ruby #E7125D
RGB
CMYK
RGB Variations
Color information
#E7125D (or 0xE7125D) is known color: Ruby. HEX triplet: E7, 12 and 5D. RGB value is (231,18,93). Sum of RGB (Red+Green+Blue) = 231+18+93=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7125D is #18EDA2. Grayscale: #5A5A5A. Windows color (decimal): -1633699 or 6099687. OLE color: 6099687.
HSL color Cylindrical-coordinate representation of color #E7125D: hue angle of 338.87º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7125D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.09 |
| HSL | 338.87º | 0.86% | 0.49% | - |
| HSV(B) | 338.87º | 0.92% | 0.91% | - |
| XYZ | 35.15 | 18.21 | 12.02 | - |
| YUV | 90.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 93 | 0 | 0.92 | 0.60 | 0.09 | 338.87 | 0.86 | 0.49 |
| Hex | E7 | 12 | 5D | 0 | 5C | 3C | 9 | 153 | 56 | 31 |
| Octal | 347 | 22 | 135 | 0 | 134 | 74 | 11 | 523 | 126 | 61 |
| Binary | 11100111 | 10010 | 1011101 | 0 | 1011100 | 111100 | 1001 | 101010011 | 1010110 | 110001 |
Color Harmonies of #E7125D
Complementary color
Monochromatic Colors of #E7125D
Black with #E7125D
Text Example
Text Example
White with #E7125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7125D; }
p { color: rgb(231,18,93); }
H1.HeaderClassName
{
color: #E7125D;
}
.AnyTagClassName
{
color: #E7125D;
}
</style>
background-color css
<style>
a { background-color: #E7125D; }
a { background-color: rgb(231,18,93); }
div.DivClassName
{
background-color: #E7125D;
}
.BgClassName
{
background-color: #E7125D;
}
</style>
border-color css
<style>
span { border-color: #E7125D; }
span { border-color: rgb(231,18,93); }
td.TdClassName
{
border-color: #E7125D;
}
.TagClassName
{
border-color: #E7125D;
}
</style>