Shades of Ruby #E4195C
Tints of Ruby #E4195C
RGB
CMYK
RGB Variations
Color information
#E4195C (or 0xE4195C) is known color: Ruby. HEX triplet: E4, 19 and 5C. RGB value is (228,25,92). Sum of RGB (Red+Green+Blue) = 228+25+92=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E4195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4195C is #1BE6A3. Grayscale: #5D5D5D. Windows color (decimal): -1828516 or 6035940. OLE color: 6035940.
HSL color Cylindrical-coordinate representation of color #E4195C: hue angle of 340.2º 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 #E4195C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.11 |
| HSL | 340.2º | 0.8% | 0.5% | - |
| HSV(B) | 340.2º | 0.89% | 0.89% | - |
| XYZ | 34.27 | 17.96 | 11.79 | - |
| YUV | 93.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 92 | 0 | 0.89 | 0.60 | 0.11 | 340.2 | 0.8 | 0.5 |
| Hex | E4 | 19 | 5C | 0 | 59 | 3C | B | 154 | 50 | 32 |
| Octal | 344 | 31 | 134 | 0 | 131 | 74 | 13 | 524 | 120 | 62 |
| Binary | 11100100 | 11001 | 1011100 | 0 | 1011001 | 111100 | 1011 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E4195C
Complementary color
Monochromatic Colors of #E4195C
Black with #E4195C
Text Example
Text Example
White with #E4195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4195C; }
p { color: rgb(228,25,92); }
H1.HeaderClassName
{
color: #E4195C;
}
.AnyTagClassName
{
color: #E4195C;
}
</style>
background-color css
<style>
a { background-color: #E4195C; }
a { background-color: rgb(228,25,92); }
div.DivClassName
{
background-color: #E4195C;
}
.BgClassName
{
background-color: #E4195C;
}
</style>
border-color css
<style>
span { border-color: #E4195C; }
span { border-color: rgb(228,25,92); }
td.TdClassName
{
border-color: #E4195C;
}
.TagClassName
{
border-color: #E4195C;
}
</style>