Shades of Ruby #E72169
Tints of Ruby #E72169
RGB
CMYK
RGB Variations
Color information
#E72169 (or 0xE72169) is known color: Ruby. HEX triplet: E7, 21 and 69. RGB value is (231,33,105). Sum of RGB (Red+Green+Blue) = 231+33+105=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E72169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72169 is #18DE96. Grayscale: #646464. Windows color (decimal): -1629847 or 6889959. OLE color: 6889959.
HSL color Cylindrical-coordinate representation of color #E72169: hue angle of 338.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72169 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 105 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.09 |
| HSL | 338.18º | 0.8% | 0.52% | - |
| HSV(B) | 338.18º | 0.86% | 0.91% | - |
| XYZ | 36.05 | 19.1 | 15.15 | - |
| YUV | 100.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 105 | 0 | 0.86 | 0.55 | 0.09 | 338.18 | 0.8 | 0.52 |
| Hex | E7 | 21 | 69 | 0 | 56 | 37 | 9 | 152 | 50 | 34 |
| Octal | 347 | 41 | 151 | 0 | 126 | 67 | 11 | 522 | 120 | 64 |
| Binary | 11100111 | 100001 | 1101001 | 0 | 1010110 | 110111 | 1001 | 101010010 | 1010000 | 110100 |
Color Harmonies of #E72169
Complementary color
Monochromatic Colors of #E72169
Black with #E72169
Text Example
Text Example
White with #E72169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72169; }
p { color: rgb(231,33,105); }
H1.HeaderClassName
{
color: #E72169;
}
.AnyTagClassName
{
color: #E72169;
}
</style>
background-color css
<style>
a { background-color: #E72169; }
a { background-color: rgb(231,33,105); }
div.DivClassName
{
background-color: #E72169;
}
.BgClassName
{
background-color: #E72169;
}
</style>
border-color css
<style>
span { border-color: #E72169; }
span { border-color: rgb(231,33,105); }
td.TdClassName
{
border-color: #E72169;
}
.TagClassName
{
border-color: #E72169;
}
</style>