Shades of Ruby #E3205C
Tints of Ruby #E3205C
RGB
CMYK
RGB Variations
Color information
#E3205C (or 0xE3205C) is known color: Ruby. HEX triplet: E3, 20 and 5C. RGB value is (227,32,92). Sum of RGB (Red+Green+Blue) = 227+32+92=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3205C is #1CDFA3. Grayscale: #616161. Windows color (decimal): -1892260 or 6037731. OLE color: 6037731.
HSL color Cylindrical-coordinate representation of color #E3205C: hue angle of 341.54º 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 #E3205C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 92 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.11 |
| HSL | 341.54º | 0.78% | 0.51% | - |
| HSV(B) | 341.54º | 0.86% | 0.89% | - |
| XYZ | 34.13 | 18.14 | 11.83 | - |
| YUV | 97.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 92 | 0 | 0.86 | 0.59 | 0.11 | 341.54 | 0.78 | 0.51 |
| Hex | E3 | 20 | 5C | 0 | 56 | 3B | B | 156 | 4E | 33 |
| Octal | 343 | 40 | 134 | 0 | 126 | 73 | 13 | 526 | 116 | 63 |
| Binary | 11100011 | 100000 | 1011100 | 0 | 1010110 | 111011 | 1011 | 101010110 | 1001110 | 110011 |
Color Harmonies of #E3205C
Complementary color
Monochromatic Colors of #E3205C
Black with #E3205C
Text Example
Text Example
White with #E3205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3205C; }
p { color: rgb(227,32,92); }
H1.HeaderClassName
{
color: #E3205C;
}
.AnyTagClassName
{
color: #E3205C;
}
</style>
background-color css
<style>
a { background-color: #E3205C; }
a { background-color: rgb(227,32,92); }
div.DivClassName
{
background-color: #E3205C;
}
.BgClassName
{
background-color: #E3205C;
}
</style>
border-color css
<style>
span { border-color: #E3205C; }
span { border-color: rgb(227,32,92); }
td.TdClassName
{
border-color: #E3205C;
}
.TagClassName
{
border-color: #E3205C;
}
</style>