Shades of Ruby #E7216D
Tints of Ruby #E7216D
RGB
CMYK
RGB Variations
Color information
#E7216D (or 0xE7216D) is known color: Ruby. HEX triplet: E7, 21 and 6D. RGB value is (231,33,109). Sum of RGB (Red+Green+Blue) = 231+33+109=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7216D is #18DE92. Grayscale: #646464. Windows color (decimal): -1629843 or 7152103. OLE color: 7152103.
HSL color Cylindrical-coordinate representation of color #E7216D: hue angle of 336.97º 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 #E7216D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 109 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 336.97º | 0.8% | 0.52% | - |
| HSV(B) | 336.97º | 0.86% | 0.91% | - |
| XYZ | 36.26 | 19.18 | 16.26 | - |
| YUV | 100.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 109 | 0 | 0.86 | 0.53 | 0.09 | 336.97 | 0.8 | 0.52 |
| Hex | E7 | 21 | 6D | 0 | 56 | 35 | 9 | 151 | 50 | 34 |
| Octal | 347 | 41 | 155 | 0 | 126 | 65 | 11 | 521 | 120 | 64 |
| Binary | 11100111 | 100001 | 1101101 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010000 | 110100 |
Color Harmonies of #E7216D
Complementary color
Monochromatic Colors of #E7216D
Black with #E7216D
Text Example
Text Example
White with #E7216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7216D; }
p { color: rgb(231,33,109); }
H1.HeaderClassName
{
color: #E7216D;
}
.AnyTagClassName
{
color: #E7216D;
}
</style>
background-color css
<style>
a { background-color: #E7216D; }
a { background-color: rgb(231,33,109); }
div.DivClassName
{
background-color: #E7216D;
}
.BgClassName
{
background-color: #E7216D;
}
</style>
border-color css
<style>
span { border-color: #E7216D; }
span { border-color: rgb(231,33,109); }
td.TdClassName
{
border-color: #E7216D;
}
.TagClassName
{
border-color: #E7216D;
}
</style>