Shades of Ruby #E8155D
Tints of Ruby #E8155D
RGB
CMYK
RGB Variations
Color information
#E8155D (or 0xE8155D) is known color: Ruby. HEX triplet: E8, 15 and 5D. RGB value is (232,21,93). Sum of RGB (Red+Green+Blue) = 232+21+93=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E8155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8155D is #17EAA2. Grayscale: #5C5C5C. Windows color (decimal): -1567395 or 6100456. OLE color: 6100456.
HSL color Cylindrical-coordinate representation of color #E8155D: hue angle of 339.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8155D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.09 |
| HSL | 339.53º | 0.83% | 0.5% | - |
| HSV(B) | 339.53º | 0.91% | 0.91% | - |
| XYZ | 35.52 | 18.48 | 12.05 | - |
| YUV | 92.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 93 | 0 | 0.91 | 0.60 | 0.09 | 339.53 | 0.83 | 0.5 |
| Hex | E8 | 15 | 5D | 0 | 5B | 3C | 9 | 154 | 53 | 32 |
| Octal | 350 | 25 | 135 | 0 | 133 | 74 | 11 | 524 | 123 | 62 |
| Binary | 11101000 | 10101 | 1011101 | 0 | 1011011 | 111100 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E8155D
Complementary color
Monochromatic Colors of #E8155D
Black with #E8155D
Text Example
Text Example
White with #E8155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8155D; }
p { color: rgb(232,21,93); }
H1.HeaderClassName
{
color: #E8155D;
}
.AnyTagClassName
{
color: #E8155D;
}
</style>
background-color css
<style>
a { background-color: #E8155D; }
a { background-color: rgb(232,21,93); }
div.DivClassName
{
background-color: #E8155D;
}
.BgClassName
{
background-color: #E8155D;
}
</style>
border-color css
<style>
span { border-color: #E8155D; }
span { border-color: rgb(232,21,93); }
td.TdClassName
{
border-color: #E8155D;
}
.TagClassName
{
border-color: #E8155D;
}
</style>