Shades of Ruby #E3076F
Tints of Ruby #E3076F
RGB
CMYK
RGB Variations
Color information
#E3076F (or 0xE3076F) is known color: Ruby. HEX triplet: E3, 07 and 6F. RGB value is (227,7,111). Sum of RGB (Red+Green+Blue) = 227+7+111=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E3076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3076F is #1CF890. Grayscale: #545454. Windows color (decimal): -1898641 or 7276515. OLE color: 7276515.
HSL color Cylindrical-coordinate representation of color #E3076F: hue angle of 331.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3076F is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.11 |
| HSL | 331.64º | 0.94% | 0.46% | - |
| HSV(B) | 331.64º | 0.97% | 0.89% | - |
| XYZ | 34.62 | 17.63 | 16.62 | - |
| YUV | 84.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 111 | 0 | 0.97 | 0.51 | 0.11 | 331.64 | 0.94 | 0.46 |
| Hex | E3 | 7 | 6F | 0 | 61 | 33 | B | 14C | 5E | 2E |
| Octal | 343 | 7 | 157 | 0 | 141 | 63 | 13 | 514 | 136 | 56 |
| Binary | 11100011 | 111 | 1101111 | 0 | 1100001 | 110011 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E3076F
Complementary color
Monochromatic Colors of #E3076F
Black with #E3076F
Text Example
Text Example
White with #E3076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3076F; }
p { color: rgb(227,7,111); }
H1.HeaderClassName
{
color: #E3076F;
}
.AnyTagClassName
{
color: #E3076F;
}
</style>
background-color css
<style>
a { background-color: #E3076F; }
a { background-color: rgb(227,7,111); }
div.DivClassName
{
background-color: #E3076F;
}
.BgClassName
{
background-color: #E3076F;
}
</style>
border-color css
<style>
span { border-color: #E3076F; }
span { border-color: rgb(227,7,111); }
td.TdClassName
{
border-color: #E3076F;
}
.TagClassName
{
border-color: #E3076F;
}
</style>