Shades of Ruby #E41770
Tints of Ruby #E41770
RGB
CMYK
RGB Variations
Color information
#E41770 (or 0xE41770) is known color: Ruby. HEX triplet: E4, 17 and 70. RGB value is (228,23,112). Sum of RGB (Red+Green+Blue) = 228+23+112=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E41770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41770 is #1BE88F. Grayscale: #5E5E5E. Windows color (decimal): -1829008 or 7346148. OLE color: 7346148.
HSL color Cylindrical-coordinate representation of color #E41770: hue angle of 333.95º 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 #E41770 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.11 |
| HSL | 333.95º | 0.82% | 0.49% | - |
| HSV(B) | 333.95º | 0.9% | 0.89% | - |
| XYZ | 35.23 | 18.28 | 17 | - |
| YUV | 94.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 112 | 0 | 0.90 | 0.51 | 0.11 | 333.95 | 0.82 | 0.49 |
| Hex | E4 | 17 | 70 | 0 | 5A | 33 | B | 14E | 52 | 31 |
| Octal | 344 | 27 | 160 | 0 | 132 | 63 | 13 | 516 | 122 | 61 |
| Binary | 11100100 | 10111 | 1110000 | 0 | 1011010 | 110011 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E41770
Complementary color
Monochromatic Colors of #E41770
Black with #E41770
Text Example
Text Example
White with #E41770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41770; }
p { color: rgb(228,23,112); }
H1.HeaderClassName
{
color: #E41770;
}
.AnyTagClassName
{
color: #E41770;
}
</style>
background-color css
<style>
a { background-color: #E41770; }
a { background-color: rgb(228,23,112); }
div.DivClassName
{
background-color: #E41770;
}
.BgClassName
{
background-color: #E41770;
}
</style>
border-color css
<style>
span { border-color: #E41770; }
span { border-color: rgb(228,23,112); }
td.TdClassName
{
border-color: #E41770;
}
.TagClassName
{
border-color: #E41770;
}
</style>