Shades of Ruby #E5146B
Tints of Ruby #E5146B
RGB
CMYK
RGB Variations
Color information
#E5146B (or 0xE5146B) is known color: Ruby. HEX triplet: E5, 14 and 6B. RGB value is (229,20,107). Sum of RGB (Red+Green+Blue) = 229+20+107=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5146B is #1AEB94. Grayscale: #5C5C5C. Windows color (decimal): -1764245 or 7017701. OLE color: 7017701.
HSL color Cylindrical-coordinate representation of color #E5146B: hue angle of 335.02º degrees, saturation: 0.84, 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 #E5146B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.10 |
| HSL | 335.02º | 0.84% | 0.49% | - |
| HSV(B) | 335.02º | 0.91% | 0.9% | - |
| XYZ | 35.22 | 18.22 | 15.57 | - |
| YUV | 92.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 107 | 0 | 0.91 | 0.53 | 0.10 | 335.02 | 0.84 | 0.49 |
| Hex | E5 | 14 | 6B | 0 | 5B | 35 | A | 14F | 54 | 31 |
| Octal | 345 | 24 | 153 | 0 | 133 | 65 | 12 | 517 | 124 | 61 |
| Binary | 11100101 | 10100 | 1101011 | 0 | 1011011 | 110101 | 1010 | 101001111 | 1010100 | 110001 |
Color Harmonies of #E5146B
Complementary color
Monochromatic Colors of #E5146B
Black with #E5146B
Text Example
Text Example
White with #E5146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5146B; }
p { color: rgb(229,20,107); }
H1.HeaderClassName
{
color: #E5146B;
}
.AnyTagClassName
{
color: #E5146B;
}
</style>
background-color css
<style>
a { background-color: #E5146B; }
a { background-color: rgb(229,20,107); }
div.DivClassName
{
background-color: #E5146B;
}
.BgClassName
{
background-color: #E5146B;
}
</style>
border-color css
<style>
span { border-color: #E5146B; }
span { border-color: rgb(229,20,107); }
td.TdClassName
{
border-color: #E5146B;
}
.TagClassName
{
border-color: #E5146B;
}
</style>