Shades of Ruby #E41575
Tints of Ruby #E41575
RGB
CMYK
RGB Variations
Color information
#E41575 (or 0xE41575) is known color: Ruby. HEX triplet: E4, 15 and 75. RGB value is (228,21,117). Sum of RGB (Red+Green+Blue) = 228+21+117=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E41575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41575 is #1BEA8A. Grayscale: #5D5D5D. Windows color (decimal): -1829515 or 7673316. OLE color: 7673316.
HSL color Cylindrical-coordinate representation of color #E41575: hue angle of 332.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41575 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 117 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.11 |
| HSL | 332.17º | 0.83% | 0.49% | - |
| HSV(B) | 332.17º | 0.91% | 0.89% | - |
| XYZ | 35.47 | 18.31 | 18.5 | - |
| YUV | 93.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 117 | 0 | 0.91 | 0.49 | 0.11 | 332.17 | 0.83 | 0.49 |
| Hex | E4 | 15 | 75 | 0 | 5B | 31 | B | 14C | 53 | 31 |
| Octal | 344 | 25 | 165 | 0 | 133 | 61 | 13 | 514 | 123 | 61 |
| Binary | 11100100 | 10101 | 1110101 | 0 | 1011011 | 110001 | 1011 | 101001100 | 1010011 | 110001 |
Color Harmonies of #E41575
Complementary color
Monochromatic Colors of #E41575
Black with #E41575
Text Example
Text Example
White with #E41575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41575; }
p { color: rgb(228,21,117); }
H1.HeaderClassName
{
color: #E41575;
}
.AnyTagClassName
{
color: #E41575;
}
</style>
background-color css
<style>
a { background-color: #E41575; }
a { background-color: rgb(228,21,117); }
div.DivClassName
{
background-color: #E41575;
}
.BgClassName
{
background-color: #E41575;
}
</style>
border-color css
<style>
span { border-color: #E41575; }
span { border-color: rgb(228,21,117); }
td.TdClassName
{
border-color: #E41575;
}
.TagClassName
{
border-color: #E41575;
}
</style>