Shades of Ruby #E02073
Tints of Ruby #E02073
RGB
CMYK
RGB Variations
Color information
#E02073 (or 0xE02073) is known color: Ruby. HEX triplet: E0, 20 and 73. RGB value is (224,32,115). Sum of RGB (Red+Green+Blue) = 224+32+115=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E02073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02073 is #1FDF8C. Grayscale: #626262. Windows color (decimal): -2088845 or 7545056. OLE color: 7545056.
HSL color Cylindrical-coordinate representation of color #E02073: hue angle of 334.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02073 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 115 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.12 |
| HSL | 334.06º | 0.76% | 0.5% | - |
| HSV(B) | 334.06º | 0.86% | 0.88% | - |
| XYZ | 34.35 | 18.12 | 17.91 | - |
| YUV | 98.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 115 | 0 | 0.86 | 0.49 | 0.12 | 334.06 | 0.76 | 0.5 |
| Hex | E0 | 20 | 73 | 0 | 56 | 31 | C | 14E | 4C | 32 |
| Octal | 340 | 40 | 163 | 0 | 126 | 61 | 14 | 516 | 114 | 62 |
| Binary | 11100000 | 100000 | 1110011 | 0 | 1010110 | 110001 | 1100 | 101001110 | 1001100 | 110010 |
Color Harmonies of #E02073
Complementary color
Monochromatic Colors of #E02073
Black with #E02073
Text Example
Text Example
White with #E02073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02073; }
p { color: rgb(224,32,115); }
H1.HeaderClassName
{
color: #E02073;
}
.AnyTagClassName
{
color: #E02073;
}
</style>
background-color css
<style>
a { background-color: #E02073; }
a { background-color: rgb(224,32,115); }
div.DivClassName
{
background-color: #E02073;
}
.BgClassName
{
background-color: #E02073;
}
</style>
border-color css
<style>
span { border-color: #E02073; }
span { border-color: rgb(224,32,115); }
td.TdClassName
{
border-color: #E02073;
}
.TagClassName
{
border-color: #E02073;
}
</style>