Shades of Ruby #E0096A
Tints of Ruby #E0096A
RGB
CMYK
RGB Variations
Color information
#E0096A (or 0xE0096A) is known color: Ruby. HEX triplet: E0, 09 and 6A. RGB value is (224,9,106). Sum of RGB (Red+Green+Blue) = 224+9+106=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0096A is #1FF695. Grayscale: #545454. Windows color (decimal): -2094742 or 6949344. OLE color: 6949344.
HSL color Cylindrical-coordinate representation of color #E0096A: hue angle of 332.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0096A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 332.93º | 0.92% | 0.46% | - |
| HSV(B) | 332.93º | 0.96% | 0.88% | - |
| XYZ | 33.44 | 17.08 | 15.17 | - |
| YUV | 84.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 106 | 0 | 0.96 | 0.53 | 0.12 | 332.93 | 0.92 | 0.46 |
| Hex | E0 | 9 | 6A | 0 | 60 | 35 | C | 14D | 5C | 2E |
| Octal | 340 | 11 | 152 | 0 | 140 | 65 | 14 | 515 | 134 | 56 |
| Binary | 11100000 | 1001 | 1101010 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E0096A
Complementary color
Monochromatic Colors of #E0096A
Black with #E0096A
Text Example
Text Example
White with #E0096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0096A; }
p { color: rgb(224,9,106); }
H1.HeaderClassName
{
color: #E0096A;
}
.AnyTagClassName
{
color: #E0096A;
}
</style>
background-color css
<style>
a { background-color: #E0096A; }
a { background-color: rgb(224,9,106); }
div.DivClassName
{
background-color: #E0096A;
}
.BgClassName
{
background-color: #E0096A;
}
</style>
border-color css
<style>
span { border-color: #E0096A; }
span { border-color: rgb(224,9,106); }
td.TdClassName
{
border-color: #E0096A;
}
.TagClassName
{
border-color: #E0096A;
}
</style>