Shades of Ruby #E5156E
Tints of Ruby #E5156E
RGB
CMYK
RGB Variations
Color information
#E5156E (or 0xE5156E) is known color: Ruby. HEX triplet: E5, 15 and 6E. RGB value is (229,21,110). Sum of RGB (Red+Green+Blue) = 229+21+110=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5156E is #1AEA91. Grayscale: #5D5D5D. Windows color (decimal): -1763986 or 7214565. OLE color: 7214565.
HSL color Cylindrical-coordinate representation of color #E5156E: hue angle of 334.33º 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 #E5156E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 110 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.10 |
| HSL | 334.33º | 0.83% | 0.49% | - |
| HSV(B) | 334.33º | 0.91% | 0.9% | - |
| XYZ | 35.4 | 18.32 | 16.42 | - |
| YUV | 93.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 110 | 0 | 0.91 | 0.52 | 0.10 | 334.33 | 0.83 | 0.49 |
| Hex | E5 | 15 | 6E | 0 | 5B | 34 | A | 14E | 53 | 31 |
| Octal | 345 | 25 | 156 | 0 | 133 | 64 | 12 | 516 | 123 | 61 |
| Binary | 11100101 | 10101 | 1101110 | 0 | 1011011 | 110100 | 1010 | 101001110 | 1010011 | 110001 |
Color Harmonies of #E5156E
Complementary color
Monochromatic Colors of #E5156E
Black with #E5156E
Text Example
Text Example
White with #E5156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5156E; }
p { color: rgb(229,21,110); }
H1.HeaderClassName
{
color: #E5156E;
}
.AnyTagClassName
{
color: #E5156E;
}
</style>
background-color css
<style>
a { background-color: #E5156E; }
a { background-color: rgb(229,21,110); }
div.DivClassName
{
background-color: #E5156E;
}
.BgClassName
{
background-color: #E5156E;
}
</style>
border-color css
<style>
span { border-color: #E5156E; }
span { border-color: rgb(229,21,110); }
td.TdClassName
{
border-color: #E5156E;
}
.TagClassName
{
border-color: #E5156E;
}
</style>