Shades of Ruby #E21953
Tints of Ruby #E21953
RGB
CMYK
RGB Variations
Color information
#E21953 (or 0xE21953) is known color: Ruby. HEX triplet: E2, 19 and 53. RGB value is (226,25,83). Sum of RGB (Red+Green+Blue) = 226+25+83=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E21953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21953 is #1DE6AC. Grayscale: #5B5B5B. Windows color (decimal): -1959597 or 5446114. OLE color: 5446114.
HSL color Cylindrical-coordinate representation of color #E21953: hue angle of 342.69º 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 #E21953 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 83 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.11 |
| HSL | 342.69º | 0.8% | 0.49% | - |
| HSV(B) | 342.69º | 0.89% | 0.89% | - |
| XYZ | 33.27 | 17.49 | 9.81 | - |
| YUV | 91.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 83 | 0 | 0.89 | 0.63 | 0.11 | 342.69 | 0.8 | 0.49 |
| Hex | E2 | 19 | 53 | 0 | 59 | 3F | B | 157 | 50 | 31 |
| Octal | 342 | 31 | 123 | 0 | 131 | 77 | 13 | 527 | 120 | 61 |
| Binary | 11100010 | 11001 | 1010011 | 0 | 1011001 | 111111 | 1011 | 101010111 | 1010000 | 110001 |
Color Harmonies of #E21953
Complementary color
Monochromatic Colors of #E21953
Black with #E21953
Text Example
Text Example
White with #E21953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21953; }
p { color: rgb(226,25,83); }
H1.HeaderClassName
{
color: #E21953;
}
.AnyTagClassName
{
color: #E21953;
}
</style>
background-color css
<style>
a { background-color: #E21953; }
a { background-color: rgb(226,25,83); }
div.DivClassName
{
background-color: #E21953;
}
.BgClassName
{
background-color: #E21953;
}
</style>
border-color css
<style>
span { border-color: #E21953; }
span { border-color: rgb(226,25,83); }
td.TdClassName
{
border-color: #E21953;
}
.TagClassName
{
border-color: #E21953;
}
</style>