Shades of Ruby #E72163
Tints of Ruby #E72163
RGB
CMYK
RGB Variations
Color information
#E72163 (or 0xE72163) is known color: Ruby. HEX triplet: E7, 21 and 63. RGB value is (231,33,99). Sum of RGB (Red+Green+Blue) = 231+33+99=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E72163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72163 is #18DE9C. Grayscale: #636363. Windows color (decimal): -1629853 or 6496743. OLE color: 6496743.
HSL color Cylindrical-coordinate representation of color #E72163: hue angle of 340º 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 #E72163 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 99 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.09 |
| HSL | 340º | 0.8% | 0.52% | - |
| HSV(B) | 340º | 0.86% | 0.91% | - |
| XYZ | 35.75 | 18.98 | 13.58 | - |
| YUV | 99.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 99 | 0 | 0.86 | 0.57 | 0.09 | 340 | 0.8 | 0.52 |
| Hex | E7 | 21 | 63 | 0 | 56 | 39 | 9 | 154 | 50 | 34 |
| Octal | 347 | 41 | 143 | 0 | 126 | 71 | 11 | 524 | 120 | 64 |
| Binary | 11100111 | 100001 | 1100011 | 0 | 1010110 | 111001 | 1001 | 101010100 | 1010000 | 110100 |
Color Harmonies of #E72163
Complementary color
Monochromatic Colors of #E72163
Black with #E72163
Text Example
Text Example
White with #E72163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72163; }
p { color: rgb(231,33,99); }
H1.HeaderClassName
{
color: #E72163;
}
.AnyTagClassName
{
color: #E72163;
}
</style>
background-color css
<style>
a { background-color: #E72163; }
a { background-color: rgb(231,33,99); }
div.DivClassName
{
background-color: #E72163;
}
.BgClassName
{
background-color: #E72163;
}
</style>
border-color css
<style>
span { border-color: #E72163; }
span { border-color: rgb(231,33,99); }
td.TdClassName
{
border-color: #E72163;
}
.TagClassName
{
border-color: #E72163;
}
</style>