Shades of Ruby #E91277
Tints of Ruby #E91277
RGB
CMYK
RGB Variations
Color information
#E91277 (or 0xE91277) is known color: Ruby. HEX triplet: E9, 12 and 77. RGB value is (233,18,119). Sum of RGB (Red+Green+Blue) = 233+18+119=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91277 is #16ED88. Grayscale: #5D5D5D. Windows color (decimal): -1502601 or 7803625. OLE color: 7803625.
HSL color Cylindrical-coordinate representation of color #E91277: hue angle of 331.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91277 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 119 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.09 |
| HSL | 331.81º | 0.86% | 0.49% | - |
| HSV(B) | 331.81º | 0.92% | 0.91% | - |
| XYZ | 37.15 | 19.09 | 19.18 | - |
| YUV | 93.8 | 142.23 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 119 | 0 | 0.92 | 0.49 | 0.09 | 331.81 | 0.86 | 0.49 |
| Hex | E9 | 12 | 77 | 0 | 5C | 31 | 9 | 14C | 56 | 31 |
| Octal | 351 | 22 | 167 | 0 | 134 | 61 | 11 | 514 | 126 | 61 |
| Binary | 11101001 | 10010 | 1110111 | 0 | 1011100 | 110001 | 1001 | 101001100 | 1010110 | 110001 |
Color Harmonies of #E91277
Complementary color
Monochromatic Colors of #E91277
Black with #E91277
Text Example
Text Example
White with #E91277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91277; }
p { color: rgb(233,18,119); }
H1.HeaderClassName
{
color: #E91277;
}
.AnyTagClassName
{
color: #E91277;
}
</style>
background-color css
<style>
a { background-color: #E91277; }
a { background-color: rgb(233,18,119); }
div.DivClassName
{
background-color: #E91277;
}
.BgClassName
{
background-color: #E91277;
}
</style>
border-color css
<style>
span { border-color: #E91277; }
span { border-color: rgb(233,18,119); }
td.TdClassName
{
border-color: #E91277;
}
.TagClassName
{
border-color: #E91277;
}
</style>