Shades of Ruby #E21955
Tints of Ruby #E21955
RGB
CMYK
RGB Variations
Color information
#E21955 (or 0xE21955) is known color: Ruby. HEX triplet: E2, 19 and 55. RGB value is (226,25,85). Sum of RGB (Red+Green+Blue) = 226+25+85=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E21955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21955 is #1DE6AA. Grayscale: #5B5B5B. Windows color (decimal): -1959595 or 5577186. OLE color: 5577186.
HSL color Cylindrical-coordinate representation of color #E21955: hue angle of 342.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21955 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.11 |
| HSL | 342.09º | 0.8% | 0.49% | - |
| HSV(B) | 342.09º | 0.89% | 0.89% | - |
| XYZ | 33.35 | 17.52 | 10.22 | - |
| YUV | 91.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 85 | 0 | 0.89 | 0.62 | 0.11 | 342.09 | 0.8 | 0.49 |
| Hex | E2 | 19 | 55 | 0 | 59 | 3E | B | 156 | 50 | 31 |
| Octal | 342 | 31 | 125 | 0 | 131 | 76 | 13 | 526 | 120 | 61 |
| Binary | 11100010 | 11001 | 1010101 | 0 | 1011001 | 111110 | 1011 | 101010110 | 1010000 | 110001 |
Color Harmonies of #E21955
Complementary color
Monochromatic Colors of #E21955
Black with #E21955
Text Example
Text Example
White with #E21955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21955; }
p { color: rgb(226,25,85); }
H1.HeaderClassName
{
color: #E21955;
}
.AnyTagClassName
{
color: #E21955;
}
</style>
background-color css
<style>
a { background-color: #E21955; }
a { background-color: rgb(226,25,85); }
div.DivClassName
{
background-color: #E21955;
}
.BgClassName
{
background-color: #E21955;
}
</style>
border-color css
<style>
span { border-color: #E21955; }
span { border-color: rgb(226,25,85); }
td.TdClassName
{
border-color: #E21955;
}
.TagClassName
{
border-color: #E21955;
}
</style>