Shades of Ruby #E82072
Tints of Ruby #E82072
RGB
CMYK
RGB Variations
Color information
#E82072 (or 0xE82072) is known color: Ruby. HEX triplet: E8, 20 and 72. RGB value is (232,32,114). Sum of RGB (Red+Green+Blue) = 232+32+114=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E82072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82072 is #17DF8D. Grayscale: #656565. Windows color (decimal): -1564558 or 7479528. OLE color: 7479528.
HSL color Cylindrical-coordinate representation of color #E82072: hue angle of 335.4º 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 #E82072 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 114 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.09 |
| HSL | 335.4º | 0.81% | 0.52% | - |
| HSV(B) | 335.4º | 0.86% | 0.91% | - |
| XYZ | 36.83 | 19.4 | 17.72 | - |
| YUV | 101.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 114 | 0 | 0.86 | 0.51 | 0.09 | 335.4 | 0.81 | 0.52 |
| Hex | E8 | 20 | 72 | 0 | 56 | 33 | 9 | 14F | 51 | 34 |
| Octal | 350 | 40 | 162 | 0 | 126 | 63 | 11 | 517 | 121 | 64 |
| Binary | 11101000 | 100000 | 1110010 | 0 | 1010110 | 110011 | 1001 | 101001111 | 1010001 | 110100 |
Color Harmonies of #E82072
Complementary color
Monochromatic Colors of #E82072
Black with #E82072
Text Example
Text Example
White with #E82072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82072; }
p { color: rgb(232,32,114); }
H1.HeaderClassName
{
color: #E82072;
}
.AnyTagClassName
{
color: #E82072;
}
</style>
background-color css
<style>
a { background-color: #E82072; }
a { background-color: rgb(232,32,114); }
div.DivClassName
{
background-color: #E82072;
}
.BgClassName
{
background-color: #E82072;
}
</style>
border-color css
<style>
span { border-color: #E82072; }
span { border-color: rgb(232,32,114); }
td.TdClassName
{
border-color: #E82072;
}
.TagClassName
{
border-color: #E82072;
}
</style>