Shades of Ruby #E4106F
Tints of Ruby #E4106F
RGB
CMYK
RGB Variations
Color information
#E4106F (or 0xE4106F) is known color: Ruby. HEX triplet: E4, 10 and 6F. RGB value is (228,16,111). Sum of RGB (Red+Green+Blue) = 228+16+111=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4106F is #1BEF90. Grayscale: #5A5A5A. Windows color (decimal): -1830801 or 7278820. OLE color: 7278820.
HSL color Cylindrical-coordinate representation of color #E4106F: hue angle of 333.11º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4106F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.11 |
| HSL | 333.11º | 0.87% | 0.48% | - |
| HSV(B) | 333.11º | 0.93% | 0.89% | - |
| XYZ | 35.05 | 18.01 | 16.67 | - |
| YUV | 90.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 111 | 0 | 0.93 | 0.51 | 0.11 | 333.11 | 0.87 | 0.48 |
| Hex | E4 | 10 | 6F | 0 | 5D | 33 | B | 14D | 57 | 30 |
| Octal | 344 | 20 | 157 | 0 | 135 | 63 | 13 | 515 | 127 | 60 |
| Binary | 11100100 | 10000 | 1101111 | 0 | 1011101 | 110011 | 1011 | 101001101 | 1010111 | 110000 |
Color Harmonies of #E4106F
Complementary color
Monochromatic Colors of #E4106F
Black with #E4106F
Text Example
Text Example
White with #E4106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4106F; }
p { color: rgb(228,16,111); }
H1.HeaderClassName
{
color: #E4106F;
}
.AnyTagClassName
{
color: #E4106F;
}
</style>
background-color css
<style>
a { background-color: #E4106F; }
a { background-color: rgb(228,16,111); }
div.DivClassName
{
background-color: #E4106F;
}
.BgClassName
{
background-color: #E4106F;
}
</style>
border-color css
<style>
span { border-color: #E4106F; }
span { border-color: rgb(228,16,111); }
td.TdClassName
{
border-color: #E4106F;
}
.TagClassName
{
border-color: #E4106F;
}
</style>