Shades of Ruby #E82073
Tints of Ruby #E82073
RGB
CMYK
RGB Variations
Color information
#E82073 (or 0xE82073) is known color: Ruby. HEX triplet: E8, 20 and 73. RGB value is (232,32,115). Sum of RGB (Red+Green+Blue) = 232+32+115=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E82073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82073 is #17DF8C. Grayscale: #656565. Windows color (decimal): -1564557 or 7545064. OLE color: 7545064.
HSL color Cylindrical-coordinate representation of color #E82073: hue angle of 335.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82073 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 115 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.09 |
| HSL | 335.1º | 0.81% | 0.52% | - |
| HSV(B) | 335.1º | 0.86% | 0.91% | - |
| XYZ | 36.89 | 19.43 | 18.03 | - |
| YUV | 101.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 115 | 0 | 0.86 | 0.50 | 0.09 | 335.1 | 0.81 | 0.52 |
| Hex | E8 | 20 | 73 | 0 | 56 | 32 | 9 | 14F | 51 | 34 |
| Octal | 350 | 40 | 163 | 0 | 126 | 62 | 11 | 517 | 121 | 64 |
| Binary | 11101000 | 100000 | 1110011 | 0 | 1010110 | 110010 | 1001 | 101001111 | 1010001 | 110100 |
Color Harmonies of #E82073
Complementary color
Monochromatic Colors of #E82073
Black with #E82073
Text Example
Text Example
White with #E82073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82073; }
p { color: rgb(232,32,115); }
H1.HeaderClassName
{
color: #E82073;
}
.AnyTagClassName
{
color: #E82073;
}
</style>
background-color css
<style>
a { background-color: #E82073; }
a { background-color: rgb(232,32,115); }
div.DivClassName
{
background-color: #E82073;
}
.BgClassName
{
background-color: #E82073;
}
</style>
border-color css
<style>
span { border-color: #E82073; }
span { border-color: rgb(232,32,115); }
td.TdClassName
{
border-color: #E82073;
}
.TagClassName
{
border-color: #E82073;
}
</style>