Shades of Ruby #E40775
Tints of Ruby #E40775
RGB
CMYK
RGB Variations
Color information
#E40775 (or 0xE40775) is known color: Ruby. HEX triplet: E4, 07 and 75. RGB value is (228,7,117). Sum of RGB (Red+Green+Blue) = 228+7+117=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E40775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40775 is #1BF88A. Grayscale: #555555. Windows color (decimal): -1833099 or 7669732. OLE color: 7669732.
HSL color Cylindrical-coordinate representation of color #E40775: hue angle of 330.14º 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 #E40775 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.11 |
| HSL | 330.14º | 0.94% | 0.46% | - |
| HSV(B) | 330.14º | 0.97% | 0.89% | - |
| XYZ | 35.28 | 17.93 | 18.43 | - |
| YUV | 85.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 117 | 0 | 0.97 | 0.49 | 0.11 | 330.14 | 0.94 | 0.46 |
| Hex | E4 | 7 | 75 | 0 | 61 | 31 | B | 14A | 5E | 2E |
| Octal | 344 | 7 | 165 | 0 | 141 | 61 | 13 | 512 | 136 | 56 |
| Binary | 11100100 | 111 | 1110101 | 0 | 1100001 | 110001 | 1011 | 101001010 | 1011110 | 101110 |
Color Harmonies of #E40775
Complementary color
Monochromatic Colors of #E40775
Black with #E40775
Text Example
Text Example
White with #E40775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40775; }
p { color: rgb(228,7,117); }
H1.HeaderClassName
{
color: #E40775;
}
.AnyTagClassName
{
color: #E40775;
}
</style>
background-color css
<style>
a { background-color: #E40775; }
a { background-color: rgb(228,7,117); }
div.DivClassName
{
background-color: #E40775;
}
.BgClassName
{
background-color: #E40775;
}
</style>
border-color css
<style>
span { border-color: #E40775; }
span { border-color: rgb(228,7,117); }
td.TdClassName
{
border-color: #E40775;
}
.TagClassName
{
border-color: #E40775;
}
</style>