Shades of Ruby #E81853
Tints of Ruby #E81853
RGB
CMYK
RGB Variations
Color information
#E81853 (or 0xE81853) is known color: Ruby. HEX triplet: E8, 18 and 53. RGB value is (232,24,83). Sum of RGB (Red+Green+Blue) = 232+24+83=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E81853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81853 is #17E7AC. Grayscale: #5C5C5C. Windows color (decimal): -1566637 or 5445864. OLE color: 5445864.
HSL color Cylindrical-coordinate representation of color #E81853: hue angle of 342.98º 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 #E81853 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 83 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.09 |
| HSL | 342.98º | 0.82% | 0.5% | - |
| HSV(B) | 342.98º | 0.9% | 0.91% | - |
| XYZ | 35.17 | 18.43 | 9.89 | - |
| YUV | 92.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 83 | 0 | 0.90 | 0.64 | 0.09 | 342.98 | 0.82 | 0.5 |
| Hex | E8 | 18 | 53 | 0 | 5A | 40 | 9 | 157 | 52 | 32 |
| Octal | 350 | 30 | 123 | 0 | 132 | 100 | 11 | 527 | 122 | 62 |
| Binary | 11101000 | 11000 | 1010011 | 0 | 1011010 | 1000000 | 1001 | 101010111 | 1010010 | 110010 |
Color Harmonies of #E81853
Complementary color
Monochromatic Colors of #E81853
Black with #E81853
Text Example
Text Example
White with #E81853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81853; }
p { color: rgb(232,24,83); }
H1.HeaderClassName
{
color: #E81853;
}
.AnyTagClassName
{
color: #E81853;
}
</style>
background-color css
<style>
a { background-color: #E81853; }
a { background-color: rgb(232,24,83); }
div.DivClassName
{
background-color: #E81853;
}
.BgClassName
{
background-color: #E81853;
}
</style>
border-color css
<style>
span { border-color: #E81853; }
span { border-color: rgb(232,24,83); }
td.TdClassName
{
border-color: #E81853;
}
.TagClassName
{
border-color: #E81853;
}
</style>