Shades of Ruby #E7206E
Tints of Ruby #E7206E
RGB
CMYK
RGB Variations
Color information
#E7206E (or 0xE7206E) is known color: Ruby. HEX triplet: E7, 20 and 6E. RGB value is (231,32,110). Sum of RGB (Red+Green+Blue) = 231+32+110=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7206E is #18DF91. Grayscale: #646464. Windows color (decimal): -1630098 or 7217383. OLE color: 7217383.
HSL color Cylindrical-coordinate representation of color #E7206E: hue angle of 336.48º 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 #E7206E is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 110 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.09 |
| HSL | 336.48º | 0.81% | 0.52% | - |
| HSV(B) | 336.48º | 0.86% | 0.91% | - |
| XYZ | 36.29 | 19.15 | 16.54 | - |
| YUV | 100.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 110 | 0 | 0.86 | 0.52 | 0.09 | 336.48 | 0.81 | 0.52 |
| Hex | E7 | 20 | 6E | 0 | 56 | 34 | 9 | 150 | 51 | 34 |
| Octal | 347 | 40 | 156 | 0 | 126 | 64 | 11 | 520 | 121 | 64 |
| Binary | 11100111 | 100000 | 1101110 | 0 | 1010110 | 110100 | 1001 | 101010000 | 1010001 | 110100 |
Color Harmonies of #E7206E
Complementary color
Monochromatic Colors of #E7206E
Black with #E7206E
Text Example
Text Example
White with #E7206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7206E; }
p { color: rgb(231,32,110); }
H1.HeaderClassName
{
color: #E7206E;
}
.AnyTagClassName
{
color: #E7206E;
}
</style>
background-color css
<style>
a { background-color: #E7206E; }
a { background-color: rgb(231,32,110); }
div.DivClassName
{
background-color: #E7206E;
}
.BgClassName
{
background-color: #E7206E;
}
</style>
border-color css
<style>
span { border-color: #E7206E; }
span { border-color: rgb(231,32,110); }
td.TdClassName
{
border-color: #E7206E;
}
.TagClassName
{
border-color: #E7206E;
}
</style>