Shades of Ruby #E3206F
Tints of Ruby #E3206F
RGB
CMYK
RGB Variations
Color information
#E3206F (or 0xE3206F) is known color: Ruby. HEX triplet: E3, 20 and 6F. RGB value is (227,32,111). Sum of RGB (Red+Green+Blue) = 227+32+111=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206F is #1CDF90. Grayscale: #636363. Windows color (decimal): -1892241 or 7282915. OLE color: 7282915.
HSL color Cylindrical-coordinate representation of color #E3206F: hue angle of 335.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3206F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.11 |
| HSL | 335.69º | 0.78% | 0.51% | - |
| HSV(B) | 335.69º | 0.86% | 0.89% | - |
| XYZ | 35.06 | 18.51 | 16.76 | - |
| YUV | 99.31 | 134.6 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 111 | 0 | 0.86 | 0.51 | 0.11 | 335.69 | 0.78 | 0.51 |
| Hex | E3 | 20 | 6F | 0 | 56 | 33 | B | 150 | 4E | 33 |
| Octal | 343 | 40 | 157 | 0 | 126 | 63 | 13 | 520 | 116 | 63 |
| Binary | 11100011 | 100000 | 1101111 | 0 | 1010110 | 110011 | 1011 | 101010000 | 1001110 | 110011 |
Color Harmonies of #E3206F
Complementary color
Monochromatic Colors of #E3206F
Black with #E3206F
Text Example
Text Example
White with #E3206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3206F; }
p { color: rgb(227,32,111); }
H1.HeaderClassName
{
color: #E3206F;
}
.AnyTagClassName
{
color: #E3206F;
}
</style>
background-color css
<style>
a { background-color: #E3206F; }
a { background-color: rgb(227,32,111); }
div.DivClassName
{
background-color: #E3206F;
}
.BgClassName
{
background-color: #E3206F;
}
</style>
border-color css
<style>
span { border-color: #E3206F; }
span { border-color: rgb(227,32,111); }
td.TdClassName
{
border-color: #E3206F;
}
.TagClassName
{
border-color: #E3206F;
}
</style>