Shades of Ruby #E3206A
Tints of Ruby #E3206A
RGB
CMYK
RGB Variations
Color information
#E3206A (or 0xE3206A) is known color: Ruby. HEX triplet: E3, 20 and 6A. RGB value is (227,32,106). Sum of RGB (Red+Green+Blue) = 227+32+106=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206A is #1CDF95. Grayscale: #626262. Windows color (decimal): -1892246 or 6955235. OLE color: 6955235.
HSL color Cylindrical-coordinate representation of color #E3206A: hue angle of 337.23º 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 #E3206A is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 106 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.11 |
| HSL | 337.23º | 0.78% | 0.51% | - |
| HSV(B) | 337.23º | 0.86% | 0.89% | - |
| XYZ | 34.8 | 18.4 | 15.35 | - |
| YUV | 98.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 106 | 0 | 0.86 | 0.53 | 0.11 | 337.23 | 0.78 | 0.51 |
| Hex | E3 | 20 | 6A | 0 | 56 | 35 | B | 151 | 4E | 33 |
| Octal | 343 | 40 | 152 | 0 | 126 | 65 | 13 | 521 | 116 | 63 |
| Binary | 11100011 | 100000 | 1101010 | 0 | 1010110 | 110101 | 1011 | 101010001 | 1001110 | 110011 |
Color Harmonies of #E3206A
Complementary color
Monochromatic Colors of #E3206A
Black with #E3206A
Text Example
Text Example
White with #E3206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3206A; }
p { color: rgb(227,32,106); }
H1.HeaderClassName
{
color: #E3206A;
}
.AnyTagClassName
{
color: #E3206A;
}
</style>
background-color css
<style>
a { background-color: #E3206A; }
a { background-color: rgb(227,32,106); }
div.DivClassName
{
background-color: #E3206A;
}
.BgClassName
{
background-color: #E3206A;
}
</style>
border-color css
<style>
span { border-color: #E3206A; }
span { border-color: rgb(227,32,106); }
td.TdClassName
{
border-color: #E3206A;
}
.TagClassName
{
border-color: #E3206A;
}
</style>