Shades of Ruby #E4185E
Tints of Ruby #E4185E
RGB
CMYK
RGB Variations
Color information
#E4185E (or 0xE4185E) is known color: Ruby. HEX triplet: E4, 18 and 5E. RGB value is (228,24,94). Sum of RGB (Red+Green+Blue) = 228+24+94=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E4185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4185E is #1BE7A1. Grayscale: #5C5C5C. Windows color (decimal): -1828770 or 6166756. OLE color: 6166756.
HSL color Cylindrical-coordinate representation of color #E4185E: hue angle of 339.41º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4185E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 94 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.11 |
| HSL | 339.41º | 0.81% | 0.49% | - |
| HSV(B) | 339.41º | 0.89% | 0.89% | - |
| XYZ | 34.34 | 17.96 | 12.25 | - |
| YUV | 92.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 94 | 0 | 0.89 | 0.59 | 0.11 | 339.41 | 0.81 | 0.49 |
| Hex | E4 | 18 | 5E | 0 | 59 | 3B | B | 153 | 51 | 31 |
| Octal | 344 | 30 | 136 | 0 | 131 | 73 | 13 | 523 | 121 | 61 |
| Binary | 11100100 | 11000 | 1011110 | 0 | 1011001 | 111011 | 1011 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E4185E
Complementary color
Monochromatic Colors of #E4185E
Black with #E4185E
Text Example
Text Example
White with #E4185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4185E; }
p { color: rgb(228,24,94); }
H1.HeaderClassName
{
color: #E4185E;
}
.AnyTagClassName
{
color: #E4185E;
}
</style>
background-color css
<style>
a { background-color: #E4185E; }
a { background-color: rgb(228,24,94); }
div.DivClassName
{
background-color: #E4185E;
}
.BgClassName
{
background-color: #E4185E;
}
</style>
border-color css
<style>
span { border-color: #E4185E; }
span { border-color: rgb(228,24,94); }
td.TdClassName
{
border-color: #E4185E;
}
.TagClassName
{
border-color: #E4185E;
}
</style>