Shades of Ruby #E8206B
Tints of Ruby #E8206B
RGB
CMYK
RGB Variations
Color information
#E8206B (or 0xE8206B) is known color: Ruby. HEX triplet: E8, 20 and 6B. RGB value is (232,32,107). Sum of RGB (Red+Green+Blue) = 232+32+107=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8206B is #17DF94. Grayscale: #646464. Windows color (decimal): -1564565 or 7020776. OLE color: 7020776.
HSL color Cylindrical-coordinate representation of color #E8206B: hue angle of 337.5º 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 #E8206B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.09 |
| HSL | 337.5º | 0.81% | 0.52% | - |
| HSV(B) | 337.5º | 0.86% | 0.91% | - |
| XYZ | 36.45 | 19.25 | 15.7 | - |
| YUV | 100.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 107 | 0 | 0.86 | 0.54 | 0.09 | 337.5 | 0.81 | 0.52 |
| Hex | E8 | 20 | 6B | 0 | 56 | 36 | 9 | 152 | 51 | 34 |
| Octal | 350 | 40 | 153 | 0 | 126 | 66 | 11 | 522 | 121 | 64 |
| Binary | 11101000 | 100000 | 1101011 | 0 | 1010110 | 110110 | 1001 | 101010010 | 1010001 | 110100 |
Color Harmonies of #E8206B
Complementary color
Monochromatic Colors of #E8206B
Black with #E8206B
Text Example
Text Example
White with #E8206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8206B; }
p { color: rgb(232,32,107); }
H1.HeaderClassName
{
color: #E8206B;
}
.AnyTagClassName
{
color: #E8206B;
}
</style>
background-color css
<style>
a { background-color: #E8206B; }
a { background-color: rgb(232,32,107); }
div.DivClassName
{
background-color: #E8206B;
}
.BgClassName
{
background-color: #E8206B;
}
</style>
border-color css
<style>
span { border-color: #E8206B; }
span { border-color: rgb(232,32,107); }
td.TdClassName
{
border-color: #E8206B;
}
.TagClassName
{
border-color: #E8206B;
}
</style>