Shades of Ruby #E01C55
Tints of Ruby #E01C55
RGB
CMYK
RGB Variations
Color information
#E01C55 (or 0xE01C55) is known color: Ruby. HEX triplet: E0, 1C and 55. RGB value is (224,28,85). Sum of RGB (Red+Green+Blue) = 224+28+85=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C55 is #1FE3AA. Grayscale: #5D5D5D. Windows color (decimal): -2089899 or 5577952. OLE color: 5577952.
HSL color Cylindrical-coordinate representation of color #E01C55: hue angle of 342.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C55 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 85 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.12 |
| HSL | 342.55º | 0.78% | 0.49% | - |
| HSV(B) | 342.55º | 0.88% | 0.88% | - |
| XYZ | 32.8 | 17.33 | 10.21 | - |
| YUV | 93.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 85 | 0 | 0.88 | 0.62 | 0.12 | 342.55 | 0.78 | 0.49 |
| Hex | E0 | 1C | 55 | 0 | 58 | 3E | C | 157 | 4E | 31 |
| Octal | 340 | 34 | 125 | 0 | 130 | 76 | 14 | 527 | 116 | 61 |
| Binary | 11100000 | 11100 | 1010101 | 0 | 1011000 | 111110 | 1100 | 101010111 | 1001110 | 110001 |
Color Harmonies of #E01C55
Complementary color
Monochromatic Colors of #E01C55
Black with #E01C55
Text Example
Text Example
White with #E01C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C55; }
p { color: rgb(224,28,85); }
H1.HeaderClassName
{
color: #E01C55;
}
.AnyTagClassName
{
color: #E01C55;
}
</style>
background-color css
<style>
a { background-color: #E01C55; }
a { background-color: rgb(224,28,85); }
div.DivClassName
{
background-color: #E01C55;
}
.BgClassName
{
background-color: #E01C55;
}
</style>
border-color css
<style>
span { border-color: #E01C55; }
span { border-color: rgb(224,28,85); }
td.TdClassName
{
border-color: #E01C55;
}
.TagClassName
{
border-color: #E01C55;
}
</style>