Shades of Ruby #E81873
Tints of Ruby #E81873
RGB
CMYK
RGB Variations
Color information
#E81873 (or 0xE81873) is known color: Ruby. HEX triplet: E8, 18 and 73. RGB value is (232,24,115). Sum of RGB (Red+Green+Blue) = 232+24+115=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E81873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81873 is #17E78C. Grayscale: #606060. Windows color (decimal): -1566605 or 7543016. OLE color: 7543016.
HSL color Cylindrical-coordinate representation of color #E81873: hue angle of 333.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81873 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 115 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.09 |
| HSL | 333.75º | 0.82% | 0.5% | - |
| HSV(B) | 333.75º | 0.9% | 0.91% | - |
| XYZ | 36.7 | 19.05 | 17.96 | - |
| YUV | 96.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 115 | 0 | 0.90 | 0.50 | 0.09 | 333.75 | 0.82 | 0.5 |
| Hex | E8 | 18 | 73 | 0 | 5A | 32 | 9 | 14E | 52 | 32 |
| Octal | 350 | 30 | 163 | 0 | 132 | 62 | 11 | 516 | 122 | 62 |
| Binary | 11101000 | 11000 | 1110011 | 0 | 1011010 | 110010 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E81873
Complementary color
Monochromatic Colors of #E81873
Black with #E81873
Text Example
Text Example
White with #E81873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81873; }
p { color: rgb(232,24,115); }
H1.HeaderClassName
{
color: #E81873;
}
.AnyTagClassName
{
color: #E81873;
}
</style>
background-color css
<style>
a { background-color: #E81873; }
a { background-color: rgb(232,24,115); }
div.DivClassName
{
background-color: #E81873;
}
.BgClassName
{
background-color: #E81873;
}
</style>
border-color css
<style>
span { border-color: #E81873; }
span { border-color: rgb(232,24,115); }
td.TdClassName
{
border-color: #E81873;
}
.TagClassName
{
border-color: #E81873;
}
</style>