Shades of Ruby #E0076F
Tints of Ruby #E0076F
RGB
CMYK
RGB Variations
Color information
#E0076F (or 0xE0076F) is known color: Ruby. HEX triplet: E0, 07 and 6F. RGB value is (224,7,111). Sum of RGB (Red+Green+Blue) = 224+7+111=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0076F is #1FF890. Grayscale: #535353. Windows color (decimal): -2095249 or 7276512. OLE color: 7276512.
HSL color Cylindrical-coordinate representation of color #E0076F: hue angle of 331.24º 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 #E0076F is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.12 |
| HSL | 331.24º | 0.94% | 0.45% | - |
| HSV(B) | 331.24º | 0.97% | 0.88% | - |
| XYZ | 33.69 | 17.15 | 16.57 | - |
| YUV | 83.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 111 | 0 | 0.97 | 0.50 | 0.12 | 331.24 | 0.94 | 0.45 |
| Hex | E0 | 7 | 6F | 0 | 61 | 32 | C | 14B | 5E | 2D |
| Octal | 340 | 7 | 157 | 0 | 141 | 62 | 14 | 513 | 136 | 55 |
| Binary | 11100000 | 111 | 1101111 | 0 | 1100001 | 110010 | 1100 | 101001011 | 1011110 | 101101 |
Color Harmonies of #E0076F
Complementary color
Monochromatic Colors of #E0076F
Black with #E0076F
Text Example
Text Example
White with #E0076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0076F; }
p { color: rgb(224,7,111); }
H1.HeaderClassName
{
color: #E0076F;
}
.AnyTagClassName
{
color: #E0076F;
}
</style>
background-color css
<style>
a { background-color: #E0076F; }
a { background-color: rgb(224,7,111); }
div.DivClassName
{
background-color: #E0076F;
}
.BgClassName
{
background-color: #E0076F;
}
</style>
border-color css
<style>
span { border-color: #E0076F; }
span { border-color: rgb(224,7,111); }
td.TdClassName
{
border-color: #E0076F;
}
.TagClassName
{
border-color: #E0076F;
}
</style>