Shades of Ruby #E31067
Tints of Ruby #E31067
RGB
CMYK
RGB Variations
Color information
#E31067 (or 0xE31067) is known color: Ruby. HEX triplet: E3, 10 and 67. RGB value is (227,16,103). Sum of RGB (Red+Green+Blue) = 227+16+103=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E31067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31067 is #1CEF98. Grayscale: #585858. Windows color (decimal): -1896345 or 6754531. OLE color: 6754531.
HSL color Cylindrical-coordinate representation of color #E31067: hue angle of 335.26º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31067 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.11 |
| HSL | 335.26º | 0.87% | 0.48% | - |
| HSV(B) | 335.26º | 0.93% | 0.89% | - |
| XYZ | 34.31 | 17.68 | 14.44 | - |
| YUV | 89.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 103 | 0 | 0.93 | 0.55 | 0.11 | 335.26 | 0.87 | 0.48 |
| Hex | E3 | 10 | 67 | 0 | 5D | 37 | B | 14F | 57 | 30 |
| Octal | 343 | 20 | 147 | 0 | 135 | 67 | 13 | 517 | 127 | 60 |
| Binary | 11100011 | 10000 | 1100111 | 0 | 1011101 | 110111 | 1011 | 101001111 | 1010111 | 110000 |
Color Harmonies of #E31067
Complementary color
Monochromatic Colors of #E31067
Black with #E31067
Text Example
Text Example
White with #E31067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31067; }
p { color: rgb(227,16,103); }
H1.HeaderClassName
{
color: #E31067;
}
.AnyTagClassName
{
color: #E31067;
}
</style>
background-color css
<style>
a { background-color: #E31067; }
a { background-color: rgb(227,16,103); }
div.DivClassName
{
background-color: #E31067;
}
.BgClassName
{
background-color: #E31067;
}
</style>
border-color css
<style>
span { border-color: #E31067; }
span { border-color: rgb(227,16,103); }
td.TdClassName
{
border-color: #E31067;
}
.TagClassName
{
border-color: #E31067;
}
</style>