Shades of Ruby #E0096E
Tints of Ruby #E0096E
RGB
CMYK
RGB Variations
Color information
#E0096E (or 0xE0096E) is known color: Ruby. HEX triplet: E0, 09 and 6E. RGB value is (224,9,110). Sum of RGB (Red+Green+Blue) = 224+9+110=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E0096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0096E is #1FF691. Grayscale: #545454. Windows color (decimal): -2094738 or 7211488. OLE color: 7211488.
HSL color Cylindrical-coordinate representation of color #E0096E: hue angle of 331.81º 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 #E0096E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.12 |
| HSL | 331.81º | 0.92% | 0.46% | - |
| HSV(B) | 331.81º | 0.96% | 0.88% | - |
| XYZ | 33.65 | 17.17 | 16.29 | - |
| YUV | 84.8 | 142.23 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 110 | 0 | 0.96 | 0.51 | 0.12 | 331.81 | 0.92 | 0.46 |
| Hex | E0 | 9 | 6E | 0 | 60 | 33 | C | 14C | 5C | 2E |
| Octal | 340 | 11 | 156 | 0 | 140 | 63 | 14 | 514 | 134 | 56 |
| Binary | 11100000 | 1001 | 1101110 | 0 | 1100000 | 110011 | 1100 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E0096E
Complementary color
Monochromatic Colors of #E0096E
Black with #E0096E
Text Example
Text Example
White with #E0096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0096E; }
p { color: rgb(224,9,110); }
H1.HeaderClassName
{
color: #E0096E;
}
.AnyTagClassName
{
color: #E0096E;
}
</style>
background-color css
<style>
a { background-color: #E0096E; }
a { background-color: rgb(224,9,110); }
div.DivClassName
{
background-color: #E0096E;
}
.BgClassName
{
background-color: #E0096E;
}
</style>
border-color css
<style>
span { border-color: #E0096E; }
span { border-color: rgb(224,9,110); }
td.TdClassName
{
border-color: #E0096E;
}
.TagClassName
{
border-color: #E0096E;
}
</style>