Shades of Ruby #E10177
Tints of Ruby #E10177
RGB
CMYK
RGB Variations
Color information
#E10177 (or 0xE10177) is known color: Ruby. HEX triplet: E1, 01 and 77. RGB value is (225,1,119). Sum of RGB (Red+Green+Blue) = 225+1+119=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E10177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10177 is #1EFE88. Grayscale: #515151. Windows color (decimal): -2031241 or 7799265. OLE color: 7799265.
HSL color Cylindrical-coordinate representation of color #E10177: hue angle of 328.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10177 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.12 |
| HSL | 328.39º | 0.99% | 0.44% | - |
| HSV(B) | 328.39º | 1% | 0.88% | - |
| XYZ | 34.39 | 17.36 | 18.99 | - |
| YUV | 81.43 | 149.21 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 119 | 0 | 1.00 | 0.47 | 0.12 | 328.39 | 0.99 | 0.44 |
| Hex | E1 | 1 | 77 | 0 | 64 | 2F | C | 148 | 63 | 2C |
| Octal | 341 | 1 | 167 | 0 | 144 | 57 | 14 | 510 | 143 | 54 |
| Binary | 11100001 | 1 | 1110111 | 0 | 1100100 | 101111 | 1100 | 101001000 | 1100011 | 101100 |
Color Harmonies of #E10177
Complementary color
Monochromatic Colors of #E10177
Black with #E10177
Text Example
Text Example
White with #E10177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10177; }
p { color: rgb(225,1,119); }
H1.HeaderClassName
{
color: #E10177;
}
.AnyTagClassName
{
color: #E10177;
}
</style>
background-color css
<style>
a { background-color: #E10177; }
a { background-color: rgb(225,1,119); }
div.DivClassName
{
background-color: #E10177;
}
.BgClassName
{
background-color: #E10177;
}
</style>
border-color css
<style>
span { border-color: #E10177; }
span { border-color: rgb(225,1,119); }
td.TdClassName
{
border-color: #E10177;
}
.TagClassName
{
border-color: #E10177;
}
</style>