Shades of Ruby #E11277
Tints of Ruby #E11277
RGB
CMYK
RGB Variations
Color information
#E11277 (or 0xE11277) is known color: Ruby. HEX triplet: E1, 12 and 77. RGB value is (225,18,119). Sum of RGB (Red+Green+Blue) = 225+18+119=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11277 is #1EED88. Grayscale: #5B5B5B. Windows color (decimal): -2026889 or 7803617. OLE color: 7803617.
HSL color Cylindrical-coordinate representation of color #E11277: hue angle of 330.72º 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 #E11277 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 119 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.12 |
| HSL | 330.72º | 0.85% | 0.48% | - |
| HSV(B) | 330.72º | 0.92% | 0.88% | - |
| XYZ | 34.6 | 17.77 | 19.06 | - |
| YUV | 91.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 119 | 0 | 0.92 | 0.47 | 0.12 | 330.72 | 0.85 | 0.48 |
| Hex | E1 | 12 | 77 | 0 | 5C | 2F | C | 14B | 55 | 30 |
| Octal | 341 | 22 | 167 | 0 | 134 | 57 | 14 | 513 | 125 | 60 |
| Binary | 11100001 | 10010 | 1110111 | 0 | 1011100 | 101111 | 1100 | 101001011 | 1010101 | 110000 |
Color Harmonies of #E11277
Complementary color
Monochromatic Colors of #E11277
Black with #E11277
Text Example
Text Example
White with #E11277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11277; }
p { color: rgb(225,18,119); }
H1.HeaderClassName
{
color: #E11277;
}
.AnyTagClassName
{
color: #E11277;
}
</style>
background-color css
<style>
a { background-color: #E11277; }
a { background-color: rgb(225,18,119); }
div.DivClassName
{
background-color: #E11277;
}
.BgClassName
{
background-color: #E11277;
}
</style>
border-color css
<style>
span { border-color: #E11277; }
span { border-color: rgb(225,18,119); }
td.TdClassName
{
border-color: #E11277;
}
.TagClassName
{
border-color: #E11277;
}
</style>