Shades of Ruby #E40770
Tints of Ruby #E40770
RGB
CMYK
RGB Variations
Color information
#E40770 (or 0xE40770) is known color: Ruby. HEX triplet: E4, 07 and 70. RGB value is (228,7,112). Sum of RGB (Red+Green+Blue) = 228+7+112=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E40770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40770 is #1BF88F. Grayscale: #545454. Windows color (decimal): -1833104 or 7342052. OLE color: 7342052.
HSL color Cylindrical-coordinate representation of color #E40770: hue angle of 331.49º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40770 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.11 |
| HSL | 331.49º | 0.94% | 0.46% | - |
| HSV(B) | 331.49º | 0.97% | 0.89% | - |
| XYZ | 35 | 17.82 | 16.92 | - |
| YUV | 85.05 | 143.22 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 112 | 0 | 0.97 | 0.51 | 0.11 | 331.49 | 0.94 | 0.46 |
| Hex | E4 | 7 | 70 | 0 | 61 | 33 | B | 14B | 5E | 2E |
| Octal | 344 | 7 | 160 | 0 | 141 | 63 | 13 | 513 | 136 | 56 |
| Binary | 11100100 | 111 | 1110000 | 0 | 1100001 | 110011 | 1011 | 101001011 | 1011110 | 101110 |
Color Harmonies of #E40770
Complementary color
Monochromatic Colors of #E40770
Black with #E40770
Text Example
Text Example
White with #E40770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40770; }
p { color: rgb(228,7,112); }
H1.HeaderClassName
{
color: #E40770;
}
.AnyTagClassName
{
color: #E40770;
}
</style>
background-color css
<style>
a { background-color: #E40770; }
a { background-color: rgb(228,7,112); }
div.DivClassName
{
background-color: #E40770;
}
.BgClassName
{
background-color: #E40770;
}
</style>
border-color css
<style>
span { border-color: #E40770; }
span { border-color: rgb(228,7,112); }
td.TdClassName
{
border-color: #E40770;
}
.TagClassName
{
border-color: #E40770;
}
</style>