Shades of Ruby #E4195D
Tints of Ruby #E4195D
RGB
CMYK
RGB Variations
Color information
#E4195D (or 0xE4195D) is known color: Ruby. HEX triplet: E4, 19 and 5D. RGB value is (228,25,93). Sum of RGB (Red+Green+Blue) = 228+25+93=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E4195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4195D is #1BE6A2. Grayscale: #5D5D5D. Windows color (decimal): -1828515 or 6101476. OLE color: 6101476.
HSL color Cylindrical-coordinate representation of color #E4195D: hue angle of 339.9º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4195D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.11 |
| HSL | 339.9º | 0.8% | 0.5% | - |
| HSV(B) | 339.9º | 0.89% | 0.89% | - |
| XYZ | 34.32 | 17.98 | 12.02 | - |
| YUV | 93.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 93 | 0 | 0.89 | 0.59 | 0.11 | 339.9 | 0.8 | 0.5 |
| Hex | E4 | 19 | 5D | 0 | 59 | 3B | B | 154 | 50 | 32 |
| Octal | 344 | 31 | 135 | 0 | 131 | 73 | 13 | 524 | 120 | 62 |
| Binary | 11100100 | 11001 | 1011101 | 0 | 1011001 | 111011 | 1011 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E4195D
Complementary color
Monochromatic Colors of #E4195D
Black with #E4195D
Text Example
Text Example
White with #E4195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4195D; }
p { color: rgb(228,25,93); }
H1.HeaderClassName
{
color: #E4195D;
}
.AnyTagClassName
{
color: #E4195D;
}
</style>
background-color css
<style>
a { background-color: #E4195D; }
a { background-color: rgb(228,25,93); }
div.DivClassName
{
background-color: #E4195D;
}
.BgClassName
{
background-color: #E4195D;
}
</style>
border-color css
<style>
span { border-color: #E4195D; }
span { border-color: rgb(228,25,93); }
td.TdClassName
{
border-color: #E4195D;
}
.TagClassName
{
border-color: #E4195D;
}
</style>