Shades of Ruby #E81472
Tints of Ruby #E81472
RGB
CMYK
RGB Variations
Color information
#E81472 (or 0xE81472) is known color: Ruby. HEX triplet: E8, 14 and 72. RGB value is (232,20,114). Sum of RGB (Red+Green+Blue) = 232+20+114=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E81472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81472 is #17EB8D. Grayscale: #5D5D5D. Windows color (decimal): -1567630 or 7476456. OLE color: 7476456.
HSL color Cylindrical-coordinate representation of color #E81472: hue angle of 333.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81472 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 114 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.09 |
| HSL | 333.4º | 0.84% | 0.49% | - |
| HSV(B) | 333.4º | 0.91% | 0.91% | - |
| XYZ | 36.57 | 18.87 | 17.63 | - |
| YUV | 94.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 114 | 0 | 0.91 | 0.51 | 0.09 | 333.4 | 0.84 | 0.49 |
| Hex | E8 | 14 | 72 | 0 | 5B | 33 | 9 | 14D | 54 | 31 |
| Octal | 350 | 24 | 162 | 0 | 133 | 63 | 11 | 515 | 124 | 61 |
| Binary | 11101000 | 10100 | 1110010 | 0 | 1011011 | 110011 | 1001 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E81472
Complementary color
Monochromatic Colors of #E81472
Black with #E81472
Text Example
Text Example
White with #E81472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81472; }
p { color: rgb(232,20,114); }
H1.HeaderClassName
{
color: #E81472;
}
.AnyTagClassName
{
color: #E81472;
}
</style>
background-color css
<style>
a { background-color: #E81472; }
a { background-color: rgb(232,20,114); }
div.DivClassName
{
background-color: #E81472;
}
.BgClassName
{
background-color: #E81472;
}
</style>
border-color css
<style>
span { border-color: #E81472; }
span { border-color: rgb(232,20,114); }
td.TdClassName
{
border-color: #E81472;
}
.TagClassName
{
border-color: #E81472;
}
</style>