Shades of Ruby #E8216D
Tints of Ruby #E8216D
RGB
CMYK
RGB Variations
Color information
#E8216D (or 0xE8216D) is known color: Ruby. HEX triplet: E8, 21 and 6D. RGB value is (232,33,109). Sum of RGB (Red+Green+Blue) = 232+33+109=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8216D is #17DE92. Grayscale: #656565. Windows color (decimal): -1564307 or 7152104. OLE color: 7152104.
HSL color Cylindrical-coordinate representation of color #E8216D: hue angle of 337.09º degrees, saturation: 0.81, 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 #E8216D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 109 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 337.09º | 0.81% | 0.52% | - |
| HSV(B) | 337.09º | 0.86% | 0.91% | - |
| XYZ | 36.58 | 19.35 | 16.27 | - |
| YUV | 101.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 109 | 0 | 0.86 | 0.53 | 0.09 | 337.09 | 0.81 | 0.52 |
| Hex | E8 | 21 | 6D | 0 | 56 | 35 | 9 | 151 | 51 | 34 |
| Octal | 350 | 41 | 155 | 0 | 126 | 65 | 11 | 521 | 121 | 64 |
| Binary | 11101000 | 100001 | 1101101 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010001 | 110100 |
Color Harmonies of #E8216D
Complementary color
Monochromatic Colors of #E8216D
Black with #E8216D
Text Example
Text Example
White with #E8216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8216D; }
p { color: rgb(232,33,109); }
H1.HeaderClassName
{
color: #E8216D;
}
.AnyTagClassName
{
color: #E8216D;
}
</style>
background-color css
<style>
a { background-color: #E8216D; }
a { background-color: rgb(232,33,109); }
div.DivClassName
{
background-color: #E8216D;
}
.BgClassName
{
background-color: #E8216D;
}
</style>
border-color css
<style>
span { border-color: #E8216D; }
span { border-color: rgb(232,33,109); }
td.TdClassName
{
border-color: #E8216D;
}
.TagClassName
{
border-color: #E8216D;
}
</style>