Shades of Ruby #E21553
Tints of Ruby #E21553
RGB
CMYK
RGB Variations
Color information
#E21553 (or 0xE21553) is known color: Ruby. HEX triplet: E2, 15 and 53. RGB value is (226,21,83). Sum of RGB (Red+Green+Blue) = 226+21+83=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E21553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21553 is #1DEAAC. Grayscale: #595959. Windows color (decimal): -1960621 or 5445090. OLE color: 5445090.
HSL color Cylindrical-coordinate representation of color #E21553: hue angle of 341.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21553 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 83 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.11 |
| HSL | 341.85º | 0.83% | 0.48% | - |
| HSV(B) | 341.85º | 0.91% | 0.89% | - |
| XYZ | 33.19 | 17.33 | 9.78 | - |
| YUV | 89.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 83 | 0 | 0.91 | 0.63 | 0.11 | 341.85 | 0.83 | 0.48 |
| Hex | E2 | 15 | 53 | 0 | 5B | 3F | B | 156 | 53 | 30 |
| Octal | 342 | 25 | 123 | 0 | 133 | 77 | 13 | 526 | 123 | 60 |
| Binary | 11100010 | 10101 | 1010011 | 0 | 1011011 | 111111 | 1011 | 101010110 | 1010011 | 110000 |
Color Harmonies of #E21553
Complementary color
Monochromatic Colors of #E21553
Black with #E21553
Text Example
Text Example
White with #E21553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21553; }
p { color: rgb(226,21,83); }
H1.HeaderClassName
{
color: #E21553;
}
.AnyTagClassName
{
color: #E21553;
}
</style>
background-color css
<style>
a { background-color: #E21553; }
a { background-color: rgb(226,21,83); }
div.DivClassName
{
background-color: #E21553;
}
.BgClassName
{
background-color: #E21553;
}
</style>
border-color css
<style>
span { border-color: #E21553; }
span { border-color: rgb(226,21,83); }
td.TdClassName
{
border-color: #E21553;
}
.TagClassName
{
border-color: #E21553;
}
</style>