Shades of Ruby #E3135C
Tints of Ruby #E3135C
RGB
CMYK
RGB Variations
Color information
#E3135C (or 0xE3135C) is known color: Ruby. HEX triplet: E3, 13 and 5C. RGB value is (227,19,92). Sum of RGB (Red+Green+Blue) = 227+19+92=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3135C is #1CECA3. Grayscale: #595959. Windows color (decimal): -1895588 or 6034403. OLE color: 6034403.
HSL color Cylindrical-coordinate representation of color #E3135C: hue angle of 338.94º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3135C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.11 |
| HSL | 338.94º | 0.85% | 0.48% | - |
| HSV(B) | 338.94º | 0.92% | 0.89% | - |
| XYZ | 33.84 | 17.57 | 11.73 | - |
| YUV | 89.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 92 | 0 | 0.92 | 0.59 | 0.11 | 338.94 | 0.85 | 0.48 |
| Hex | E3 | 13 | 5C | 0 | 5C | 3B | B | 153 | 55 | 30 |
| Octal | 343 | 23 | 134 | 0 | 134 | 73 | 13 | 523 | 125 | 60 |
| Binary | 11100011 | 10011 | 1011100 | 0 | 1011100 | 111011 | 1011 | 101010011 | 1010101 | 110000 |
Color Harmonies of #E3135C
Complementary color
Monochromatic Colors of #E3135C
Black with #E3135C
Text Example
Text Example
White with #E3135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3135C; }
p { color: rgb(227,19,92); }
H1.HeaderClassName
{
color: #E3135C;
}
.AnyTagClassName
{
color: #E3135C;
}
</style>
background-color css
<style>
a { background-color: #E3135C; }
a { background-color: rgb(227,19,92); }
div.DivClassName
{
background-color: #E3135C;
}
.BgClassName
{
background-color: #E3135C;
}
</style>
border-color css
<style>
span { border-color: #E3135C; }
span { border-color: rgb(227,19,92); }
td.TdClassName
{
border-color: #E3135C;
}
.TagClassName
{
border-color: #E3135C;
}
</style>