Shades of Ruby #E71665
Tints of Ruby #E71665
RGB
CMYK
RGB Variations
Color information
#E71665 (or 0xE71665) is known color: Ruby. HEX triplet: E7, 16 and 65. RGB value is (231,22,101). Sum of RGB (Red+Green+Blue) = 231+22+101=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E71665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71665 is #18E99A. Grayscale: #5D5D5D. Windows color (decimal): -1632667 or 6624999. OLE color: 6624999.
HSL color Cylindrical-coordinate representation of color #E71665: hue angle of 337.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71665 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.09 |
| HSL | 337.32º | 0.83% | 0.5% | - |
| HSV(B) | 337.32º | 0.9% | 0.91% | - |
| XYZ | 35.59 | 18.5 | 14.01 | - |
| YUV | 93.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 101 | 0 | 0.90 | 0.56 | 0.09 | 337.32 | 0.83 | 0.5 |
| Hex | E7 | 16 | 65 | 0 | 5A | 38 | 9 | 151 | 53 | 32 |
| Octal | 347 | 26 | 145 | 0 | 132 | 70 | 11 | 521 | 123 | 62 |
| Binary | 11100111 | 10110 | 1100101 | 0 | 1011010 | 111000 | 1001 | 101010001 | 1010011 | 110010 |
Color Harmonies of #E71665
Complementary color
Monochromatic Colors of #E71665
Black with #E71665
Text Example
Text Example
White with #E71665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71665; }
p { color: rgb(231,22,101); }
H1.HeaderClassName
{
color: #E71665;
}
.AnyTagClassName
{
color: #E71665;
}
</style>
background-color css
<style>
a { background-color: #E71665; }
a { background-color: rgb(231,22,101); }
div.DivClassName
{
background-color: #E71665;
}
.BgClassName
{
background-color: #E71665;
}
</style>
border-color css
<style>
span { border-color: #E71665; }
span { border-color: rgb(231,22,101); }
td.TdClassName
{
border-color: #E71665;
}
.TagClassName
{
border-color: #E71665;
}
</style>