Shades of Ruby #E6206F
Tints of Ruby #E6206F
RGB
CMYK
RGB Variations
Color information
#E6206F (or 0xE6206F) is known color: Ruby. HEX triplet: E6, 20 and 6F. RGB value is (230,32,111). Sum of RGB (Red+Green+Blue) = 230+32+111=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6206F is #19DF90. Grayscale: #646464. Windows color (decimal): -1695633 or 7282918. OLE color: 7282918.
HSL color Cylindrical-coordinate representation of color #E6206F: hue angle of 336.06º 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 #E6206F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.10 |
| HSL | 336.06º | 0.8% | 0.51% | - |
| HSV(B) | 336.06º | 0.86% | 0.9% | - |
| XYZ | 36.02 | 19 | 16.81 | - |
| YUV | 100.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 111 | 0 | 0.86 | 0.52 | 0.10 | 336.06 | 0.8 | 0.51 |
| Hex | E6 | 20 | 6F | 0 | 56 | 34 | A | 150 | 50 | 33 |
| Octal | 346 | 40 | 157 | 0 | 126 | 64 | 12 | 520 | 120 | 63 |
| Binary | 11100110 | 100000 | 1101111 | 0 | 1010110 | 110100 | 1010 | 101010000 | 1010000 | 110011 |
Color Harmonies of #E6206F
Complementary color
Monochromatic Colors of #E6206F
Black with #E6206F
Text Example
Text Example
White with #E6206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6206F; }
p { color: rgb(230,32,111); }
H1.HeaderClassName
{
color: #E6206F;
}
.AnyTagClassName
{
color: #E6206F;
}
</style>
background-color css
<style>
a { background-color: #E6206F; }
a { background-color: rgb(230,32,111); }
div.DivClassName
{
background-color: #E6206F;
}
.BgClassName
{
background-color: #E6206F;
}
</style>
border-color css
<style>
span { border-color: #E6206F; }
span { border-color: rgb(230,32,111); }
td.TdClassName
{
border-color: #E6206F;
}
.TagClassName
{
border-color: #E6206F;
}
</style>