Shades of Ruby #E7155E
Tints of Ruby #E7155E
RGB
CMYK
RGB Variations
Color information
#E7155E (or 0xE7155E) is known color: Ruby. HEX triplet: E7, 15 and 5E. RGB value is (231,21,94). Sum of RGB (Red+Green+Blue) = 231+21+94=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7155E is #18EAA1. Grayscale: #5C5C5C. Windows color (decimal): -1632930 or 6165991. OLE color: 6165991.
HSL color Cylindrical-coordinate representation of color #E7155E: hue angle of 339.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7155E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.09 |
| HSL | 339.14º | 0.83% | 0.49% | - |
| HSV(B) | 339.14º | 0.91% | 0.91% | - |
| XYZ | 35.24 | 18.33 | 12.27 | - |
| YUV | 92.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 94 | 0 | 0.91 | 0.59 | 0.09 | 339.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | 5E | 0 | 5B | 3B | 9 | 153 | 53 | 31 |
| Octal | 347 | 25 | 136 | 0 | 133 | 73 | 11 | 523 | 123 | 61 |
| Binary | 11100111 | 10101 | 1011110 | 0 | 1011011 | 111011 | 1001 | 101010011 | 1010011 | 110001 |
Color Harmonies of #E7155E
Complementary color
Monochromatic Colors of #E7155E
Black with #E7155E
Text Example
Text Example
White with #E7155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7155E; }
p { color: rgb(231,21,94); }
H1.HeaderClassName
{
color: #E7155E;
}
.AnyTagClassName
{
color: #E7155E;
}
</style>
background-color css
<style>
a { background-color: #E7155E; }
a { background-color: rgb(231,21,94); }
div.DivClassName
{
background-color: #E7155E;
}
.BgClassName
{
background-color: #E7155E;
}
</style>
border-color css
<style>
span { border-color: #E7155E; }
span { border-color: rgb(231,21,94); }
td.TdClassName
{
border-color: #E7155E;
}
.TagClassName
{
border-color: #E7155E;
}
</style>