Shades of Ruby #E00967
Tints of Ruby #E00967
RGB
CMYK
RGB Variations
Color information
#E00967 (or 0xE00967) is known color: Ruby. HEX triplet: E0, 09 and 67. RGB value is (224,9,103). Sum of RGB (Red+Green+Blue) = 224+9+103=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E00967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00967 is #1FF698. Grayscale: #535353. Windows color (decimal): -2094745 or 6752736. OLE color: 6752736.
HSL color Cylindrical-coordinate representation of color #E00967: hue angle of 333.77º 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 #E00967 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.12 |
| HSL | 333.77º | 0.92% | 0.46% | - |
| HSV(B) | 333.77º | 0.96% | 0.88% | - |
| XYZ | 33.29 | 17.02 | 14.36 | - |
| YUV | 84 | 138.73 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 103 | 0 | 0.96 | 0.54 | 0.12 | 333.77 | 0.92 | 0.46 |
| Hex | E0 | 9 | 67 | 0 | 60 | 36 | C | 14E | 5C | 2E |
| Octal | 340 | 11 | 147 | 0 | 140 | 66 | 14 | 516 | 134 | 56 |
| Binary | 11100000 | 1001 | 1100111 | 0 | 1100000 | 110110 | 1100 | 101001110 | 1011100 | 101110 |
Color Harmonies of #E00967
Complementary color
Monochromatic Colors of #E00967
Black with #E00967
Text Example
Text Example
White with #E00967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00967; }
p { color: rgb(224,9,103); }
H1.HeaderClassName
{
color: #E00967;
}
.AnyTagClassName
{
color: #E00967;
}
</style>
background-color css
<style>
a { background-color: #E00967; }
a { background-color: rgb(224,9,103); }
div.DivClassName
{
background-color: #E00967;
}
.BgClassName
{
background-color: #E00967;
}
</style>
border-color css
<style>
span { border-color: #E00967; }
span { border-color: rgb(224,9,103); }
td.TdClassName
{
border-color: #E00967;
}
.TagClassName
{
border-color: #E00967;
}
</style>