Shades of Ruby #E40475
Tints of Ruby #E40475
RGB
CMYK
RGB Variations
Color information
#E40475 (or 0xE40475) is known color: Ruby. HEX triplet: E4, 04 and 75. RGB value is (228,4,117). Sum of RGB (Red+Green+Blue) = 228+4+117=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E40475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40475 is #1BFB8A. Grayscale: #535353. Windows color (decimal): -1833867 or 7668964. OLE color: 7668964.
HSL color Cylindrical-coordinate representation of color #E40475: hue angle of 329.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40475 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.11 |
| HSL | 329.73º | 0.97% | 0.45% | - |
| HSV(B) | 329.73º | 0.98% | 0.89% | - |
| XYZ | 35.25 | 17.87 | 18.42 | - |
| YUV | 83.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 117 | 0 | 0.98 | 0.49 | 0.11 | 329.73 | 0.97 | 0.45 |
| Hex | E4 | 4 | 75 | 0 | 62 | 31 | B | 14A | 61 | 2D |
| Octal | 344 | 4 | 165 | 0 | 142 | 61 | 13 | 512 | 141 | 55 |
| Binary | 11100100 | 100 | 1110101 | 0 | 1100010 | 110001 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E40475
Complementary color
Monochromatic Colors of #E40475
Black with #E40475
Text Example
Text Example
White with #E40475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40475; }
p { color: rgb(228,4,117); }
H1.HeaderClassName
{
color: #E40475;
}
.AnyTagClassName
{
color: #E40475;
}
</style>
background-color css
<style>
a { background-color: #E40475; }
a { background-color: rgb(228,4,117); }
div.DivClassName
{
background-color: #E40475;
}
.BgClassName
{
background-color: #E40475;
}
</style>
border-color css
<style>
span { border-color: #E40475; }
span { border-color: rgb(228,4,117); }
td.TdClassName
{
border-color: #E40475;
}
.TagClassName
{
border-color: #E40475;
}
</style>