Shades of Ruby #E00872
Tints of Ruby #E00872
RGB
CMYK
RGB Variations
Color information
#E00872 (or 0xE00872) is known color: Ruby. HEX triplet: E0, 08 and 72. RGB value is (224,8,114). Sum of RGB (Red+Green+Blue) = 224+8+114=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00872 is #1FF78D. Grayscale: #545454. Windows color (decimal): -2094990 or 7473376. OLE color: 7473376.
HSL color Cylindrical-coordinate representation of color #E00872: hue angle of 330.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00872 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.12 |
| HSL | 330.56º | 0.93% | 0.45% | - |
| HSV(B) | 330.56º | 0.96% | 0.88% | - |
| XYZ | 33.86 | 17.24 | 17.46 | - |
| YUV | 84.67 | 144.56 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 114 | 0 | 0.96 | 0.49 | 0.12 | 330.56 | 0.93 | 0.45 |
| Hex | E0 | 8 | 72 | 0 | 60 | 31 | C | 14B | 5D | 2D |
| Octal | 340 | 10 | 162 | 0 | 140 | 61 | 14 | 513 | 135 | 55 |
| Binary | 11100000 | 1000 | 1110010 | 0 | 1100000 | 110001 | 1100 | 101001011 | 1011101 | 101101 |
Color Harmonies of #E00872
Complementary color
Monochromatic Colors of #E00872
Black with #E00872
Text Example
Text Example
White with #E00872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00872; }
p { color: rgb(224,8,114); }
H1.HeaderClassName
{
color: #E00872;
}
.AnyTagClassName
{
color: #E00872;
}
</style>
background-color css
<style>
a { background-color: #E00872; }
a { background-color: rgb(224,8,114); }
div.DivClassName
{
background-color: #E00872;
}
.BgClassName
{
background-color: #E00872;
}
</style>
border-color css
<style>
span { border-color: #E00872; }
span { border-color: rgb(224,8,114); }
td.TdClassName
{
border-color: #E00872;
}
.TagClassName
{
border-color: #E00872;
}
</style>