Shades of Ruby #E41774
Tints of Ruby #E41774
RGB
CMYK
RGB Variations
Color information
#E41774 (or 0xE41774) is known color: Ruby. HEX triplet: E4, 17 and 74. RGB value is (228,23,116). Sum of RGB (Red+Green+Blue) = 228+23+116=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E41774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41774 is #1BE88B. Grayscale: #5E5E5E. Windows color (decimal): -1829004 or 7608292. OLE color: 7608292.
HSL color Cylindrical-coordinate representation of color #E41774: hue angle of 332.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41774 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.11 |
| HSL | 332.78º | 0.82% | 0.49% | - |
| HSV(B) | 332.78º | 0.9% | 0.89% | - |
| XYZ | 35.45 | 18.37 | 18.2 | - |
| YUV | 94.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 116 | 0 | 0.90 | 0.49 | 0.11 | 332.78 | 0.82 | 0.49 |
| Hex | E4 | 17 | 74 | 0 | 5A | 31 | B | 14D | 52 | 31 |
| Octal | 344 | 27 | 164 | 0 | 132 | 61 | 13 | 515 | 122 | 61 |
| Binary | 11100100 | 10111 | 1110100 | 0 | 1011010 | 110001 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E41774
Complementary color
Monochromatic Colors of #E41774
Black with #E41774
Text Example
Text Example
White with #E41774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41774; }
p { color: rgb(228,23,116); }
H1.HeaderClassName
{
color: #E41774;
}
.AnyTagClassName
{
color: #E41774;
}
</style>
background-color css
<style>
a { background-color: #E41774; }
a { background-color: rgb(228,23,116); }
div.DivClassName
{
background-color: #E41774;
}
.BgClassName
{
background-color: #E41774;
}
</style>
border-color css
<style>
span { border-color: #E41774; }
span { border-color: rgb(228,23,116); }
td.TdClassName
{
border-color: #E41774;
}
.TagClassName
{
border-color: #E41774;
}
</style>