Shades of Ruby #E21361
Tints of Ruby #E21361
RGB
CMYK
RGB Variations
Color information
#E21361 (or 0xE21361) is known color: Ruby. HEX triplet: E2, 13 and 61. RGB value is (226,19,97). Sum of RGB (Red+Green+Blue) = 226+19+97=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E21361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21361 is #1DEC9E. Grayscale: #595959. Windows color (decimal): -1961119 or 6362082. OLE color: 6362082.
HSL color Cylindrical-coordinate representation of color #E21361: hue angle of 337.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21361 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 97 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.11 |
| HSL | 337.39º | 0.84% | 0.48% | - |
| HSV(B) | 337.39º | 0.92% | 0.89% | - |
| XYZ | 33.75 | 17.5 | 12.91 | - |
| YUV | 89.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 97 | 0 | 0.92 | 0.57 | 0.11 | 337.39 | 0.84 | 0.48 |
| Hex | E2 | 13 | 61 | 0 | 5C | 39 | B | 151 | 54 | 30 |
| Octal | 342 | 23 | 141 | 0 | 134 | 71 | 13 | 521 | 124 | 60 |
| Binary | 11100010 | 10011 | 1100001 | 0 | 1011100 | 111001 | 1011 | 101010001 | 1010100 | 110000 |
Color Harmonies of #E21361
Complementary color
Monochromatic Colors of #E21361
Black with #E21361
Text Example
Text Example
White with #E21361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21361; }
p { color: rgb(226,19,97); }
H1.HeaderClassName
{
color: #E21361;
}
.AnyTagClassName
{
color: #E21361;
}
</style>
background-color css
<style>
a { background-color: #E21361; }
a { background-color: rgb(226,19,97); }
div.DivClassName
{
background-color: #E21361;
}
.BgClassName
{
background-color: #E21361;
}
</style>
border-color css
<style>
span { border-color: #E21361; }
span { border-color: rgb(226,19,97); }
td.TdClassName
{
border-color: #E21361;
}
.TagClassName
{
border-color: #E21361;
}
</style>