Shades of Ruby #E72164
Tints of Ruby #E72164
RGB
CMYK
RGB Variations
Color information
#E72164 (or 0xE72164) is known color: Ruby. HEX triplet: E7, 21 and 64. RGB value is (231,33,100). Sum of RGB (Red+Green+Blue) = 231+33+100=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E72164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72164 is #18DE9B. Grayscale: #636363. Windows color (decimal): -1629852 or 6562279. OLE color: 6562279.
HSL color Cylindrical-coordinate representation of color #E72164: hue angle of 339.7º 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 #E72164 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 100 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.09 |
| HSL | 339.7º | 0.8% | 0.52% | - |
| HSV(B) | 339.7º | 0.86% | 0.91% | - |
| XYZ | 35.8 | 19 | 13.84 | - |
| YUV | 99.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 100 | 0 | 0.86 | 0.57 | 0.09 | 339.7 | 0.8 | 0.52 |
| Hex | E7 | 21 | 64 | 0 | 56 | 39 | 9 | 154 | 50 | 34 |
| Octal | 347 | 41 | 144 | 0 | 126 | 71 | 11 | 524 | 120 | 64 |
| Binary | 11100111 | 100001 | 1100100 | 0 | 1010110 | 111001 | 1001 | 101010100 | 1010000 | 110100 |
Color Harmonies of #E72164
Complementary color
Monochromatic Colors of #E72164
Black with #E72164
Text Example
Text Example
White with #E72164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72164; }
p { color: rgb(231,33,100); }
H1.HeaderClassName
{
color: #E72164;
}
.AnyTagClassName
{
color: #E72164;
}
</style>
background-color css
<style>
a { background-color: #E72164; }
a { background-color: rgb(231,33,100); }
div.DivClassName
{
background-color: #E72164;
}
.BgClassName
{
background-color: #E72164;
}
</style>
border-color css
<style>
span { border-color: #E72164; }
span { border-color: rgb(231,33,100); }
td.TdClassName
{
border-color: #E72164;
}
.TagClassName
{
border-color: #E72164;
}
</style>