Shades of Ruby #E4107B
Tints of Ruby #E4107B
RGB
CMYK
RGB Variations
Color information
#E4107B (or 0xE4107B) is known color: Ruby. HEX triplet: E4, 10 and 7B. RGB value is (228,16,123). Sum of RGB (Red+Green+Blue) = 228+16+123=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E4107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4107B is #1BEF84. Grayscale: #5B5B5B. Windows color (decimal): -1830789 or 8065252. OLE color: 8065252.
HSL color Cylindrical-coordinate representation of color #E4107B: hue angle of 329.72º 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 #E4107B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.11 |
| HSL | 329.72º | 0.87% | 0.48% | - |
| HSV(B) | 329.72º | 0.93% | 0.89% | - |
| XYZ | 35.76 | 18.29 | 20.39 | - |
| YUV | 91.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 123 | 0 | 0.93 | 0.46 | 0.11 | 329.72 | 0.87 | 0.48 |
| Hex | E4 | 10 | 7B | 0 | 5D | 2E | B | 14A | 57 | 30 |
| Octal | 344 | 20 | 173 | 0 | 135 | 56 | 13 | 512 | 127 | 60 |
| Binary | 11100100 | 10000 | 1111011 | 0 | 1011101 | 101110 | 1011 | 101001010 | 1010111 | 110000 |
Color Harmonies of #E4107B
Complementary color
Monochromatic Colors of #E4107B
Black with #E4107B
Text Example
Text Example
White with #E4107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4107B; }
p { color: rgb(228,16,123); }
H1.HeaderClassName
{
color: #E4107B;
}
.AnyTagClassName
{
color: #E4107B;
}
</style>
background-color css
<style>
a { background-color: #E4107B; }
a { background-color: rgb(228,16,123); }
div.DivClassName
{
background-color: #E4107B;
}
.BgClassName
{
background-color: #E4107B;
}
</style>
border-color css
<style>
span { border-color: #E4107B; }
span { border-color: rgb(228,16,123); }
td.TdClassName
{
border-color: #E4107B;
}
.TagClassName
{
border-color: #E4107B;
}
</style>