Shades of Ruby #E3215C
Tints of Ruby #E3215C
RGB
CMYK
RGB Variations
Color information
#E3215C (or 0xE3215C) is known color: Ruby. HEX triplet: E3, 21 and 5C. RGB value is (227,33,92). Sum of RGB (Red+Green+Blue) = 227+33+92=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3215C is #1CDEA3. Grayscale: #616161. Windows color (decimal): -1892004 or 6037987. OLE color: 6037987.
HSL color Cylindrical-coordinate representation of color #E3215C: hue angle of 341.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3215C is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 92 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.11 |
| HSL | 341.75º | 0.78% | 0.51% | - |
| HSV(B) | 341.75º | 0.85% | 0.89% | - |
| XYZ | 34.15 | 18.19 | 11.84 | - |
| YUV | 97.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 92 | 0 | 0.85 | 0.59 | 0.11 | 341.75 | 0.78 | 0.51 |
| Hex | E3 | 21 | 5C | 0 | 55 | 3B | B | 156 | 4E | 33 |
| Octal | 343 | 41 | 134 | 0 | 125 | 73 | 13 | 526 | 116 | 63 |
| Binary | 11100011 | 100001 | 1011100 | 0 | 1010101 | 111011 | 1011 | 101010110 | 1001110 | 110011 |
Color Harmonies of #E3215C
Complementary color
Monochromatic Colors of #E3215C
Black with #E3215C
Text Example
Text Example
White with #E3215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3215C; }
p { color: rgb(227,33,92); }
H1.HeaderClassName
{
color: #E3215C;
}
.AnyTagClassName
{
color: #E3215C;
}
</style>
background-color css
<style>
a { background-color: #E3215C; }
a { background-color: rgb(227,33,92); }
div.DivClassName
{
background-color: #E3215C;
}
.BgClassName
{
background-color: #E3215C;
}
</style>
border-color css
<style>
span { border-color: #E3215C; }
span { border-color: rgb(227,33,92); }
td.TdClassName
{
border-color: #E3215C;
}
.TagClassName
{
border-color: #E3215C;
}
</style>