Shades of Ruby #E01074
Tints of Ruby #E01074
RGB
CMYK
RGB Variations
Color information
#E01074 (or 0xE01074) is known color: Ruby. HEX triplet: E0, 10 and 74. RGB value is (224,16,116). Sum of RGB (Red+Green+Blue) = 224+16+116=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E01074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01074 is #1FEF8B. Grayscale: #595959. Windows color (decimal): -2092940 or 7606496. OLE color: 7606496.
HSL color Cylindrical-coordinate representation of color #E01074: hue angle of 331.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01074 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.12 |
| HSL | 331.15º | 0.87% | 0.47% | - |
| HSV(B) | 331.15º | 0.93% | 0.88% | - |
| XYZ | 34.08 | 17.48 | 18.1 | - |
| YUV | 89.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 116 | 0 | 0.93 | 0.48 | 0.12 | 331.15 | 0.87 | 0.47 |
| Hex | E0 | 10 | 74 | 0 | 5D | 30 | C | 14B | 57 | 2F |
| Octal | 340 | 20 | 164 | 0 | 135 | 60 | 14 | 513 | 127 | 57 |
| Binary | 11100000 | 10000 | 1110100 | 0 | 1011101 | 110000 | 1100 | 101001011 | 1010111 | 101111 |
Color Harmonies of #E01074
Complementary color
Monochromatic Colors of #E01074
Black with #E01074
Text Example
Text Example
White with #E01074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01074; }
p { color: rgb(224,16,116); }
H1.HeaderClassName
{
color: #E01074;
}
.AnyTagClassName
{
color: #E01074;
}
</style>
background-color css
<style>
a { background-color: #E01074; }
a { background-color: rgb(224,16,116); }
div.DivClassName
{
background-color: #E01074;
}
.BgClassName
{
background-color: #E01074;
}
</style>
border-color css
<style>
span { border-color: #E01074; }
span { border-color: rgb(224,16,116); }
td.TdClassName
{
border-color: #E01074;
}
.TagClassName
{
border-color: #E01074;
}
</style>