Shades of Ruby #E00972
Tints of Ruby #E00972
RGB
CMYK
RGB Variations
Color information
#E00972 (or 0xE00972) is known color: Ruby. HEX triplet: E0, 09 and 72. RGB value is (224,9,114). Sum of RGB (Red+Green+Blue) = 224+9+114=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00972 is #1FF68D. Grayscale: #555555. Windows color (decimal): -2094734 or 7473632. OLE color: 7473632.
HSL color Cylindrical-coordinate representation of color #E00972: hue angle of 330.7º 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 #E00972 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.12 |
| HSL | 330.7º | 0.92% | 0.46% | - |
| HSV(B) | 330.7º | 0.96% | 0.88% | - |
| XYZ | 33.88 | 17.26 | 17.47 | - |
| YUV | 85.26 | 144.23 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 114 | 0 | 0.96 | 0.49 | 0.12 | 330.7 | 0.92 | 0.46 |
| Hex | E0 | 9 | 72 | 0 | 60 | 31 | C | 14B | 5C | 2E |
| Octal | 340 | 11 | 162 | 0 | 140 | 61 | 14 | 513 | 134 | 56 |
| Binary | 11100000 | 1001 | 1110010 | 0 | 1100000 | 110001 | 1100 | 101001011 | 1011100 | 101110 |
Color Harmonies of #E00972
Complementary color
Monochromatic Colors of #E00972
Black with #E00972
Text Example
Text Example
White with #E00972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00972; }
p { color: rgb(224,9,114); }
H1.HeaderClassName
{
color: #E00972;
}
.AnyTagClassName
{
color: #E00972;
}
</style>
background-color css
<style>
a { background-color: #E00972; }
a { background-color: rgb(224,9,114); }
div.DivClassName
{
background-color: #E00972;
}
.BgClassName
{
background-color: #E00972;
}
</style>
border-color css
<style>
span { border-color: #E00972; }
span { border-color: rgb(224,9,114); }
td.TdClassName
{
border-color: #E00972;
}
.TagClassName
{
border-color: #E00972;
}
</style>