Shades of Ruby #E7165D
Tints of Ruby #E7165D
RGB
CMYK
RGB Variations
Color information
#E7165D (or 0xE7165D) is known color: Ruby. HEX triplet: E7, 16 and 5D. RGB value is (231,22,93). Sum of RGB (Red+Green+Blue) = 231+22+93=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7165D is #18E9A2. Grayscale: #5C5C5C. Windows color (decimal): -1632675 or 6100711. OLE color: 6100711.
HSL color Cylindrical-coordinate representation of color #E7165D: hue angle of 339.62º 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 #E7165D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.09 |
| HSL | 339.62º | 0.83% | 0.5% | - |
| HSV(B) | 339.62º | 0.9% | 0.91% | - |
| XYZ | 35.22 | 18.35 | 12.04 | - |
| YUV | 92.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 93 | 0 | 0.90 | 0.60 | 0.09 | 339.62 | 0.83 | 0.5 |
| Hex | E7 | 16 | 5D | 0 | 5A | 3C | 9 | 154 | 53 | 32 |
| Octal | 347 | 26 | 135 | 0 | 132 | 74 | 11 | 524 | 123 | 62 |
| Binary | 11100111 | 10110 | 1011101 | 0 | 1011010 | 111100 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E7165D
Complementary color
Monochromatic Colors of #E7165D
Black with #E7165D
Text Example
Text Example
White with #E7165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7165D; }
p { color: rgb(231,22,93); }
H1.HeaderClassName
{
color: #E7165D;
}
.AnyTagClassName
{
color: #E7165D;
}
</style>
background-color css
<style>
a { background-color: #E7165D; }
a { background-color: rgb(231,22,93); }
div.DivClassName
{
background-color: #E7165D;
}
.BgClassName
{
background-color: #E7165D;
}
</style>
border-color css
<style>
span { border-color: #E7165D; }
span { border-color: rgb(231,22,93); }
td.TdClassName
{
border-color: #E7165D;
}
.TagClassName
{
border-color: #E7165D;
}
</style>