Shades of Ruby #E0155C
Tints of Ruby #E0155C
RGB
CMYK
RGB Variations
Color information
#E0155C (or 0xE0155C) is known color: Ruby. HEX triplet: E0, 15 and 5C. RGB value is (224,21,92). Sum of RGB (Red+Green+Blue) = 224+21+92=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0155C is #1FEAA3. Grayscale: #595959. Windows color (decimal): -2091684 or 6034912. OLE color: 6034912.
HSL color Cylindrical-coordinate representation of color #E0155C: hue angle of 339.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0155C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.12 |
| HSL | 339.01º | 0.83% | 0.48% | - |
| HSV(B) | 339.01º | 0.91% | 0.88% | - |
| XYZ | 32.94 | 17.16 | 11.7 | - |
| YUV | 89.79 | 129.25 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 92 | 0 | 0.91 | 0.59 | 0.12 | 339.01 | 0.83 | 0.48 |
| Hex | E0 | 15 | 5C | 0 | 5B | 3B | C | 153 | 53 | 30 |
| Octal | 340 | 25 | 134 | 0 | 133 | 73 | 14 | 523 | 123 | 60 |
| Binary | 11100000 | 10101 | 1011100 | 0 | 1011011 | 111011 | 1100 | 101010011 | 1010011 | 110000 |
Color Harmonies of #E0155C
Complementary color
Monochromatic Colors of #E0155C
Black with #E0155C
Text Example
Text Example
White with #E0155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0155C; }
p { color: rgb(224,21,92); }
H1.HeaderClassName
{
color: #E0155C;
}
.AnyTagClassName
{
color: #E0155C;
}
</style>
background-color css
<style>
a { background-color: #E0155C; }
a { background-color: rgb(224,21,92); }
div.DivClassName
{
background-color: #E0155C;
}
.BgClassName
{
background-color: #E0155C;
}
</style>
border-color css
<style>
span { border-color: #E0155C; }
span { border-color: rgb(224,21,92); }
td.TdClassName
{
border-color: #E0155C;
}
.TagClassName
{
border-color: #E0155C;
}
</style>