Shades of Ruby #E7155C
Tints of Ruby #E7155C
RGB
CMYK
RGB Variations
Color information
#E7155C (or 0xE7155C) is known color: Ruby. HEX triplet: E7, 15 and 5C. RGB value is (231,21,92). Sum of RGB (Red+Green+Blue) = 231+21+92=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E7155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7155C is #18EAA3. Grayscale: #5B5B5B. Windows color (decimal): -1632932 or 6034919. OLE color: 6034919.
HSL color Cylindrical-coordinate representation of color #E7155C: hue angle of 339.71º 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 #E7155C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.09 |
| HSL | 339.71º | 0.83% | 0.49% | - |
| HSV(B) | 339.71º | 0.91% | 0.91% | - |
| XYZ | 35.15 | 18.3 | 11.8 | - |
| YUV | 91.88 | 128.07 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 92 | 0 | 0.91 | 0.60 | 0.09 | 339.71 | 0.83 | 0.49 |
| Hex | E7 | 15 | 5C | 0 | 5B | 3C | 9 | 154 | 53 | 31 |
| Octal | 347 | 25 | 134 | 0 | 133 | 74 | 11 | 524 | 123 | 61 |
| Binary | 11100111 | 10101 | 1011100 | 0 | 1011011 | 111100 | 1001 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E7155C
Complementary color
Monochromatic Colors of #E7155C
Black with #E7155C
Text Example
Text Example
White with #E7155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7155C; }
p { color: rgb(231,21,92); }
H1.HeaderClassName
{
color: #E7155C;
}
.AnyTagClassName
{
color: #E7155C;
}
</style>
background-color css
<style>
a { background-color: #E7155C; }
a { background-color: rgb(231,21,92); }
div.DivClassName
{
background-color: #E7155C;
}
.BgClassName
{
background-color: #E7155C;
}
</style>
border-color css
<style>
span { border-color: #E7155C; }
span { border-color: rgb(231,21,92); }
td.TdClassName
{
border-color: #E7155C;
}
.TagClassName
{
border-color: #E7155C;
}
</style>