Shades of Ruby #E72162
Tints of Ruby #E72162
RGB
CMYK
RGB Variations
Color information
#E72162 (or 0xE72162) is known color: Ruby. HEX triplet: E7, 21 and 62. RGB value is (231,33,98). Sum of RGB (Red+Green+Blue) = 231+33+98=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E72162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72162 is #18DE9D. Grayscale: #636363. Windows color (decimal): -1629854 or 6431207. OLE color: 6431207.
HSL color Cylindrical-coordinate representation of color #E72162: hue angle of 340.3º 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 #E72162 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 98 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.09 |
| HSL | 340.3º | 0.8% | 0.52% | - |
| HSV(B) | 340.3º | 0.86% | 0.91% | - |
| XYZ | 35.7 | 18.96 | 13.33 | - |
| YUV | 99.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 98 | 0 | 0.86 | 0.58 | 0.09 | 340.3 | 0.8 | 0.52 |
| Hex | E7 | 21 | 62 | 0 | 56 | 3A | 9 | 154 | 50 | 34 |
| Octal | 347 | 41 | 142 | 0 | 126 | 72 | 11 | 524 | 120 | 64 |
| Binary | 11100111 | 100001 | 1100010 | 0 | 1010110 | 111010 | 1001 | 101010100 | 1010000 | 110100 |
Color Harmonies of #E72162
Complementary color
Monochromatic Colors of #E72162
Black with #E72162
Text Example
Text Example
White with #E72162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72162; }
p { color: rgb(231,33,98); }
H1.HeaderClassName
{
color: #E72162;
}
.AnyTagClassName
{
color: #E72162;
}
</style>
background-color css
<style>
a { background-color: #E72162; }
a { background-color: rgb(231,33,98); }
div.DivClassName
{
background-color: #E72162;
}
.BgClassName
{
background-color: #E72162;
}
</style>
border-color css
<style>
span { border-color: #E72162; }
span { border-color: rgb(231,33,98); }
td.TdClassName
{
border-color: #E72162;
}
.TagClassName
{
border-color: #E72162;
}
</style>