Shades of Ruby #E41674
Tints of Ruby #E41674
RGB
CMYK
RGB Variations
Color information
#E41674 (or 0xE41674) is known color: Ruby. HEX triplet: E4, 16 and 74. RGB value is (228,22,116). Sum of RGB (Red+Green+Blue) = 228+22+116=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E41674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41674 is #1BE98B. Grayscale: #5E5E5E. Windows color (decimal): -1829260 or 7608036. OLE color: 7608036.
HSL color Cylindrical-coordinate representation of color #E41674: hue angle of 332.62º 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 #E41674 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 116 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.11 |
| HSL | 332.62º | 0.82% | 0.49% | - |
| HSV(B) | 332.62º | 0.9% | 0.89% | - |
| XYZ | 35.43 | 18.33 | 18.19 | - |
| YUV | 94.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 116 | 0 | 0.90 | 0.49 | 0.11 | 332.62 | 0.82 | 0.49 |
| Hex | E4 | 16 | 74 | 0 | 5A | 31 | B | 14D | 52 | 31 |
| Octal | 344 | 26 | 164 | 0 | 132 | 61 | 13 | 515 | 122 | 61 |
| Binary | 11100100 | 10110 | 1110100 | 0 | 1011010 | 110001 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E41674
Complementary color
Monochromatic Colors of #E41674
Black with #E41674
Text Example
Text Example
White with #E41674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41674; }
p { color: rgb(228,22,116); }
H1.HeaderClassName
{
color: #E41674;
}
.AnyTagClassName
{
color: #E41674;
}
</style>
background-color css
<style>
a { background-color: #E41674; }
a { background-color: rgb(228,22,116); }
div.DivClassName
{
background-color: #E41674;
}
.BgClassName
{
background-color: #E41674;
}
</style>
border-color css
<style>
span { border-color: #E41674; }
span { border-color: rgb(228,22,116); }
td.TdClassName
{
border-color: #E41674;
}
.TagClassName
{
border-color: #E41674;
}
</style>