Shades of Ruby #E40474
Tints of Ruby #E40474
RGB
CMYK
RGB Variations
Color information
#E40474 (or 0xE40474) is known color: Ruby. HEX triplet: E4, 04 and 74. RGB value is (228,4,116). Sum of RGB (Red+Green+Blue) = 228+4+116=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E40474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40474 is #1BFB8B. Grayscale: #535353. Windows color (decimal): -1833868 or 7603428. OLE color: 7603428.
HSL color Cylindrical-coordinate representation of color #E40474: hue angle of 330º 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 #E40474 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.11 |
| HSL | 330º | 0.97% | 0.45% | - |
| HSV(B) | 330º | 0.98% | 0.89% | - |
| XYZ | 35.19 | 17.84 | 18.11 | - |
| YUV | 83.74 | 146.21 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 116 | 0 | 0.98 | 0.49 | 0.11 | 330 | 0.97 | 0.45 |
| Hex | E4 | 4 | 74 | 0 | 62 | 31 | B | 14A | 61 | 2D |
| Octal | 344 | 4 | 164 | 0 | 142 | 61 | 13 | 512 | 141 | 55 |
| Binary | 11100100 | 100 | 1110100 | 0 | 1100010 | 110001 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E40474
Complementary color
Monochromatic Colors of #E40474
Black with #E40474
Text Example
Text Example
White with #E40474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40474; }
p { color: rgb(228,4,116); }
H1.HeaderClassName
{
color: #E40474;
}
.AnyTagClassName
{
color: #E40474;
}
</style>
background-color css
<style>
a { background-color: #E40474; }
a { background-color: rgb(228,4,116); }
div.DivClassName
{
background-color: #E40474;
}
.BgClassName
{
background-color: #E40474;
}
</style>
border-color css
<style>
span { border-color: #E40474; }
span { border-color: rgb(228,4,116); }
td.TdClassName
{
border-color: #E40474;
}
.TagClassName
{
border-color: #E40474;
}
</style>