Shades of Ruby #E8165B
Tints of Ruby #E8165B
RGB
CMYK
RGB Variations
Color information
#E8165B (or 0xE8165B) is known color: Ruby. HEX triplet: E8, 16 and 5B. RGB value is (232,22,91). Sum of RGB (Red+Green+Blue) = 232+22+91=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8165B is #17E9A4. Grayscale: #5C5C5C. Windows color (decimal): -1567141 or 5969640. OLE color: 5969640.
HSL color Cylindrical-coordinate representation of color #E8165B: hue angle of 340.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8165B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 91 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 340.29º | 0.83% | 0.5% | - |
| HSV(B) | 340.29º | 0.91% | 0.91% | - |
| XYZ | 35.45 | 18.48 | 11.6 | - |
| YUV | 92.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 91 | 0 | 0.91 | 0.61 | 0.09 | 340.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 5B | 0 | 5B | 3D | 9 | 154 | 53 | 32 |
| Octal | 350 | 26 | 133 | 0 | 133 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101000 | 10110 | 1011011 | 0 | 1011011 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E8165B
Complementary color
Monochromatic Colors of #E8165B
Black with #E8165B
Text Example
Text Example
White with #E8165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8165B; }
p { color: rgb(232,22,91); }
H1.HeaderClassName
{
color: #E8165B;
}
.AnyTagClassName
{
color: #E8165B;
}
</style>
background-color css
<style>
a { background-color: #E8165B; }
a { background-color: rgb(232,22,91); }
div.DivClassName
{
background-color: #E8165B;
}
.BgClassName
{
background-color: #E8165B;
}
</style>
border-color css
<style>
span { border-color: #E8165B; }
span { border-color: rgb(232,22,91); }
td.TdClassName
{
border-color: #E8165B;
}
.TagClassName
{
border-color: #E8165B;
}
</style>