Shades of Ruby #E41772
Tints of Ruby #E41772
RGB
CMYK
RGB Variations
Color information
#E41772 (or 0xE41772) is known color: Ruby. HEX triplet: E4, 17 and 72. RGB value is (228,23,114). Sum of RGB (Red+Green+Blue) = 228+23+114=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E41772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41772 is #1BE88D. Grayscale: #5E5E5E. Windows color (decimal): -1829006 or 7477220. OLE color: 7477220.
HSL color Cylindrical-coordinate representation of color #E41772: hue angle of 333.37º 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 #E41772 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.11 |
| HSL | 333.37º | 0.82% | 0.49% | - |
| HSV(B) | 333.37º | 0.9% | 0.89% | - |
| XYZ | 35.34 | 18.32 | 17.59 | - |
| YUV | 94.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 114 | 0 | 0.90 | 0.50 | 0.11 | 333.37 | 0.82 | 0.49 |
| Hex | E4 | 17 | 72 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 344 | 27 | 162 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100100 | 10111 | 1110010 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E41772
Complementary color
Monochromatic Colors of #E41772
Black with #E41772
Text Example
Text Example
White with #E41772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41772; }
p { color: rgb(228,23,114); }
H1.HeaderClassName
{
color: #E41772;
}
.AnyTagClassName
{
color: #E41772;
}
</style>
background-color css
<style>
a { background-color: #E41772; }
a { background-color: rgb(228,23,114); }
div.DivClassName
{
background-color: #E41772;
}
.BgClassName
{
background-color: #E41772;
}
</style>
border-color css
<style>
span { border-color: #E41772; }
span { border-color: rgb(228,23,114); }
td.TdClassName
{
border-color: #E41772;
}
.TagClassName
{
border-color: #E41772;
}
</style>