Shades of Ruby #E4076E
Tints of Ruby #E4076E
RGB
CMYK
RGB Variations
Color information
#E4076E (or 0xE4076E) is known color: Ruby. HEX triplet: E4, 07 and 6E. RGB value is (228,7,110). Sum of RGB (Red+Green+Blue) = 228+7+110=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E4076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4076E is #1BF891. Grayscale: #545454. Windows color (decimal): -1833106 or 7210980. OLE color: 7210980.
HSL color Cylindrical-coordinate representation of color #E4076E: hue angle of 332.04º 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 #E4076E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.04º | 0.94% | 0.46% | - |
| HSV(B) | 332.04º | 0.97% | 0.89% | - |
| XYZ | 34.89 | 17.77 | 16.34 | - |
| YUV | 84.82 | 142.22 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 110 | 0 | 0.97 | 0.52 | 0.11 | 332.04 | 0.94 | 0.46 |
| Hex | E4 | 7 | 6E | 0 | 61 | 34 | B | 14C | 5E | 2E |
| Octal | 344 | 7 | 156 | 0 | 141 | 64 | 13 | 514 | 136 | 56 |
| Binary | 11100100 | 111 | 1101110 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E4076E
Complementary color
Monochromatic Colors of #E4076E
Black with #E4076E
Text Example
Text Example
White with #E4076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4076E; }
p { color: rgb(228,7,110); }
H1.HeaderClassName
{
color: #E4076E;
}
.AnyTagClassName
{
color: #E4076E;
}
</style>
background-color css
<style>
a { background-color: #E4076E; }
a { background-color: rgb(228,7,110); }
div.DivClassName
{
background-color: #E4076E;
}
.BgClassName
{
background-color: #E4076E;
}
</style>
border-color css
<style>
span { border-color: #E4076E; }
span { border-color: rgb(228,7,110); }
td.TdClassName
{
border-color: #E4076E;
}
.TagClassName
{
border-color: #E4076E;
}
</style>