Shades of Ruby #E21569
Tints of Ruby #E21569
RGB
CMYK
RGB Variations
Color information
#E21569 (or 0xE21569) is known color: Ruby. HEX triplet: E2, 15 and 69. RGB value is (226,21,105). Sum of RGB (Red+Green+Blue) = 226+21+105=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E21569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21569 is #1DEA96. Grayscale: #5B5B5B. Windows color (decimal): -1960599 or 6886882. OLE color: 6886882.
HSL color Cylindrical-coordinate representation of color #E21569: hue angle of 335.41º 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 #E21569 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.11 |
| HSL | 335.41º | 0.83% | 0.48% | - |
| HSV(B) | 335.41º | 0.91% | 0.89% | - |
| XYZ | 34.18 | 17.73 | 14.98 | - |
| YUV | 91.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 105 | 0 | 0.91 | 0.54 | 0.11 | 335.41 | 0.83 | 0.48 |
| Hex | E2 | 15 | 69 | 0 | 5B | 36 | B | 14F | 53 | 30 |
| Octal | 342 | 25 | 151 | 0 | 133 | 66 | 13 | 517 | 123 | 60 |
| Binary | 11100010 | 10101 | 1101001 | 0 | 1011011 | 110110 | 1011 | 101001111 | 1010011 | 110000 |
Color Harmonies of #E21569
Complementary color
Monochromatic Colors of #E21569
Black with #E21569
Text Example
Text Example
White with #E21569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21569; }
p { color: rgb(226,21,105); }
H1.HeaderClassName
{
color: #E21569;
}
.AnyTagClassName
{
color: #E21569;
}
</style>
background-color css
<style>
a { background-color: #E21569; }
a { background-color: rgb(226,21,105); }
div.DivClassName
{
background-color: #E21569;
}
.BgClassName
{
background-color: #E21569;
}
</style>
border-color css
<style>
span { border-color: #E21569; }
span { border-color: rgb(226,21,105); }
td.TdClassName
{
border-color: #E21569;
}
.TagClassName
{
border-color: #E21569;
}
</style>