Shades of Ruby #E4077B
Tints of Ruby #E4077B
RGB
CMYK
RGB Variations
Color information
#E4077B (or 0xE4077B) is known color: Ruby. HEX triplet: E4, 07 and 7B. RGB value is (228,7,123). Sum of RGB (Red+Green+Blue) = 228+7+123=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4077B is #1BF884. Grayscale: #565656. Windows color (decimal): -1833093 or 8062948. OLE color: 8062948.
HSL color Cylindrical-coordinate representation of color #E4077B: hue angle of 328.51º 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 #E4077B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.11 |
| HSL | 328.51º | 0.94% | 0.46% | - |
| HSV(B) | 328.51º | 0.97% | 0.89% | - |
| XYZ | 35.65 | 18.08 | 20.35 | - |
| YUV | 86.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 123 | 0 | 0.97 | 0.46 | 0.11 | 328.51 | 0.94 | 0.46 |
| Hex | E4 | 7 | 7B | 0 | 61 | 2E | B | 149 | 5E | 2E |
| Octal | 344 | 7 | 173 | 0 | 141 | 56 | 13 | 511 | 136 | 56 |
| Binary | 11100100 | 111 | 1111011 | 0 | 1100001 | 101110 | 1011 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E4077B
Complementary color
Monochromatic Colors of #E4077B
Black with #E4077B
Text Example
Text Example
White with #E4077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4077B; }
p { color: rgb(228,7,123); }
H1.HeaderClassName
{
color: #E4077B;
}
.AnyTagClassName
{
color: #E4077B;
}
</style>
background-color css
<style>
a { background-color: #E4077B; }
a { background-color: rgb(228,7,123); }
div.DivClassName
{
background-color: #E4077B;
}
.BgClassName
{
background-color: #E4077B;
}
</style>
border-color css
<style>
span { border-color: #E4077B; }
span { border-color: rgb(228,7,123); }
td.TdClassName
{
border-color: #E4077B;
}
.TagClassName
{
border-color: #E4077B;
}
</style>