Shades of Ruby #E4096A
Tints of Ruby #E4096A
RGB
CMYK
RGB Variations
Color information
#E4096A (or 0xE4096A) is known color: Ruby. HEX triplet: E4, 09 and 6A. RGB value is (228,9,106). Sum of RGB (Red+Green+Blue) = 228+9+106=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4096A is #1BF695. Grayscale: #555555. Windows color (decimal): -1832598 or 6949348. OLE color: 6949348.
HSL color Cylindrical-coordinate representation of color #E4096A: hue angle of 333.42º 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 #E4096A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.11 |
| HSL | 333.42º | 0.92% | 0.46% | - |
| HSV(B) | 333.42º | 0.96% | 0.89% | - |
| XYZ | 34.69 | 17.73 | 15.23 | - |
| YUV | 85.54 | 139.55 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 106 | 0 | 0.96 | 0.54 | 0.11 | 333.42 | 0.92 | 0.46 |
| Hex | E4 | 9 | 6A | 0 | 60 | 36 | B | 14D | 5C | 2E |
| Octal | 344 | 11 | 152 | 0 | 140 | 66 | 13 | 515 | 134 | 56 |
| Binary | 11100100 | 1001 | 1101010 | 0 | 1100000 | 110110 | 1011 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E4096A
Complementary color
Monochromatic Colors of #E4096A
Black with #E4096A
Text Example
Text Example
White with #E4096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4096A; }
p { color: rgb(228,9,106); }
H1.HeaderClassName
{
color: #E4096A;
}
.AnyTagClassName
{
color: #E4096A;
}
</style>
background-color css
<style>
a { background-color: #E4096A; }
a { background-color: rgb(228,9,106); }
div.DivClassName
{
background-color: #E4096A;
}
.BgClassName
{
background-color: #E4096A;
}
</style>
border-color css
<style>
span { border-color: #E4096A; }
span { border-color: rgb(228,9,106); }
td.TdClassName
{
border-color: #E4096A;
}
.TagClassName
{
border-color: #E4096A;
}
</style>