Shades of Ruby #E91476
Tints of Ruby #E91476
RGB
CMYK
RGB Variations
Color information
#E91476 (or 0xE91476) is known color: Ruby. HEX triplet: E9, 14 and 76. RGB value is (233,20,118). Sum of RGB (Red+Green+Blue) = 233+20+118=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91476 is #16EB89. Grayscale: #5E5E5E. Windows color (decimal): -1502090 or 7738601. OLE color: 7738601.
HSL color Cylindrical-coordinate representation of color #E91476: hue angle of 332.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91476 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 332.39º | 0.84% | 0.5% | - |
| HSV(B) | 332.39º | 0.91% | 0.91% | - |
| XYZ | 37.12 | 19.13 | 18.88 | - |
| YUV | 94.86 | 141.07 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 118 | 0 | 0.91 | 0.49 | 0.09 | 332.39 | 0.84 | 0.5 |
| Hex | E9 | 14 | 76 | 0 | 5B | 31 | 9 | 14C | 54 | 32 |
| Octal | 351 | 24 | 166 | 0 | 133 | 61 | 11 | 514 | 124 | 62 |
| Binary | 11101001 | 10100 | 1110110 | 0 | 1011011 | 110001 | 1001 | 101001100 | 1010100 | 110010 |
Color Harmonies of #E91476
Complementary color
Monochromatic Colors of #E91476
Black with #E91476
Text Example
Text Example
White with #E91476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91476; }
p { color: rgb(233,20,118); }
H1.HeaderClassName
{
color: #E91476;
}
.AnyTagClassName
{
color: #E91476;
}
</style>
background-color css
<style>
a { background-color: #E91476; }
a { background-color: rgb(233,20,118); }
div.DivClassName
{
background-color: #E91476;
}
.BgClassName
{
background-color: #E91476;
}
</style>
border-color css
<style>
span { border-color: #E91476; }
span { border-color: rgb(233,20,118); }
td.TdClassName
{
border-color: #E91476;
}
.TagClassName
{
border-color: #E91476;
}
</style>