Shades of Ruby #E8206D
Tints of Ruby #E8206D
RGB
CMYK
RGB Variations
Color information
#E8206D (or 0xE8206D) is known color: Ruby. HEX triplet: E8, 20 and 6D. RGB value is (232,32,109). Sum of RGB (Red+Green+Blue) = 232+32+109=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8206D is #17DF92. Grayscale: #646464. Windows color (decimal): -1564563 or 7151848. OLE color: 7151848.
HSL color Cylindrical-coordinate representation of color #E8206D: hue angle of 336.9º 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 #E8206D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 336.9º | 0.81% | 0.52% | - |
| HSV(B) | 336.9º | 0.86% | 0.91% | - |
| XYZ | 36.56 | 19.29 | 16.27 | - |
| YUV | 100.58 | 132.76 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 109 | 0 | 0.86 | 0.53 | 0.09 | 336.9 | 0.81 | 0.52 |
| Hex | E8 | 20 | 6D | 0 | 56 | 35 | 9 | 151 | 51 | 34 |
| Octal | 350 | 40 | 155 | 0 | 126 | 65 | 11 | 521 | 121 | 64 |
| Binary | 11101000 | 100000 | 1101101 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010001 | 110100 |
Color Harmonies of #E8206D
Complementary color
Monochromatic Colors of #E8206D
Black with #E8206D
Text Example
Text Example
White with #E8206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8206D; }
p { color: rgb(232,32,109); }
H1.HeaderClassName
{
color: #E8206D;
}
.AnyTagClassName
{
color: #E8206D;
}
</style>
background-color css
<style>
a { background-color: #E8206D; }
a { background-color: rgb(232,32,109); }
div.DivClassName
{
background-color: #E8206D;
}
.BgClassName
{
background-color: #E8206D;
}
</style>
border-color css
<style>
span { border-color: #E8206D; }
span { border-color: rgb(232,32,109); }
td.TdClassName
{
border-color: #E8206D;
}
.TagClassName
{
border-color: #E8206D;
}
</style>