Shades of Ruby #E6206C
Tints of Ruby #E6206C
RGB
CMYK
RGB Variations
Color information
#E6206C (or 0xE6206C) is known color: Ruby. HEX triplet: E6, 20 and 6C. RGB value is (230,32,108). Sum of RGB (Red+Green+Blue) = 230+32+108=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6206C is #19DF93. Grayscale: #636363. Windows color (decimal): -1695636 or 7086310. OLE color: 7086310.
HSL color Cylindrical-coordinate representation of color #E6206C: hue angle of 336.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6206C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.10 |
| HSL | 336.97º | 0.8% | 0.51% | - |
| HSV(B) | 336.97º | 0.86% | 0.9% | - |
| XYZ | 35.86 | 18.94 | 15.95 | - |
| YUV | 99.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 108 | 0 | 0.86 | 0.53 | 0.10 | 336.97 | 0.8 | 0.51 |
| Hex | E6 | 20 | 6C | 0 | 56 | 35 | A | 151 | 50 | 33 |
| Octal | 346 | 40 | 154 | 0 | 126 | 65 | 12 | 521 | 120 | 63 |
| Binary | 11100110 | 100000 | 1101100 | 0 | 1010110 | 110101 | 1010 | 101010001 | 1010000 | 110011 |
Color Harmonies of #E6206C
Complementary color
Monochromatic Colors of #E6206C
Black with #E6206C
Text Example
Text Example
White with #E6206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6206C; }
p { color: rgb(230,32,108); }
H1.HeaderClassName
{
color: #E6206C;
}
.AnyTagClassName
{
color: #E6206C;
}
</style>
background-color css
<style>
a { background-color: #E6206C; }
a { background-color: rgb(230,32,108); }
div.DivClassName
{
background-color: #E6206C;
}
.BgClassName
{
background-color: #E6206C;
}
</style>
border-color css
<style>
span { border-color: #E6206C; }
span { border-color: rgb(230,32,108); }
td.TdClassName
{
border-color: #E6206C;
}
.TagClassName
{
border-color: #E6206C;
}
</style>