Shades of Ruby #E41675
Tints of Ruby #E41675
RGB
CMYK
RGB Variations
Color information
#E41675 (or 0xE41675) is known color: Ruby. HEX triplet: E4, 16 and 75. RGB value is (228,22,117). Sum of RGB (Red+Green+Blue) = 228+22+117=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E41675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41675 is #1BE98A. Grayscale: #5E5E5E. Windows color (decimal): -1829259 or 7673572. OLE color: 7673572.
HSL color Cylindrical-coordinate representation of color #E41675: hue angle of 332.33º 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 #E41675 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.11 |
| HSL | 332.33º | 0.82% | 0.49% | - |
| HSV(B) | 332.33º | 0.9% | 0.89% | - |
| XYZ | 35.49 | 18.35 | 18.5 | - |
| YUV | 94.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 117 | 0 | 0.90 | 0.49 | 0.11 | 332.33 | 0.82 | 0.49 |
| Hex | E4 | 16 | 75 | 0 | 5A | 31 | B | 14C | 52 | 31 |
| Octal | 344 | 26 | 165 | 0 | 132 | 61 | 13 | 514 | 122 | 61 |
| Binary | 11100100 | 10110 | 1110101 | 0 | 1011010 | 110001 | 1011 | 101001100 | 1010010 | 110001 |
Color Harmonies of #E41675
Complementary color
Monochromatic Colors of #E41675
Black with #E41675
Text Example
Text Example
White with #E41675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41675; }
p { color: rgb(228,22,117); }
H1.HeaderClassName
{
color: #E41675;
}
.AnyTagClassName
{
color: #E41675;
}
</style>
background-color css
<style>
a { background-color: #E41675; }
a { background-color: rgb(228,22,117); }
div.DivClassName
{
background-color: #E41675;
}
.BgClassName
{
background-color: #E41675;
}
</style>
border-color css
<style>
span { border-color: #E41675; }
span { border-color: rgb(228,22,117); }
td.TdClassName
{
border-color: #E41675;
}
.TagClassName
{
border-color: #E41675;
}
</style>