Shades of Ruby #E81465
Tints of Ruby #E81465
RGB
CMYK
RGB Variations
Color information
#E81465 (or 0xE81465) is known color: Ruby. HEX triplet: E8, 14 and 65. RGB value is (232,20,101). Sum of RGB (Red+Green+Blue) = 232+20+101=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81465 is #17EB9A. Grayscale: #5C5C5C. Windows color (decimal): -1567643 or 6624488. OLE color: 6624488.
HSL color Cylindrical-coordinate representation of color #E81465: hue angle of 337.08º 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 #E81465 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.09 |
| HSL | 337.08º | 0.84% | 0.49% | - |
| HSV(B) | 337.08º | 0.91% | 0.91% | - |
| XYZ | 35.88 | 18.6 | 14.01 | - |
| YUV | 92.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 101 | 0 | 0.91 | 0.56 | 0.09 | 337.08 | 0.84 | 0.49 |
| Hex | E8 | 14 | 65 | 0 | 5B | 38 | 9 | 151 | 54 | 31 |
| Octal | 350 | 24 | 145 | 0 | 133 | 70 | 11 | 521 | 124 | 61 |
| Binary | 11101000 | 10100 | 1100101 | 0 | 1011011 | 111000 | 1001 | 101010001 | 1010100 | 110001 |
Color Harmonies of #E81465
Complementary color
Monochromatic Colors of #E81465
Black with #E81465
Text Example
Text Example
White with #E81465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81465; }
p { color: rgb(232,20,101); }
H1.HeaderClassName
{
color: #E81465;
}
.AnyTagClassName
{
color: #E81465;
}
</style>
background-color css
<style>
a { background-color: #E81465; }
a { background-color: rgb(232,20,101); }
div.DivClassName
{
background-color: #E81465;
}
.BgClassName
{
background-color: #E81465;
}
</style>
border-color css
<style>
span { border-color: #E81465; }
span { border-color: rgb(232,20,101); }
td.TdClassName
{
border-color: #E81465;
}
.TagClassName
{
border-color: #E81465;
}
</style>