Shades of Ruby #E01955
Tints of Ruby #E01955
RGB
CMYK
RGB Variations
Color information
#E01955 (or 0xE01955) is known color: Ruby. HEX triplet: E0, 19 and 55. RGB value is (224,25,85). Sum of RGB (Red+Green+Blue) = 224+25+85=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01955 is #1FE6AA. Grayscale: #5B5B5B. Windows color (decimal): -2090667 or 5577184. OLE color: 5577184.
HSL color Cylindrical-coordinate representation of color #E01955: hue angle of 341.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01955 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.12 |
| HSL | 341.91º | 0.8% | 0.49% | - |
| HSV(B) | 341.91º | 0.89% | 0.88% | - |
| XYZ | 32.73 | 17.2 | 10.19 | - |
| YUV | 91.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 85 | 0 | 0.89 | 0.62 | 0.12 | 341.91 | 0.8 | 0.49 |
| Hex | E0 | 19 | 55 | 0 | 59 | 3E | C | 156 | 50 | 31 |
| Octal | 340 | 31 | 125 | 0 | 131 | 76 | 14 | 526 | 120 | 61 |
| Binary | 11100000 | 11001 | 1010101 | 0 | 1011001 | 111110 | 1100 | 101010110 | 1010000 | 110001 |
Color Harmonies of #E01955
Complementary color
Monochromatic Colors of #E01955
Black with #E01955
Text Example
Text Example
White with #E01955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01955; }
p { color: rgb(224,25,85); }
H1.HeaderClassName
{
color: #E01955;
}
.AnyTagClassName
{
color: #E01955;
}
</style>
background-color css
<style>
a { background-color: #E01955; }
a { background-color: rgb(224,25,85); }
div.DivClassName
{
background-color: #E01955;
}
.BgClassName
{
background-color: #E01955;
}
</style>
border-color css
<style>
span { border-color: #E01955; }
span { border-color: rgb(224,25,85); }
td.TdClassName
{
border-color: #E01955;
}
.TagClassName
{
border-color: #E01955;
}
</style>