Shades of Ruby #E91A6F
Tints of Ruby #E91A6F
RGB
CMYK
RGB Variations
Color information
#E91A6F (or 0xE91A6F) is known color: Ruby. HEX triplet: E9, 1A and 6F. RGB value is (233,26,111). Sum of RGB (Red+Green+Blue) = 233+26+111=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A6F is #16E590. Grayscale: #616161. Windows color (decimal): -1500561 or 7281385. OLE color: 7281385.
HSL color Cylindrical-coordinate representation of color #E91A6F: hue angle of 335.36º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A6F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 111 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 335.36º | 0.82% | 0.51% | - |
| HSV(B) | 335.36º | 0.89% | 0.91% | - |
| XYZ | 36.84 | 19.21 | 16.81 | - |
| YUV | 97.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 111 | 0 | 0.89 | 0.52 | 0.09 | 335.36 | 0.82 | 0.51 |
| Hex | E9 | 1A | 6F | 0 | 59 | 34 | 9 | 14F | 52 | 33 |
| Octal | 351 | 32 | 157 | 0 | 131 | 64 | 11 | 517 | 122 | 63 |
| Binary | 11101001 | 11010 | 1101111 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010010 | 110011 |
Color Harmonies of #E91A6F
Complementary color
Monochromatic Colors of #E91A6F
Black with #E91A6F
Text Example
Text Example
White with #E91A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A6F; }
p { color: rgb(233,26,111); }
H1.HeaderClassName
{
color: #E91A6F;
}
.AnyTagClassName
{
color: #E91A6F;
}
</style>
background-color css
<style>
a { background-color: #E91A6F; }
a { background-color: rgb(233,26,111); }
div.DivClassName
{
background-color: #E91A6F;
}
.BgClassName
{
background-color: #E91A6F;
}
</style>
border-color css
<style>
span { border-color: #E91A6F; }
span { border-color: rgb(233,26,111); }
td.TdClassName
{
border-color: #E91A6F;
}
.TagClassName
{
border-color: #E91A6F;
}
</style>