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