Shades of Ruby #E71067
Tints of Ruby #E71067
RGB
CMYK
RGB Variations
Color information
#E71067 (or 0xE71067) is known color: Ruby. HEX triplet: E7, 10 and 67. RGB value is (231,16,103). Sum of RGB (Red+Green+Blue) = 231+16+103=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E71067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71067 is #18EF98. Grayscale: #5A5A5A. Windows color (decimal): -1634201 or 6754535. OLE color: 6754535.
HSL color Cylindrical-coordinate representation of color #E71067: hue angle of 335.72º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71067 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.09 |
| HSL | 335.72º | 0.87% | 0.48% | - |
| HSV(B) | 335.72º | 0.93% | 0.91% | - |
| XYZ | 35.59 | 18.34 | 14.5 | - |
| YUV | 90.2 | 135.23 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 103 | 0 | 0.93 | 0.55 | 0.09 | 335.72 | 0.87 | 0.48 |
| Hex | E7 | 10 | 67 | 0 | 5D | 37 | 9 | 150 | 57 | 30 |
| Octal | 347 | 20 | 147 | 0 | 135 | 67 | 11 | 520 | 127 | 60 |
| Binary | 11100111 | 10000 | 1100111 | 0 | 1011101 | 110111 | 1001 | 101010000 | 1010111 | 110000 |
Color Harmonies of #E71067
Complementary color
Monochromatic Colors of #E71067
Black with #E71067
Text Example
Text Example
White with #E71067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71067; }
p { color: rgb(231,16,103); }
H1.HeaderClassName
{
color: #E71067;
}
.AnyTagClassName
{
color: #E71067;
}
</style>
background-color css
<style>
a { background-color: #E71067; }
a { background-color: rgb(231,16,103); }
div.DivClassName
{
background-color: #E71067;
}
.BgClassName
{
background-color: #E71067;
}
</style>
border-color css
<style>
span { border-color: #E71067; }
span { border-color: rgb(231,16,103); }
td.TdClassName
{
border-color: #E71067;
}
.TagClassName
{
border-color: #E71067;
}
</style>