Shades of Ruby #E40974
Tints of Ruby #E40974
RGB
CMYK
RGB Variations
Color information
#E40974 (or 0xE40974) is known color: Ruby. HEX triplet: E4, 09 and 74. RGB value is (228,9,116). Sum of RGB (Red+Green+Blue) = 228+9+116=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E40974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40974 is #1BF68B. Grayscale: #565656. Windows color (decimal): -1832588 or 7604708. OLE color: 7604708.
HSL color Cylindrical-coordinate representation of color #E40974: hue angle of 330.68º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40974 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 116 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.11 |
| HSL | 330.68º | 0.92% | 0.46% | - |
| HSV(B) | 330.68º | 0.96% | 0.89% | - |
| XYZ | 35.24 | 17.95 | 18.13 | - |
| YUV | 86.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 116 | 0 | 0.96 | 0.49 | 0.11 | 330.68 | 0.92 | 0.46 |
| Hex | E4 | 9 | 74 | 0 | 60 | 31 | B | 14B | 5C | 2E |
| Octal | 344 | 11 | 164 | 0 | 140 | 61 | 13 | 513 | 134 | 56 |
| Binary | 11100100 | 1001 | 1110100 | 0 | 1100000 | 110001 | 1011 | 101001011 | 1011100 | 101110 |
Color Harmonies of #E40974
Complementary color
Monochromatic Colors of #E40974
Black with #E40974
Text Example
Text Example
White with #E40974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40974; }
p { color: rgb(228,9,116); }
H1.HeaderClassName
{
color: #E40974;
}
.AnyTagClassName
{
color: #E40974;
}
</style>
background-color css
<style>
a { background-color: #E40974; }
a { background-color: rgb(228,9,116); }
div.DivClassName
{
background-color: #E40974;
}
.BgClassName
{
background-color: #E40974;
}
</style>
border-color css
<style>
span { border-color: #E40974; }
span { border-color: rgb(228,9,116); }
td.TdClassName
{
border-color: #E40974;
}
.TagClassName
{
border-color: #E40974;
}
</style>