Shades of Ruby #E0076E
Tints of Ruby #E0076E
RGB
CMYK
RGB Variations
Color information
#E0076E (or 0xE0076E) is known color: Ruby. HEX triplet: E0, 07 and 6E. RGB value is (224,7,110). Sum of RGB (Red+Green+Blue) = 224+7+110=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0076E is #1FF891. Grayscale: #535353. Windows color (decimal): -2095250 or 7210976. OLE color: 7210976.
HSL color Cylindrical-coordinate representation of color #E0076E: hue angle of 331.52º 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 #E0076E is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.12 |
| HSL | 331.52º | 0.94% | 0.45% | - |
| HSV(B) | 331.52º | 0.97% | 0.88% | - |
| XYZ | 33.63 | 17.13 | 16.28 | - |
| YUV | 83.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 110 | 0 | 0.97 | 0.51 | 0.12 | 331.52 | 0.94 | 0.45 |
| Hex | E0 | 7 | 6E | 0 | 61 | 33 | C | 14C | 5E | 2D |
| Octal | 340 | 7 | 156 | 0 | 141 | 63 | 14 | 514 | 136 | 55 |
| Binary | 11100000 | 111 | 1101110 | 0 | 1100001 | 110011 | 1100 | 101001100 | 1011110 | 101101 |
Color Harmonies of #E0076E
Complementary color
Monochromatic Colors of #E0076E
Black with #E0076E
Text Example
Text Example
White with #E0076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0076E; }
p { color: rgb(224,7,110); }
H1.HeaderClassName
{
color: #E0076E;
}
.AnyTagClassName
{
color: #E0076E;
}
</style>
background-color css
<style>
a { background-color: #E0076E; }
a { background-color: rgb(224,7,110); }
div.DivClassName
{
background-color: #E0076E;
}
.BgClassName
{
background-color: #E0076E;
}
</style>
border-color css
<style>
span { border-color: #E0076E; }
span { border-color: rgb(224,7,110); }
td.TdClassName
{
border-color: #E0076E;
}
.TagClassName
{
border-color: #E0076E;
}
</style>