Shades of Ruby #E4165D
Tints of Ruby #E4165D
RGB
CMYK
RGB Variations
Color information
#E4165D (or 0xE4165D) is known color: Ruby. HEX triplet: E4, 16 and 5D. RGB value is (228,22,93). Sum of RGB (Red+Green+Blue) = 228+22+93=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4165D is #1BE9A2. Grayscale: #5B5B5B. Windows color (decimal): -1829283 or 6100708. OLE color: 6100708.
HSL color Cylindrical-coordinate representation of color #E4165D: hue angle of 339.32º 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 #E4165D is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.11 |
| HSL | 339.32º | 0.82% | 0.49% | - |
| HSV(B) | 339.32º | 0.9% | 0.89% | - |
| XYZ | 34.26 | 17.86 | 12 | - |
| YUV | 91.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 93 | 0 | 0.90 | 0.59 | 0.11 | 339.32 | 0.82 | 0.49 |
| Hex | E4 | 16 | 5D | 0 | 5A | 3B | B | 153 | 52 | 31 |
| Octal | 344 | 26 | 135 | 0 | 132 | 73 | 13 | 523 | 122 | 61 |
| Binary | 11100100 | 10110 | 1011101 | 0 | 1011010 | 111011 | 1011 | 101010011 | 1010010 | 110001 |
Color Harmonies of #E4165D
Complementary color
Monochromatic Colors of #E4165D
Black with #E4165D
Text Example
Text Example
White with #E4165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4165D; }
p { color: rgb(228,22,93); }
H1.HeaderClassName
{
color: #E4165D;
}
.AnyTagClassName
{
color: #E4165D;
}
</style>
background-color css
<style>
a { background-color: #E4165D; }
a { background-color: rgb(228,22,93); }
div.DivClassName
{
background-color: #E4165D;
}
.BgClassName
{
background-color: #E4165D;
}
</style>
border-color css
<style>
span { border-color: #E4165D; }
span { border-color: rgb(228,22,93); }
td.TdClassName
{
border-color: #E4165D;
}
.TagClassName
{
border-color: #E4165D;
}
</style>