Shades of Ruby #E41078
Tints of Ruby #E41078
RGB
CMYK
RGB Variations
Color information
#E41078 (or 0xE41078) is known color: Ruby. HEX triplet: E4, 10 and 78. RGB value is (228,16,120). Sum of RGB (Red+Green+Blue) = 228+16+120=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E41078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41078 is #1BEF87. Grayscale: #5B5B5B. Windows color (decimal): -1830792 or 7868644. OLE color: 7868644.
HSL color Cylindrical-coordinate representation of color #E41078: hue angle of 330.57º 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 #E41078 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.11 |
| HSL | 330.57º | 0.87% | 0.48% | - |
| HSV(B) | 330.57º | 0.93% | 0.89% | - |
| XYZ | 35.57 | 18.22 | 19.41 | - |
| YUV | 91.24 | 144.24 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 120 | 0 | 0.93 | 0.47 | 0.11 | 330.57 | 0.87 | 0.48 |
| Hex | E4 | 10 | 78 | 0 | 5D | 2F | B | 14B | 57 | 30 |
| Octal | 344 | 20 | 170 | 0 | 135 | 57 | 13 | 513 | 127 | 60 |
| Binary | 11100100 | 10000 | 1111000 | 0 | 1011101 | 101111 | 1011 | 101001011 | 1010111 | 110000 |
Color Harmonies of #E41078
Complementary color
Monochromatic Colors of #E41078
Black with #E41078
Text Example
Text Example
White with #E41078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41078; }
p { color: rgb(228,16,120); }
H1.HeaderClassName
{
color: #E41078;
}
.AnyTagClassName
{
color: #E41078;
}
</style>
background-color css
<style>
a { background-color: #E41078; }
a { background-color: rgb(228,16,120); }
div.DivClassName
{
background-color: #E41078;
}
.BgClassName
{
background-color: #E41078;
}
</style>
border-color css
<style>
span { border-color: #E41078; }
span { border-color: rgb(228,16,120); }
td.TdClassName
{
border-color: #E41078;
}
.TagClassName
{
border-color: #E41078;
}
</style>