Shades of Ruby #E21069
Tints of Ruby #E21069
RGB
CMYK
RGB Variations
Color information
#E21069 (or 0xE21069) is known color: Ruby. HEX triplet: E2, 10 and 69. RGB value is (226,16,105). Sum of RGB (Red+Green+Blue) = 226+16+105=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21069 is #1DEF96. Grayscale: #585858. Windows color (decimal): -1961879 or 6885602. OLE color: 6885602.
HSL color Cylindrical-coordinate representation of color #E21069: hue angle of 334.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21069 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.11 |
| HSL | 334.57º | 0.87% | 0.47% | - |
| HSV(B) | 334.57º | 0.93% | 0.89% | - |
| XYZ | 34.1 | 17.56 | 14.96 | - |
| YUV | 88.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 105 | 0 | 0.93 | 0.54 | 0.11 | 334.57 | 0.87 | 0.47 |
| Hex | E2 | 10 | 69 | 0 | 5D | 36 | B | 14F | 57 | 2F |
| Octal | 342 | 20 | 151 | 0 | 135 | 66 | 13 | 517 | 127 | 57 |
| Binary | 11100010 | 10000 | 1101001 | 0 | 1011101 | 110110 | 1011 | 101001111 | 1010111 | 101111 |
Color Harmonies of #E21069
Complementary color
Monochromatic Colors of #E21069
Black with #E21069
Text Example
Text Example
White with #E21069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21069; }
p { color: rgb(226,16,105); }
H1.HeaderClassName
{
color: #E21069;
}
.AnyTagClassName
{
color: #E21069;
}
</style>
background-color css
<style>
a { background-color: #E21069; }
a { background-color: rgb(226,16,105); }
div.DivClassName
{
background-color: #E21069;
}
.BgClassName
{
background-color: #E21069;
}
</style>
border-color css
<style>
span { border-color: #E21069; }
span { border-color: rgb(226,16,105); }
td.TdClassName
{
border-color: #E21069;
}
.TagClassName
{
border-color: #E21069;
}
</style>