Shades of Ruby #E81D5D
Tints of Ruby #E81D5D
RGB
CMYK
RGB Variations
Color information
#E81D5D (or 0xE81D5D) is known color: Ruby. HEX triplet: E8, 1D and 5D. RGB value is (232,29,93). Sum of RGB (Red+Green+Blue) = 232+29+93=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D5D is #17E2A2. Grayscale: #606060. Windows color (decimal): -1565347 or 6102504. OLE color: 6102504.
HSL color Cylindrical-coordinate representation of color #E81D5D: hue angle of 341.08º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 93 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 341.08º | 0.82% | 0.51% | - |
| HSV(B) | 341.08º | 0.88% | 0.91% | - |
| XYZ | 35.69 | 18.82 | 12.11 | - |
| YUV | 96.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 93 | 0 | 0.88 | 0.60 | 0.09 | 341.08 | 0.82 | 0.51 |
| Hex | E8 | 1D | 5D | 0 | 58 | 3C | 9 | 155 | 52 | 33 |
| Octal | 350 | 35 | 135 | 0 | 130 | 74 | 11 | 525 | 122 | 63 |
| Binary | 11101000 | 11101 | 1011101 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E81D5D
Complementary color
Monochromatic Colors of #E81D5D
Black with #E81D5D
Text Example
Text Example
White with #E81D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D5D; }
p { color: rgb(232,29,93); }
H1.HeaderClassName
{
color: #E81D5D;
}
.AnyTagClassName
{
color: #E81D5D;
}
</style>
background-color css
<style>
a { background-color: #E81D5D; }
a { background-color: rgb(232,29,93); }
div.DivClassName
{
background-color: #E81D5D;
}
.BgClassName
{
background-color: #E81D5D;
}
</style>
border-color css
<style>
span { border-color: #E81D5D; }
span { border-color: rgb(232,29,93); }
td.TdClassName
{
border-color: #E81D5D;
}
.TagClassName
{
border-color: #E81D5D;
}
</style>