Shades of Ruby #E4096F
Tints of Ruby #E4096F
RGB
CMYK
RGB Variations
Color information
#E4096F (or 0xE4096F) is known color: Ruby. HEX triplet: E4, 09 and 6F. RGB value is (228,9,111). Sum of RGB (Red+Green+Blue) = 228+9+111=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E4096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4096F is #1BF690. Grayscale: #555555. Windows color (decimal): -1832593 or 7277028. OLE color: 7277028.
HSL color Cylindrical-coordinate representation of color #E4096F: hue angle of 332.05º 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 #E4096F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.11 |
| HSL | 332.05º | 0.92% | 0.46% | - |
| HSV(B) | 332.05º | 0.96% | 0.89% | - |
| XYZ | 34.96 | 17.84 | 16.64 | - |
| YUV | 86.11 | 142.05 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 111 | 0 | 0.96 | 0.51 | 0.11 | 332.05 | 0.92 | 0.46 |
| Hex | E4 | 9 | 6F | 0 | 60 | 33 | B | 14C | 5C | 2E |
| Octal | 344 | 11 | 157 | 0 | 140 | 63 | 13 | 514 | 134 | 56 |
| Binary | 11100100 | 1001 | 1101111 | 0 | 1100000 | 110011 | 1011 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E4096F
Complementary color
Monochromatic Colors of #E4096F
Black with #E4096F
Text Example
Text Example
White with #E4096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4096F; }
p { color: rgb(228,9,111); }
H1.HeaderClassName
{
color: #E4096F;
}
.AnyTagClassName
{
color: #E4096F;
}
</style>
background-color css
<style>
a { background-color: #E4096F; }
a { background-color: rgb(228,9,111); }
div.DivClassName
{
background-color: #E4096F;
}
.BgClassName
{
background-color: #E4096F;
}
</style>
border-color css
<style>
span { border-color: #E4096F; }
span { border-color: rgb(228,9,111); }
td.TdClassName
{
border-color: #E4096F;
}
.TagClassName
{
border-color: #E4096F;
}
</style>