Shades of Ruby #E40774
Tints of Ruby #E40774
RGB
CMYK
RGB Variations
Color information
#E40774 (or 0xE40774) is known color: Ruby. HEX triplet: E4, 07 and 74. RGB value is (228,7,116). Sum of RGB (Red+Green+Blue) = 228+7+116=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E40774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40774 is #1BF88B. Grayscale: #555555. Windows color (decimal): -1833100 or 7604196. OLE color: 7604196.
HSL color Cylindrical-coordinate representation of color #E40774: hue angle of 330.41º 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 #E40774 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 116 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.11 |
| HSL | 330.41º | 0.94% | 0.46% | - |
| HSV(B) | 330.41º | 0.97% | 0.89% | - |
| XYZ | 35.22 | 17.91 | 18.12 | - |
| YUV | 85.51 | 145.22 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 116 | 0 | 0.97 | 0.49 | 0.11 | 330.41 | 0.94 | 0.46 |
| Hex | E4 | 7 | 74 | 0 | 61 | 31 | B | 14A | 5E | 2E |
| Octal | 344 | 7 | 164 | 0 | 141 | 61 | 13 | 512 | 136 | 56 |
| Binary | 11100100 | 111 | 1110100 | 0 | 1100001 | 110001 | 1011 | 101001010 | 1011110 | 101110 |
Color Harmonies of #E40774
Complementary color
Monochromatic Colors of #E40774
Black with #E40774
Text Example
Text Example
White with #E40774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40774; }
p { color: rgb(228,7,116); }
H1.HeaderClassName
{
color: #E40774;
}
.AnyTagClassName
{
color: #E40774;
}
</style>
background-color css
<style>
a { background-color: #E40774; }
a { background-color: rgb(228,7,116); }
div.DivClassName
{
background-color: #E40774;
}
.BgClassName
{
background-color: #E40774;
}
</style>
border-color css
<style>
span { border-color: #E40774; }
span { border-color: rgb(228,7,116); }
td.TdClassName
{
border-color: #E40774;
}
.TagClassName
{
border-color: #E40774;
}
</style>