Shades of Ruby #E4047B
Tints of Ruby #E4047B
RGB
CMYK
RGB Variations
Color information
#E4047B (or 0xE4047B) is known color: Ruby. HEX triplet: E4, 04 and 7B. RGB value is (228,4,123). Sum of RGB (Red+Green+Blue) = 228+4+123=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4047B is #1BFB84. Grayscale: #545454. Windows color (decimal): -1833861 or 8062180. OLE color: 8062180.
HSL color Cylindrical-coordinate representation of color #E4047B: hue angle of 328.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4047B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.11 |
| HSL | 328.13º | 0.97% | 0.45% | - |
| HSV(B) | 328.13º | 0.98% | 0.89% | - |
| XYZ | 35.61 | 18.01 | 20.34 | - |
| YUV | 84.54 | 149.71 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 123 | 0 | 0.98 | 0.46 | 0.11 | 328.13 | 0.97 | 0.45 |
| Hex | E4 | 4 | 7B | 0 | 62 | 2E | B | 148 | 61 | 2D |
| Octal | 344 | 4 | 173 | 0 | 142 | 56 | 13 | 510 | 141 | 55 |
| Binary | 11100100 | 100 | 1111011 | 0 | 1100010 | 101110 | 1011 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E4047B
Complementary color
Monochromatic Colors of #E4047B
Black with #E4047B
Text Example
Text Example
White with #E4047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4047B; }
p { color: rgb(228,4,123); }
H1.HeaderClassName
{
color: #E4047B;
}
.AnyTagClassName
{
color: #E4047B;
}
</style>
background-color css
<style>
a { background-color: #E4047B; }
a { background-color: rgb(228,4,123); }
div.DivClassName
{
background-color: #E4047B;
}
.BgClassName
{
background-color: #E4047B;
}
</style>
border-color css
<style>
span { border-color: #E4047B; }
span { border-color: rgb(228,4,123); }
td.TdClassName
{
border-color: #E4047B;
}
.TagClassName
{
border-color: #E4047B;
}
</style>