Shades of Ruby #E5047B
Tints of Ruby #E5047B
RGB
CMYK
RGB Variations
Color information
#E5047B (or 0xE5047B) is known color: Ruby. HEX triplet: E5, 04 and 7B. RGB value is (229,4,123). Sum of RGB (Red+Green+Blue) = 229+4+123=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5047B is #1AFB84. Grayscale: #545454. Windows color (decimal): -1768325 or 8062181. OLE color: 8062181.
HSL color Cylindrical-coordinate representation of color #E5047B: hue angle of 328.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5047B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.10 |
| HSL | 328.27º | 0.97% | 0.46% | - |
| HSV(B) | 328.27º | 0.98% | 0.9% | - |
| XYZ | 35.93 | 18.17 | 20.35 | - |
| YUV | 84.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 123 | 0 | 0.98 | 0.46 | 0.10 | 328.27 | 0.97 | 0.46 |
| Hex | E5 | 4 | 7B | 0 | 62 | 2E | A | 148 | 61 | 2E |
| Octal | 345 | 4 | 173 | 0 | 142 | 56 | 12 | 510 | 141 | 56 |
| Binary | 11100101 | 100 | 1111011 | 0 | 1100010 | 101110 | 1010 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E5047B
Complementary color
Monochromatic Colors of #E5047B
Black with #E5047B
Text Example
Text Example
White with #E5047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5047B; }
p { color: rgb(229,4,123); }
H1.HeaderClassName
{
color: #E5047B;
}
.AnyTagClassName
{
color: #E5047B;
}
</style>
background-color css
<style>
a { background-color: #E5047B; }
a { background-color: rgb(229,4,123); }
div.DivClassName
{
background-color: #E5047B;
}
.BgClassName
{
background-color: #E5047B;
}
</style>
border-color css
<style>
span { border-color: #E5047B; }
span { border-color: rgb(229,4,123); }
td.TdClassName
{
border-color: #E5047B;
}
.TagClassName
{
border-color: #E5047B;
}
</style>