Shades of Ruby #E21376
Tints of Ruby #E21376
RGB
CMYK
RGB Variations
Color information
#E21376 (or 0xE21376) is known color: Ruby. HEX triplet: E2, 13 and 76. RGB value is (226,19,118). Sum of RGB (Red+Green+Blue) = 226+19+118=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21376 is #1DEC89. Grayscale: #5B5B5B. Windows color (decimal): -1961098 or 7738338. OLE color: 7738338.
HSL color Cylindrical-coordinate representation of color #E21376: hue angle of 331.3º 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 #E21376 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.11 |
| HSL | 331.3º | 0.84% | 0.48% | - |
| HSV(B) | 331.3º | 0.92% | 0.89% | - |
| XYZ | 34.87 | 17.94 | 18.77 | - |
| YUV | 92.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 118 | 0 | 0.92 | 0.48 | 0.11 | 331.3 | 0.84 | 0.48 |
| Hex | E2 | 13 | 76 | 0 | 5C | 30 | B | 14B | 54 | 30 |
| Octal | 342 | 23 | 166 | 0 | 134 | 60 | 13 | 513 | 124 | 60 |
| Binary | 11100010 | 10011 | 1110110 | 0 | 1011100 | 110000 | 1011 | 101001011 | 1010100 | 110000 |
Color Harmonies of #E21376
Complementary color
Monochromatic Colors of #E21376
Black with #E21376
Text Example
Text Example
White with #E21376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21376; }
p { color: rgb(226,19,118); }
H1.HeaderClassName
{
color: #E21376;
}
.AnyTagClassName
{
color: #E21376;
}
</style>
background-color css
<style>
a { background-color: #E21376; }
a { background-color: rgb(226,19,118); }
div.DivClassName
{
background-color: #E21376;
}
.BgClassName
{
background-color: #E21376;
}
</style>
border-color css
<style>
span { border-color: #E21376; }
span { border-color: rgb(226,19,118); }
td.TdClassName
{
border-color: #E21376;
}
.TagClassName
{
border-color: #E21376;
}
</style>