Shades of Ruby #E01F74
Tints of Ruby #E01F74
RGB
CMYK
RGB Variations
Color information
#E01F74 (or 0xE01F74) is known color: Ruby. HEX triplet: E0, 1F and 74. RGB value is (224,31,116). Sum of RGB (Red+Green+Blue) = 224+31+116=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F74 is #1FE08B. Grayscale: #626262. Windows color (decimal): -2089100 or 7610336. OLE color: 7610336.
HSL color Cylindrical-coordinate representation of color #E01F74: hue angle of 333.58º 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 #E01F74 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 116 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.12 |
| HSL | 333.58º | 0.76% | 0.5% | - |
| HSV(B) | 333.58º | 0.86% | 0.88% | - |
| XYZ | 34.38 | 18.09 | 18.2 | - |
| YUV | 98.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 116 | 0 | 0.86 | 0.48 | 0.12 | 333.58 | 0.76 | 0.5 |
| Hex | E0 | 1F | 74 | 0 | 56 | 30 | C | 14E | 4C | 32 |
| Octal | 340 | 37 | 164 | 0 | 126 | 60 | 14 | 516 | 114 | 62 |
| Binary | 11100000 | 11111 | 1110100 | 0 | 1010110 | 110000 | 1100 | 101001110 | 1001100 | 110010 |
Color Harmonies of #E01F74
Complementary color
Monochromatic Colors of #E01F74
Black with #E01F74
Text Example
Text Example
White with #E01F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F74; }
p { color: rgb(224,31,116); }
H1.HeaderClassName
{
color: #E01F74;
}
.AnyTagClassName
{
color: #E01F74;
}
</style>
background-color css
<style>
a { background-color: #E01F74; }
a { background-color: rgb(224,31,116); }
div.DivClassName
{
background-color: #E01F74;
}
.BgClassName
{
background-color: #E01F74;
}
</style>
border-color css
<style>
span { border-color: #E01F74; }
span { border-color: rgb(224,31,116); }
td.TdClassName
{
border-color: #E01F74;
}
.TagClassName
{
border-color: #E01F74;
}
</style>