Shades of Ruby #E3185B
Tints of Ruby #E3185B
RGB
CMYK
RGB Variations
Color information
#E3185B (or 0xE3185B) is known color: Ruby. HEX triplet: E3, 18 and 5B. RGB value is (227,24,91). Sum of RGB (Red+Green+Blue) = 227+24+91=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3185B is #1CE7A4. Grayscale: #5C5C5C. Windows color (decimal): -1894309 or 5970147. OLE color: 5970147.
HSL color Cylindrical-coordinate representation of color #E3185B: hue angle of 340.2º 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 #E3185B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 91 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.11 |
| HSL | 340.2º | 0.81% | 0.49% | - |
| HSV(B) | 340.2º | 0.89% | 0.89% | - |
| XYZ | 33.89 | 17.74 | 11.54 | - |
| YUV | 92.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 91 | 0 | 0.89 | 0.60 | 0.11 | 340.2 | 0.81 | 0.49 |
| Hex | E3 | 18 | 5B | 0 | 59 | 3C | B | 154 | 51 | 31 |
| Octal | 343 | 30 | 133 | 0 | 131 | 74 | 13 | 524 | 121 | 61 |
| Binary | 11100011 | 11000 | 1011011 | 0 | 1011001 | 111100 | 1011 | 101010100 | 1010001 | 110001 |
Color Harmonies of #E3185B
Complementary color
Monochromatic Colors of #E3185B
Black with #E3185B
Text Example
Text Example
White with #E3185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3185B; }
p { color: rgb(227,24,91); }
H1.HeaderClassName
{
color: #E3185B;
}
.AnyTagClassName
{
color: #E3185B;
}
</style>
background-color css
<style>
a { background-color: #E3185B; }
a { background-color: rgb(227,24,91); }
div.DivClassName
{
background-color: #E3185B;
}
.BgClassName
{
background-color: #E3185B;
}
</style>
border-color css
<style>
span { border-color: #E3185B; }
span { border-color: rgb(227,24,91); }
td.TdClassName
{
border-color: #E3185B;
}
.TagClassName
{
border-color: #E3185B;
}
</style>