Shades of Ruby #E4077A
Tints of Ruby #E4077A
RGB
CMYK
RGB Variations
Color information
#E4077A (or 0xE4077A) is known color: Ruby. HEX triplet: E4, 07 and 7A. RGB value is (228,7,122). Sum of RGB (Red+Green+Blue) = 228+7+122=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E4077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4077A is #1BF885. Grayscale: #555555. Windows color (decimal): -1833094 or 7997412. OLE color: 7997412.
HSL color Cylindrical-coordinate representation of color #E4077A: hue angle of 328.78º 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 #E4077A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.11 |
| HSL | 328.78º | 0.94% | 0.46% | - |
| HSV(B) | 328.78º | 0.97% | 0.89% | - |
| XYZ | 35.58 | 18.05 | 20.02 | - |
| YUV | 86.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 122 | 0 | 0.97 | 0.46 | 0.11 | 328.78 | 0.94 | 0.46 |
| Hex | E4 | 7 | 7A | 0 | 61 | 2E | B | 149 | 5E | 2E |
| Octal | 344 | 7 | 172 | 0 | 141 | 56 | 13 | 511 | 136 | 56 |
| Binary | 11100100 | 111 | 1111010 | 0 | 1100001 | 101110 | 1011 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E4077A
Complementary color
Monochromatic Colors of #E4077A
Black with #E4077A
Text Example
Text Example
White with #E4077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4077A; }
p { color: rgb(228,7,122); }
H1.HeaderClassName
{
color: #E4077A;
}
.AnyTagClassName
{
color: #E4077A;
}
</style>
background-color css
<style>
a { background-color: #E4077A; }
a { background-color: rgb(228,7,122); }
div.DivClassName
{
background-color: #E4077A;
}
.BgClassName
{
background-color: #E4077A;
}
</style>
border-color css
<style>
span { border-color: #E4077A; }
span { border-color: rgb(228,7,122); }
td.TdClassName
{
border-color: #E4077A;
}
.TagClassName
{
border-color: #E4077A;
}
</style>