Shades of Ruby #E7216B
Tints of Ruby #E7216B
RGB
CMYK
RGB Variations
Color information
#E7216B (or 0xE7216B) is known color: Ruby. HEX triplet: E7, 21 and 6B. RGB value is (231,33,107). Sum of RGB (Red+Green+Blue) = 231+33+107=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7216B is #18DE94. Grayscale: #646464. Windows color (decimal): -1629845 or 7021031. OLE color: 7021031.
HSL color Cylindrical-coordinate representation of color #E7216B: hue angle of 337.58º 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 #E7216B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 107 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.09 |
| HSL | 337.58º | 0.8% | 0.52% | - |
| HSV(B) | 337.58º | 0.86% | 0.91% | - |
| XYZ | 36.15 | 19.14 | 15.7 | - |
| YUV | 100.64 | 131.6 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 107 | 0 | 0.86 | 0.54 | 0.09 | 337.58 | 0.8 | 0.52 |
| Hex | E7 | 21 | 6B | 0 | 56 | 36 | 9 | 152 | 50 | 34 |
| Octal | 347 | 41 | 153 | 0 | 126 | 66 | 11 | 522 | 120 | 64 |
| Binary | 11100111 | 100001 | 1101011 | 0 | 1010110 | 110110 | 1001 | 101010010 | 1010000 | 110100 |
Color Harmonies of #E7216B
Complementary color
Monochromatic Colors of #E7216B
Black with #E7216B
Text Example
Text Example
White with #E7216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7216B; }
p { color: rgb(231,33,107); }
H1.HeaderClassName
{
color: #E7216B;
}
.AnyTagClassName
{
color: #E7216B;
}
</style>
background-color css
<style>
a { background-color: #E7216B; }
a { background-color: rgb(231,33,107); }
div.DivClassName
{
background-color: #E7216B;
}
.BgClassName
{
background-color: #E7216B;
}
</style>
border-color css
<style>
span { border-color: #E7216B; }
span { border-color: rgb(231,33,107); }
td.TdClassName
{
border-color: #E7216B;
}
.TagClassName
{
border-color: #E7216B;
}
</style>