Shades of Ruby #E5017B
Tints of Ruby #E5017B
RGB
CMYK
RGB Variations
Color information
#E5017B (or 0xE5017B) is known color: Ruby. HEX triplet: E5, 01 and 7B. RGB value is (229,1,123). Sum of RGB (Red+Green+Blue) = 229+1+123=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5017B is #1AFE84. Grayscale: #525252. Windows color (decimal): -1769093 or 8061413. OLE color: 8061413.
HSL color Cylindrical-coordinate representation of color #E5017B: hue angle of 327.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5017B is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.10 |
| HSL | 327.89º | 0.99% | 0.45% | - |
| HSV(B) | 327.89º | 1% | 0.9% | - |
| XYZ | 35.9 | 18.11 | 20.34 | - |
| YUV | 83.08 | 150.54 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 123 | 0 | 1.00 | 0.46 | 0.10 | 327.89 | 0.99 | 0.45 |
| Hex | E5 | 1 | 7B | 0 | 64 | 2E | A | 148 | 63 | 2D |
| Octal | 345 | 1 | 173 | 0 | 144 | 56 | 12 | 510 | 143 | 55 |
| Binary | 11100101 | 1 | 1111011 | 0 | 1100100 | 101110 | 1010 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E5017B
Complementary color
Monochromatic Colors of #E5017B
Black with #E5017B
Text Example
Text Example
White with #E5017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5017B; }
p { color: rgb(229,1,123); }
H1.HeaderClassName
{
color: #E5017B;
}
.AnyTagClassName
{
color: #E5017B;
}
</style>
background-color css
<style>
a { background-color: #E5017B; }
a { background-color: rgb(229,1,123); }
div.DivClassName
{
background-color: #E5017B;
}
.BgClassName
{
background-color: #E5017B;
}
</style>
border-color css
<style>
span { border-color: #E5017B; }
span { border-color: rgb(229,1,123); }
td.TdClassName
{
border-color: #E5017B;
}
.TagClassName
{
border-color: #E5017B;
}
</style>