Shades of Ruby #E4096C
Tints of Ruby #E4096C
RGB
CMYK
RGB Variations
Color information
#E4096C (or 0xE4096C) is known color: Ruby. HEX triplet: E4, 09 and 6C. RGB value is (228,9,108). Sum of RGB (Red+Green+Blue) = 228+9+108=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E4096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4096C is #1BF693. Grayscale: #555555. Windows color (decimal): -1832596 or 7080420. OLE color: 7080420.
HSL color Cylindrical-coordinate representation of color #E4096C: hue angle of 332.88º 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 #E4096C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.11 |
| HSL | 332.88º | 0.92% | 0.46% | - |
| HSV(B) | 332.88º | 0.96% | 0.89% | - |
| XYZ | 34.8 | 17.77 | 15.78 | - |
| YUV | 85.77 | 140.55 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 108 | 0 | 0.96 | 0.53 | 0.11 | 332.88 | 0.92 | 0.46 |
| Hex | E4 | 9 | 6C | 0 | 60 | 35 | B | 14D | 5C | 2E |
| Octal | 344 | 11 | 154 | 0 | 140 | 65 | 13 | 515 | 134 | 56 |
| Binary | 11100100 | 1001 | 1101100 | 0 | 1100000 | 110101 | 1011 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E4096C
Complementary color
Monochromatic Colors of #E4096C
Black with #E4096C
Text Example
Text Example
White with #E4096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4096C; }
p { color: rgb(228,9,108); }
H1.HeaderClassName
{
color: #E4096C;
}
.AnyTagClassName
{
color: #E4096C;
}
</style>
background-color css
<style>
a { background-color: #E4096C; }
a { background-color: rgb(228,9,108); }
div.DivClassName
{
background-color: #E4096C;
}
.BgClassName
{
background-color: #E4096C;
}
</style>
border-color css
<style>
span { border-color: #E4096C; }
span { border-color: rgb(228,9,108); }
td.TdClassName
{
border-color: #E4096C;
}
.TagClassName
{
border-color: #E4096C;
}
</style>