Shades of Ruby #E21753
Tints of Ruby #E21753
RGB
CMYK
RGB Variations
Color information
#E21753 (or 0xE21753) is known color: Ruby. HEX triplet: E2, 17 and 53. RGB value is (226,23,83). Sum of RGB (Red+Green+Blue) = 226+23+83=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21753 is #1DE8AC. Grayscale: #5A5A5A. Windows color (decimal): -1960109 or 5445602. OLE color: 5445602.
HSL color Cylindrical-coordinate representation of color #E21753: hue angle of 342.27º 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 #E21753 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.11 |
| HSL | 342.27º | 0.82% | 0.49% | - |
| HSV(B) | 342.27º | 0.9% | 0.89% | - |
| XYZ | 33.23 | 17.41 | 9.79 | - |
| YUV | 90.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 83 | 0 | 0.90 | 0.63 | 0.11 | 342.27 | 0.82 | 0.49 |
| Hex | E2 | 17 | 53 | 0 | 5A | 3F | B | 156 | 52 | 31 |
| Octal | 342 | 27 | 123 | 0 | 132 | 77 | 13 | 526 | 122 | 61 |
| Binary | 11100010 | 10111 | 1010011 | 0 | 1011010 | 111111 | 1011 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E21753
Complementary color
Monochromatic Colors of #E21753
Black with #E21753
Text Example
Text Example
White with #E21753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21753; }
p { color: rgb(226,23,83); }
H1.HeaderClassName
{
color: #E21753;
}
.AnyTagClassName
{
color: #E21753;
}
</style>
background-color css
<style>
a { background-color: #E21753; }
a { background-color: rgb(226,23,83); }
div.DivClassName
{
background-color: #E21753;
}
.BgClassName
{
background-color: #E21753;
}
</style>
border-color css
<style>
span { border-color: #E21753; }
span { border-color: rgb(226,23,83); }
td.TdClassName
{
border-color: #E21753;
}
.TagClassName
{
border-color: #E21753;
}
</style>