Shades of Ruby #E21652
Tints of Ruby #E21652
RGB
CMYK
RGB Variations
Color information
#E21652 (or 0xE21652) is known color: Ruby. HEX triplet: E2, 16 and 52. RGB value is (226,22,82). Sum of RGB (Red+Green+Blue) = 226+22+82=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E21652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21652 is #1DE9AD. Grayscale: #595959. Windows color (decimal): -1960366 or 5379810. OLE color: 5379810.
HSL color Cylindrical-coordinate representation of color #E21652: hue angle of 342.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21652 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 82 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.11 |
| HSL | 342.35º | 0.82% | 0.49% | - |
| HSV(B) | 342.35º | 0.9% | 0.89% | - |
| XYZ | 33.17 | 17.35 | 9.58 | - |
| YUV | 89.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 82 | 0 | 0.90 | 0.64 | 0.11 | 342.35 | 0.82 | 0.49 |
| Hex | E2 | 16 | 52 | 0 | 5A | 40 | B | 156 | 52 | 31 |
| Octal | 342 | 26 | 122 | 0 | 132 | 100 | 13 | 526 | 122 | 61 |
| Binary | 11100010 | 10110 | 1010010 | 0 | 1011010 | 1000000 | 1011 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E21652
Complementary color
Monochromatic Colors of #E21652
Black with #E21652
Text Example
Text Example
White with #E21652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21652; }
p { color: rgb(226,22,82); }
H1.HeaderClassName
{
color: #E21652;
}
.AnyTagClassName
{
color: #E21652;
}
</style>
background-color css
<style>
a { background-color: #E21652; }
a { background-color: rgb(226,22,82); }
div.DivClassName
{
background-color: #E21652;
}
.BgClassName
{
background-color: #E21652;
}
</style>
border-color css
<style>
span { border-color: #E21652; }
span { border-color: rgb(226,22,82); }
td.TdClassName
{
border-color: #E21652;
}
.TagClassName
{
border-color: #E21652;
}
</style>