Shades of Ruby #E11269
Tints of Ruby #E11269
RGB
CMYK
RGB Variations
Color information
#E11269 (or 0xE11269) is known color: Ruby. HEX triplet: E1, 12 and 69. RGB value is (225,18,105). Sum of RGB (Red+Green+Blue) = 225+18+105=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11269 is #1EED96. Grayscale: #595959. Windows color (decimal): -2026903 or 6886113. OLE color: 6886113.
HSL color Cylindrical-coordinate representation of color #E11269: hue angle of 334.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11269 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.12 |
| HSL | 334.78º | 0.85% | 0.48% | - |
| HSV(B) | 334.78º | 0.92% | 0.88% | - |
| XYZ | 33.82 | 17.46 | 14.95 | - |
| YUV | 89.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 105 | 0 | 0.92 | 0.53 | 0.12 | 334.78 | 0.85 | 0.48 |
| Hex | E1 | 12 | 69 | 0 | 5C | 35 | C | 14F | 55 | 30 |
| Octal | 341 | 22 | 151 | 0 | 134 | 65 | 14 | 517 | 125 | 60 |
| Binary | 11100001 | 10010 | 1101001 | 0 | 1011100 | 110101 | 1100 | 101001111 | 1010101 | 110000 |
Color Harmonies of #E11269
Complementary color
Monochromatic Colors of #E11269
Black with #E11269
Text Example
Text Example
White with #E11269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11269; }
p { color: rgb(225,18,105); }
H1.HeaderClassName
{
color: #E11269;
}
.AnyTagClassName
{
color: #E11269;
}
</style>
background-color css
<style>
a { background-color: #E11269; }
a { background-color: rgb(225,18,105); }
div.DivClassName
{
background-color: #E11269;
}
.BgClassName
{
background-color: #E11269;
}
</style>
border-color css
<style>
span { border-color: #E11269; }
span { border-color: rgb(225,18,105); }
td.TdClassName
{
border-color: #E11269;
}
.TagClassName
{
border-color: #E11269;
}
</style>