Shades of Ruby #E42160
Tints of Ruby #E42160
RGB
CMYK
RGB Variations
Color information
#E42160 (or 0xE42160) is known color: Ruby. HEX triplet: E4, 21 and 60. RGB value is (228,33,96). Sum of RGB (Red+Green+Blue) = 228+33+96=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E42160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42160 is #1BDE9F. Grayscale: #626262. Windows color (decimal): -1826464 or 6300132. OLE color: 6300132.
HSL color Cylindrical-coordinate representation of color #E42160: hue angle of 340.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42160 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 96 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.11 |
| HSL | 340.62º | 0.78% | 0.51% | - |
| HSV(B) | 340.62º | 0.86% | 0.89% | - |
| XYZ | 34.65 | 18.43 | 12.8 | - |
| YUV | 98.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 96 | 0 | 0.86 | 0.58 | 0.11 | 340.62 | 0.78 | 0.51 |
| Hex | E4 | 21 | 60 | 0 | 56 | 3A | B | 155 | 4E | 33 |
| Octal | 344 | 41 | 140 | 0 | 126 | 72 | 13 | 525 | 116 | 63 |
| Binary | 11100100 | 100001 | 1100000 | 0 | 1010110 | 111010 | 1011 | 101010101 | 1001110 | 110011 |
Color Harmonies of #E42160
Complementary color
Monochromatic Colors of #E42160
Black with #E42160
Text Example
Text Example
White with #E42160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42160; }
p { color: rgb(228,33,96); }
H1.HeaderClassName
{
color: #E42160;
}
.AnyTagClassName
{
color: #E42160;
}
</style>
background-color css
<style>
a { background-color: #E42160; }
a { background-color: rgb(228,33,96); }
div.DivClassName
{
background-color: #E42160;
}
.BgClassName
{
background-color: #E42160;
}
</style>
border-color css
<style>
span { border-color: #E42160; }
span { border-color: rgb(228,33,96); }
td.TdClassName
{
border-color: #E42160;
}
.TagClassName
{
border-color: #E42160;
}
</style>