Shades of Ruby #E00572
Tints of Ruby #E00572
RGB
CMYK
RGB Variations
Color information
#E00572 (or 0xE00572) is known color: Ruby. HEX triplet: E0, 05 and 72. RGB value is (224,5,114). Sum of RGB (Red+Green+Blue) = 224+5+114=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00572 is #1FFA8D. Grayscale: #525252. Windows color (decimal): -2095758 or 7472608. OLE color: 7472608.
HSL color Cylindrical-coordinate representation of color #E00572: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00572 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.12 |
| HSL | 330.14º | 0.96% | 0.45% | - |
| HSV(B) | 330.14º | 0.98% | 0.88% | - |
| XYZ | 33.83 | 17.17 | 17.45 | - |
| YUV | 82.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 114 | 0 | 0.98 | 0.49 | 0.12 | 330.14 | 0.96 | 0.45 |
| Hex | E0 | 5 | 72 | 0 | 62 | 31 | C | 14A | 60 | 2D |
| Octal | 340 | 5 | 162 | 0 | 142 | 61 | 14 | 512 | 140 | 55 |
| Binary | 11100000 | 101 | 1110010 | 0 | 1100010 | 110001 | 1100 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E00572
Complementary color
Monochromatic Colors of #E00572
Black with #E00572
Text Example
Text Example
White with #E00572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00572; }
p { color: rgb(224,5,114); }
H1.HeaderClassName
{
color: #E00572;
}
.AnyTagClassName
{
color: #E00572;
}
</style>
background-color css
<style>
a { background-color: #E00572; }
a { background-color: rgb(224,5,114); }
div.DivClassName
{
background-color: #E00572;
}
.BgClassName
{
background-color: #E00572;
}
</style>
border-color css
<style>
span { border-color: #E00572; }
span { border-color: rgb(224,5,114); }
td.TdClassName
{
border-color: #E00572;
}
.TagClassName
{
border-color: #E00572;
}
</style>