Shades of Ruby #E5057B
Tints of Ruby #E5057B
RGB
CMYK
RGB Variations
Color information
#E5057B (or 0xE5057B) is known color: Ruby. HEX triplet: E5, 05 and 7B. RGB value is (229,5,123). Sum of RGB (Red+Green+Blue) = 229+5+123=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5057B is #1AFA84. Grayscale: #555555. Windows color (decimal): -1768069 or 8062437. OLE color: 8062437.
HSL color Cylindrical-coordinate representation of color #E5057B: hue angle of 328.39º degrees, saturation: 0.96, 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 #E5057B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.10 |
| HSL | 328.39º | 0.96% | 0.46% | - |
| HSV(B) | 328.39º | 0.98% | 0.9% | - |
| XYZ | 35.94 | 18.2 | 20.36 | - |
| YUV | 85.43 | 149.21 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 123 | 0 | 0.98 | 0.46 | 0.10 | 328.39 | 0.96 | 0.46 |
| Hex | E5 | 5 | 7B | 0 | 62 | 2E | A | 148 | 60 | 2E |
| Octal | 345 | 5 | 173 | 0 | 142 | 56 | 12 | 510 | 140 | 56 |
| Binary | 11100101 | 101 | 1111011 | 0 | 1100010 | 101110 | 1010 | 101001000 | 1100000 | 101110 |
Color Harmonies of #E5057B
Complementary color
Monochromatic Colors of #E5057B
Black with #E5057B
Text Example
Text Example
White with #E5057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5057B; }
p { color: rgb(229,5,123); }
H1.HeaderClassName
{
color: #E5057B;
}
.AnyTagClassName
{
color: #E5057B;
}
</style>
background-color css
<style>
a { background-color: #E5057B; }
a { background-color: rgb(229,5,123); }
div.DivClassName
{
background-color: #E5057B;
}
.BgClassName
{
background-color: #E5057B;
}
</style>
border-color css
<style>
span { border-color: #E5057B; }
span { border-color: rgb(229,5,123); }
td.TdClassName
{
border-color: #E5057B;
}
.TagClassName
{
border-color: #E5057B;
}
</style>