Shades of Ruby #E7206F
Tints of Ruby #E7206F
RGB
CMYK
RGB Variations
Color information
#E7206F (or 0xE7206F) is known color: Ruby. HEX triplet: E7, 20 and 6F. RGB value is (231,32,111). Sum of RGB (Red+Green+Blue) = 231+32+111=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206F is #18DF90. Grayscale: #646464. Windows color (decimal): -1630097 or 7282919. OLE color: 7282919.
HSL color Cylindrical-coordinate representation of color #E7206F: hue angle of 336.18º 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 #E7206F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.09 |
| HSL | 336.18º | 0.81% | 0.52% | - |
| HSV(B) | 336.18º | 0.86% | 0.91% | - |
| XYZ | 36.34 | 19.17 | 16.82 | - |
| YUV | 100.51 | 133.93 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 111 | 0 | 0.86 | 0.52 | 0.09 | 336.18 | 0.81 | 0.52 |
| Hex | E7 | 20 | 6F | 0 | 56 | 34 | 9 | 150 | 51 | 34 |
| Octal | 347 | 40 | 157 | 0 | 126 | 64 | 11 | 520 | 121 | 64 |
| Binary | 11100111 | 100000 | 1101111 | 0 | 1010110 | 110100 | 1001 | 101010000 | 1010001 | 110100 |
Color Harmonies of #E7206F
Complementary color
Monochromatic Colors of #E7206F
Black with #E7206F
Text Example
Text Example
White with #E7206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7206F; }
p { color: rgb(231,32,111); }
H1.HeaderClassName
{
color: #E7206F;
}
.AnyTagClassName
{
color: #E7206F;
}
</style>
background-color css
<style>
a { background-color: #E7206F; }
a { background-color: rgb(231,32,111); }
div.DivClassName
{
background-color: #E7206F;
}
.BgClassName
{
background-color: #E7206F;
}
</style>
border-color css
<style>
span { border-color: #E7206F; }
span { border-color: rgb(231,32,111); }
td.TdClassName
{
border-color: #E7206F;
}
.TagClassName
{
border-color: #E7206F;
}
</style>