Shades of Ruby #E01F5B
Tints of Ruby #E01F5B
RGB
CMYK
RGB Variations
Color information
#E01F5B (or 0xE01F5B) is known color: Ruby. HEX triplet: E0, 1F and 5B. RGB value is (224,31,91). Sum of RGB (Red+Green+Blue) = 224+31+91=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F5B is #1FE0A4. Grayscale: #5F5F5F. Windows color (decimal): -2089125 or 5971936. OLE color: 5971936.
HSL color Cylindrical-coordinate representation of color #E01F5B: hue angle of 341.35º 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 #E01F5B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 91 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.12 |
| HSL | 341.35º | 0.76% | 0.5% | - |
| HSV(B) | 341.35º | 0.86% | 0.88% | - |
| XYZ | 33.12 | 17.58 | 11.55 | - |
| YUV | 95.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 91 | 0 | 0.86 | 0.59 | 0.12 | 341.35 | 0.76 | 0.5 |
| Hex | E0 | 1F | 5B | 0 | 56 | 3B | C | 155 | 4C | 32 |
| Octal | 340 | 37 | 133 | 0 | 126 | 73 | 14 | 525 | 114 | 62 |
| Binary | 11100000 | 11111 | 1011011 | 0 | 1010110 | 111011 | 1100 | 101010101 | 1001100 | 110010 |
Color Harmonies of #E01F5B
Complementary color
Monochromatic Colors of #E01F5B
Black with #E01F5B
Text Example
Text Example
White with #E01F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F5B; }
p { color: rgb(224,31,91); }
H1.HeaderClassName
{
color: #E01F5B;
}
.AnyTagClassName
{
color: #E01F5B;
}
</style>
background-color css
<style>
a { background-color: #E01F5B; }
a { background-color: rgb(224,31,91); }
div.DivClassName
{
background-color: #E01F5B;
}
.BgClassName
{
background-color: #E01F5B;
}
</style>
border-color css
<style>
span { border-color: #E01F5B; }
span { border-color: rgb(224,31,91); }
td.TdClassName
{
border-color: #E01F5B;
}
.TagClassName
{
border-color: #E01F5B;
}
</style>