Shades of Ruby #E4165B
Tints of Ruby #E4165B
RGB
CMYK
RGB Variations
Color information
#E4165B (or 0xE4165B) is known color: Ruby. HEX triplet: E4, 16 and 5B. RGB value is (228,22,91). Sum of RGB (Red+Green+Blue) = 228+22+91=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4165B is #1BE9A4. Grayscale: #5B5B5B. Windows color (decimal): -1829285 or 5969636. OLE color: 5969636.
HSL color Cylindrical-coordinate representation of color #E4165B: hue angle of 339.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4165B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 91 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.11 |
| HSL | 339.9º | 0.82% | 0.49% | - |
| HSV(B) | 339.9º | 0.9% | 0.89% | - |
| XYZ | 34.17 | 17.82 | 11.54 | - |
| YUV | 91.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 91 | 0 | 0.90 | 0.60 | 0.11 | 339.9 | 0.82 | 0.49 |
| Hex | E4 | 16 | 5B | 0 | 5A | 3C | B | 154 | 52 | 31 |
| Octal | 344 | 26 | 133 | 0 | 132 | 74 | 13 | 524 | 122 | 61 |
| Binary | 11100100 | 10110 | 1011011 | 0 | 1011010 | 111100 | 1011 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E4165B
Complementary color
Monochromatic Colors of #E4165B
Black with #E4165B
Text Example
Text Example
White with #E4165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4165B; }
p { color: rgb(228,22,91); }
H1.HeaderClassName
{
color: #E4165B;
}
.AnyTagClassName
{
color: #E4165B;
}
</style>
background-color css
<style>
a { background-color: #E4165B; }
a { background-color: rgb(228,22,91); }
div.DivClassName
{
background-color: #E4165B;
}
.BgClassName
{
background-color: #E4165B;
}
</style>
border-color css
<style>
span { border-color: #E4165B; }
span { border-color: rgb(228,22,91); }
td.TdClassName
{
border-color: #E4165B;
}
.TagClassName
{
border-color: #E4165B;
}
</style>