Shades of Ruby #E5017D
Tints of Ruby #E5017D
RGB
CMYK
RGB Variations
Color information
#E5017D (or 0xE5017D) is known color: Ruby. HEX triplet: E5, 01 and 7D. RGB value is (229,1,125). Sum of RGB (Red+Green+Blue) = 229+1+125=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5017D is #1AFE82. Grayscale: #535353. Windows color (decimal): -1769091 or 8192485. OLE color: 8192485.
HSL color Cylindrical-coordinate representation of color #E5017D: hue angle of 327.37º 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 #E5017D is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.10 |
| HSL | 327.37º | 0.99% | 0.45% | - |
| HSV(B) | 327.37º | 1% | 0.9% | - |
| XYZ | 36.03 | 18.16 | 21.01 | - |
| YUV | 83.31 | 151.54 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 125 | 0 | 1.00 | 0.45 | 0.10 | 327.37 | 0.99 | 0.45 |
| Hex | E5 | 1 | 7D | 0 | 64 | 2D | A | 147 | 63 | 2D |
| Octal | 345 | 1 | 175 | 0 | 144 | 55 | 12 | 507 | 143 | 55 |
| Binary | 11100101 | 1 | 1111101 | 0 | 1100100 | 101101 | 1010 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E5017D
Complementary color
Monochromatic Colors of #E5017D
Black with #E5017D
Text Example
Text Example
White with #E5017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5017D; }
p { color: rgb(229,1,125); }
H1.HeaderClassName
{
color: #E5017D;
}
.AnyTagClassName
{
color: #E5017D;
}
</style>
background-color css
<style>
a { background-color: #E5017D; }
a { background-color: rgb(229,1,125); }
div.DivClassName
{
background-color: #E5017D;
}
.BgClassName
{
background-color: #E5017D;
}
</style>
border-color css
<style>
span { border-color: #E5017D; }
span { border-color: rgb(229,1,125); }
td.TdClassName
{
border-color: #E5017D;
}
.TagClassName
{
border-color: #E5017D;
}
</style>