Shades of Ruby #E81D5C
Tints of Ruby #E81D5C
RGB
CMYK
RGB Variations
Color information
#E81D5C (or 0xE81D5C) is known color: Ruby. HEX triplet: E8, 1D and 5C. RGB value is (232,29,92). Sum of RGB (Red+Green+Blue) = 232+29+92=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D5C is #17E2A3. Grayscale: #606060. Windows color (decimal): -1565348 or 6036968. OLE color: 6036968.
HSL color Cylindrical-coordinate representation of color #E81D5C: hue angle of 341.38º 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 #E81D5C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 92 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 341.38º | 0.82% | 0.51% | - |
| HSV(B) | 341.38º | 0.88% | 0.91% | - |
| XYZ | 35.65 | 18.81 | 11.88 | - |
| YUV | 96.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 92 | 0 | 0.88 | 0.60 | 0.09 | 341.38 | 0.82 | 0.51 |
| Hex | E8 | 1D | 5C | 0 | 58 | 3C | 9 | 155 | 52 | 33 |
| Octal | 350 | 35 | 134 | 0 | 130 | 74 | 11 | 525 | 122 | 63 |
| Binary | 11101000 | 11101 | 1011100 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E81D5C
Complementary color
Monochromatic Colors of #E81D5C
Black with #E81D5C
Text Example
Text Example
White with #E81D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D5C; }
p { color: rgb(232,29,92); }
H1.HeaderClassName
{
color: #E81D5C;
}
.AnyTagClassName
{
color: #E81D5C;
}
</style>
background-color css
<style>
a { background-color: #E81D5C; }
a { background-color: rgb(232,29,92); }
div.DivClassName
{
background-color: #E81D5C;
}
.BgClassName
{
background-color: #E81D5C;
}
</style>
border-color css
<style>
span { border-color: #E81D5C; }
span { border-color: rgb(232,29,92); }
td.TdClassName
{
border-color: #E81D5C;
}
.TagClassName
{
border-color: #E81D5C;
}
</style>