Shades of Ruby #E4156B
Tints of Ruby #E4156B
RGB
CMYK
RGB Variations
Color information
#E4156B (or 0xE4156B) is known color: Ruby. HEX triplet: E4, 15 and 6B. RGB value is (228,21,107). Sum of RGB (Red+Green+Blue) = 228+21+107=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E4156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4156B is #1BEA94. Grayscale: #5C5C5C. Windows color (decimal): -1829525 or 7017956. OLE color: 7017956.
HSL color Cylindrical-coordinate representation of color #E4156B: hue angle of 335.07º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4156B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.11 |
| HSL | 335.07º | 0.83% | 0.49% | - |
| HSV(B) | 335.07º | 0.91% | 0.89% | - |
| XYZ | 34.92 | 18.09 | 15.56 | - |
| YUV | 92.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 107 | 0 | 0.91 | 0.53 | 0.11 | 335.07 | 0.83 | 0.49 |
| Hex | E4 | 15 | 6B | 0 | 5B | 35 | B | 14F | 53 | 31 |
| Octal | 344 | 25 | 153 | 0 | 133 | 65 | 13 | 517 | 123 | 61 |
| Binary | 11100100 | 10101 | 1101011 | 0 | 1011011 | 110101 | 1011 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E4156B
Complementary color
Monochromatic Colors of #E4156B
Black with #E4156B
Text Example
Text Example
White with #E4156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4156B; }
p { color: rgb(228,21,107); }
H1.HeaderClassName
{
color: #E4156B;
}
.AnyTagClassName
{
color: #E4156B;
}
</style>
background-color css
<style>
a { background-color: #E4156B; }
a { background-color: rgb(228,21,107); }
div.DivClassName
{
background-color: #E4156B;
}
.BgClassName
{
background-color: #E4156B;
}
</style>
border-color css
<style>
span { border-color: #E4156B; }
span { border-color: rgb(228,21,107); }
td.TdClassName
{
border-color: #E4156B;
}
.TagClassName
{
border-color: #E4156B;
}
</style>