Shades of Ruby #E1077A
Tints of Ruby #E1077A
RGB
CMYK
RGB Variations
Color information
#E1077A (or 0xE1077A) is known color: Ruby. HEX triplet: E1, 07 and 7A. RGB value is (225,7,122). Sum of RGB (Red+Green+Blue) = 225+7+122=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1077A is #1EF885. Grayscale: #555555. Windows color (decimal): -2029702 or 7997409. OLE color: 7997409.
HSL color Cylindrical-coordinate representation of color #E1077A: hue angle of 328.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1077A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.12 |
| HSL | 328.35º | 0.94% | 0.45% | - |
| HSV(B) | 328.35º | 0.97% | 0.88% | - |
| XYZ | 34.64 | 17.56 | 19.98 | - |
| YUV | 85.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 122 | 0 | 0.97 | 0.46 | 0.12 | 328.35 | 0.94 | 0.45 |
| Hex | E1 | 7 | 7A | 0 | 61 | 2E | C | 148 | 5E | 2D |
| Octal | 341 | 7 | 172 | 0 | 141 | 56 | 14 | 510 | 136 | 55 |
| Binary | 11100001 | 111 | 1111010 | 0 | 1100001 | 101110 | 1100 | 101001000 | 1011110 | 101101 |
Color Harmonies of #E1077A
Complementary color
Monochromatic Colors of #E1077A
Black with #E1077A
Text Example
Text Example
White with #E1077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1077A; }
p { color: rgb(225,7,122); }
H1.HeaderClassName
{
color: #E1077A;
}
.AnyTagClassName
{
color: #E1077A;
}
</style>
background-color css
<style>
a { background-color: #E1077A; }
a { background-color: rgb(225,7,122); }
div.DivClassName
{
background-color: #E1077A;
}
.BgClassName
{
background-color: #E1077A;
}
</style>
border-color css
<style>
span { border-color: #E1077A; }
span { border-color: rgb(225,7,122); }
td.TdClassName
{
border-color: #E1077A;
}
.TagClassName
{
border-color: #E1077A;
}
</style>