Shades of Ruby #E3156D
Tints of Ruby #E3156D
RGB
CMYK
RGB Variations
Color information
#E3156D (or 0xE3156D) is known color: Ruby. HEX triplet: E3, 15 and 6D. RGB value is (227,21,109). Sum of RGB (Red+Green+Blue) = 227+21+109=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3156D is #1CEA92. Grayscale: #5C5C5C. Windows color (decimal): -1895059 or 7149027. OLE color: 7149027.
HSL color Cylindrical-coordinate representation of color #E3156D: hue angle of 334.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3156D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.11 |
| HSL | 334.37º | 0.83% | 0.49% | - |
| HSV(B) | 334.37º | 0.91% | 0.89% | - |
| XYZ | 34.71 | 17.97 | 16.11 | - |
| YUV | 92.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 109 | 0 | 0.91 | 0.52 | 0.11 | 334.37 | 0.83 | 0.49 |
| Hex | E3 | 15 | 6D | 0 | 5B | 34 | B | 14E | 53 | 31 |
| Octal | 343 | 25 | 155 | 0 | 133 | 64 | 13 | 516 | 123 | 61 |
| Binary | 11100011 | 10101 | 1101101 | 0 | 1011011 | 110100 | 1011 | 101001110 | 1010011 | 110001 |
Color Harmonies of #E3156D
Complementary color
Monochromatic Colors of #E3156D
Black with #E3156D
Text Example
Text Example
White with #E3156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3156D; }
p { color: rgb(227,21,109); }
H1.HeaderClassName
{
color: #E3156D;
}
.AnyTagClassName
{
color: #E3156D;
}
</style>
background-color css
<style>
a { background-color: #E3156D; }
a { background-color: rgb(227,21,109); }
div.DivClassName
{
background-color: #E3156D;
}
.BgClassName
{
background-color: #E3156D;
}
</style>
border-color css
<style>
span { border-color: #E3156D; }
span { border-color: rgb(227,21,109); }
td.TdClassName
{
border-color: #E3156D;
}
.TagClassName
{
border-color: #E3156D;
}
</style>