Shades of Ruby #E5155C
Tints of Ruby #E5155C
RGB
CMYK
RGB Variations
Color information
#E5155C (or 0xE5155C) is known color: Ruby. HEX triplet: E5, 15 and 5C. RGB value is (229,21,92). Sum of RGB (Red+Green+Blue) = 229+21+92=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5155C is #1AEAA3. Grayscale: #5B5B5B. Windows color (decimal): -1764004 or 6034917. OLE color: 6034917.
HSL color Cylindrical-coordinate representation of color #E5155C: hue angle of 339.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5155C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.10 |
| HSL | 339.52º | 0.83% | 0.49% | - |
| HSV(B) | 339.52º | 0.91% | 0.9% | - |
| XYZ | 34.51 | 17.97 | 11.77 | - |
| YUV | 91.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 92 | 0 | 0.91 | 0.60 | 0.10 | 339.52 | 0.83 | 0.49 |
| Hex | E5 | 15 | 5C | 0 | 5B | 3C | A | 154 | 53 | 31 |
| Octal | 345 | 25 | 134 | 0 | 133 | 74 | 12 | 524 | 123 | 61 |
| Binary | 11100101 | 10101 | 1011100 | 0 | 1011011 | 111100 | 1010 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E5155C
Complementary color
Monochromatic Colors of #E5155C
Black with #E5155C
Text Example
Text Example
White with #E5155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5155C; }
p { color: rgb(229,21,92); }
H1.HeaderClassName
{
color: #E5155C;
}
.AnyTagClassName
{
color: #E5155C;
}
</style>
background-color css
<style>
a { background-color: #E5155C; }
a { background-color: rgb(229,21,92); }
div.DivClassName
{
background-color: #E5155C;
}
.BgClassName
{
background-color: #E5155C;
}
</style>
border-color css
<style>
span { border-color: #E5155C; }
span { border-color: rgb(229,21,92); }
td.TdClassName
{
border-color: #E5155C;
}
.TagClassName
{
border-color: #E5155C;
}
</style>