Shades of Ruby #E81E72
Tints of Ruby #E81E72
RGB
CMYK
RGB Variations
Color information
#E81E72 (or 0xE81E72) is known color: Ruby. HEX triplet: E8, 1E and 72. RGB value is (232,30,114). Sum of RGB (Red+Green+Blue) = 232+30+114=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E72 is #17E18D. Grayscale: #636363. Windows color (decimal): -1565070 or 7479016. OLE color: 7479016.
HSL color Cylindrical-coordinate representation of color #E81E72: hue angle of 335.05º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E72 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 114 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.09 |
| HSL | 335.05º | 0.81% | 0.51% | - |
| HSV(B) | 335.05º | 0.87% | 0.91% | - |
| XYZ | 36.78 | 19.3 | 17.71 | - |
| YUV | 99.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 114 | 0 | 0.87 | 0.51 | 0.09 | 335.05 | 0.81 | 0.51 |
| Hex | E8 | 1E | 72 | 0 | 57 | 33 | 9 | 14F | 51 | 33 |
| Octal | 350 | 36 | 162 | 0 | 127 | 63 | 11 | 517 | 121 | 63 |
| Binary | 11101000 | 11110 | 1110010 | 0 | 1010111 | 110011 | 1001 | 101001111 | 1010001 | 110011 |
Color Harmonies of #E81E72
Complementary color
Monochromatic Colors of #E81E72
Black with #E81E72
Text Example
Text Example
White with #E81E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E72; }
p { color: rgb(232,30,114); }
H1.HeaderClassName
{
color: #E81E72;
}
.AnyTagClassName
{
color: #E81E72;
}
</style>
background-color css
<style>
a { background-color: #E81E72; }
a { background-color: rgb(232,30,114); }
div.DivClassName
{
background-color: #E81E72;
}
.BgClassName
{
background-color: #E81E72;
}
</style>
border-color css
<style>
span { border-color: #E81E72; }
span { border-color: rgb(232,30,114); }
td.TdClassName
{
border-color: #E81E72;
}
.TagClassName
{
border-color: #E81E72;
}
</style>