Shades of Ruby #E4077C
Tints of Ruby #E4077C
RGB
CMYK
RGB Variations
Color information
#E4077C (or 0xE4077C) is known color: Ruby. HEX triplet: E4, 07 and 7C. RGB value is (228,7,124). Sum of RGB (Red+Green+Blue) = 228+7+124=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E4077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4077C is #1BF883. Grayscale: #565656. Windows color (decimal): -1833092 or 8128484. OLE color: 8128484.
HSL color Cylindrical-coordinate representation of color #E4077C: hue angle of 328.24º 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 #E4077C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.11 |
| HSL | 328.24º | 0.94% | 0.46% | - |
| HSV(B) | 328.24º | 0.97% | 0.89% | - |
| XYZ | 35.71 | 18.1 | 20.68 | - |
| YUV | 86.42 | 149.22 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 124 | 0 | 0.97 | 0.46 | 0.11 | 328.24 | 0.94 | 0.46 |
| Hex | E4 | 7 | 7C | 0 | 61 | 2E | B | 148 | 5E | 2E |
| Octal | 344 | 7 | 174 | 0 | 141 | 56 | 13 | 510 | 136 | 56 |
| Binary | 11100100 | 111 | 1111100 | 0 | 1100001 | 101110 | 1011 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E4077C
Complementary color
Monochromatic Colors of #E4077C
Black with #E4077C
Text Example
Text Example
White with #E4077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4077C; }
p { color: rgb(228,7,124); }
H1.HeaderClassName
{
color: #E4077C;
}
.AnyTagClassName
{
color: #E4077C;
}
</style>
background-color css
<style>
a { background-color: #E4077C; }
a { background-color: rgb(228,7,124); }
div.DivClassName
{
background-color: #E4077C;
}
.BgClassName
{
background-color: #E4077C;
}
</style>
border-color css
<style>
span { border-color: #E4077C; }
span { border-color: rgb(228,7,124); }
td.TdClassName
{
border-color: #E4077C;
}
.TagClassName
{
border-color: #E4077C;
}
</style>