Shades of Ruby #E6206B
Tints of Ruby #E6206B
RGB
CMYK
RGB Variations
Color information
#E6206B (or 0xE6206B) is known color: Ruby. HEX triplet: E6, 20 and 6B. RGB value is (230,32,107). Sum of RGB (Red+Green+Blue) = 230+32+107=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E6206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6206B is #19DF94. Grayscale: #636363. Windows color (decimal): -1695637 or 7020774. OLE color: 7020774.
HSL color Cylindrical-coordinate representation of color #E6206B: hue angle of 337.27º 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 #E6206B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.10 |
| HSL | 337.27º | 0.8% | 0.51% | - |
| HSV(B) | 337.27º | 0.86% | 0.9% | - |
| XYZ | 35.8 | 18.92 | 15.67 | - |
| YUV | 99.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 107 | 0 | 0.86 | 0.53 | 0.10 | 337.27 | 0.8 | 0.51 |
| Hex | E6 | 20 | 6B | 0 | 56 | 35 | A | 151 | 50 | 33 |
| Octal | 346 | 40 | 153 | 0 | 126 | 65 | 12 | 521 | 120 | 63 |
| Binary | 11100110 | 100000 | 1101011 | 0 | 1010110 | 110101 | 1010 | 101010001 | 1010000 | 110011 |
Color Harmonies of #E6206B
Complementary color
Monochromatic Colors of #E6206B
Black with #E6206B
Text Example
Text Example
White with #E6206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6206B; }
p { color: rgb(230,32,107); }
H1.HeaderClassName
{
color: #E6206B;
}
.AnyTagClassName
{
color: #E6206B;
}
</style>
background-color css
<style>
a { background-color: #E6206B; }
a { background-color: rgb(230,32,107); }
div.DivClassName
{
background-color: #E6206B;
}
.BgClassName
{
background-color: #E6206B;
}
</style>
border-color css
<style>
span { border-color: #E6206B; }
span { border-color: rgb(230,32,107); }
td.TdClassName
{
border-color: #E6206B;
}
.TagClassName
{
border-color: #E6206B;
}
</style>