Shades of Ruby #E8206F
Tints of Ruby #E8206F
RGB
CMYK
RGB Variations
Color information
#E8206F (or 0xE8206F) is known color: Ruby. HEX triplet: E8, 20 and 6F. RGB value is (232,32,111). Sum of RGB (Red+Green+Blue) = 232+32+111=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8206F is #17DF90. Grayscale: #646464. Windows color (decimal): -1564561 or 7282920. OLE color: 7282920.
HSL color Cylindrical-coordinate representation of color #E8206F: hue angle of 336.3º 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 #E8206F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.09 |
| HSL | 336.3º | 0.81% | 0.52% | - |
| HSV(B) | 336.3º | 0.86% | 0.91% | - |
| XYZ | 36.66 | 19.34 | 16.84 | - |
| YUV | 100.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 111 | 0 | 0.86 | 0.52 | 0.09 | 336.3 | 0.81 | 0.52 |
| Hex | E8 | 20 | 6F | 0 | 56 | 34 | 9 | 150 | 51 | 34 |
| Octal | 350 | 40 | 157 | 0 | 126 | 64 | 11 | 520 | 121 | 64 |
| Binary | 11101000 | 100000 | 1101111 | 0 | 1010110 | 110100 | 1001 | 101010000 | 1010001 | 110100 |
Color Harmonies of #E8206F
Complementary color
Monochromatic Colors of #E8206F
Black with #E8206F
Text Example
Text Example
White with #E8206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8206F; }
p { color: rgb(232,32,111); }
H1.HeaderClassName
{
color: #E8206F;
}
.AnyTagClassName
{
color: #E8206F;
}
</style>
background-color css
<style>
a { background-color: #E8206F; }
a { background-color: rgb(232,32,111); }
div.DivClassName
{
background-color: #E8206F;
}
.BgClassName
{
background-color: #E8206F;
}
</style>
border-color css
<style>
span { border-color: #E8206F; }
span { border-color: rgb(232,32,111); }
td.TdClassName
{
border-color: #E8206F;
}
.TagClassName
{
border-color: #E8206F;
}
</style>