Shades of Ruby #E5156C
Tints of Ruby #E5156C
RGB
CMYK
RGB Variations
Color information
#E5156C (or 0xE5156C) is known color: Ruby. HEX triplet: E5, 15 and 6C. RGB value is (229,21,108). Sum of RGB (Red+Green+Blue) = 229+21+108=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5156C is #1AEA93. Grayscale: #5C5C5C. Windows color (decimal): -1763988 or 7083493. OLE color: 7083493.
HSL color Cylindrical-coordinate representation of color #E5156C: hue angle of 334.9º 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 #E5156C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.10 |
| HSL | 334.9º | 0.83% | 0.49% | - |
| HSV(B) | 334.9º | 0.91% | 0.9% | - |
| XYZ | 35.29 | 18.28 | 15.86 | - |
| YUV | 93.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 108 | 0 | 0.91 | 0.53 | 0.10 | 334.9 | 0.83 | 0.49 |
| Hex | E5 | 15 | 6C | 0 | 5B | 35 | A | 14F | 53 | 31 |
| Octal | 345 | 25 | 154 | 0 | 133 | 65 | 12 | 517 | 123 | 61 |
| Binary | 11100101 | 10101 | 1101100 | 0 | 1011011 | 110101 | 1010 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E5156C
Complementary color
Monochromatic Colors of #E5156C
Black with #E5156C
Text Example
Text Example
White with #E5156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5156C; }
p { color: rgb(229,21,108); }
H1.HeaderClassName
{
color: #E5156C;
}
.AnyTagClassName
{
color: #E5156C;
}
</style>
background-color css
<style>
a { background-color: #E5156C; }
a { background-color: rgb(229,21,108); }
div.DivClassName
{
background-color: #E5156C;
}
.BgClassName
{
background-color: #E5156C;
}
</style>
border-color css
<style>
span { border-color: #E5156C; }
span { border-color: rgb(229,21,108); }
td.TdClassName
{
border-color: #E5156C;
}
.TagClassName
{
border-color: #E5156C;
}
</style>