Shades of Ruby #E91B6C
Tints of Ruby #E91B6C
RGB
CMYK
RGB Variations
Color information
#E91B6C (or 0xE91B6C) is known color: Ruby. HEX triplet: E9, 1B and 6C. RGB value is (233,27,108). Sum of RGB (Red+Green+Blue) = 233+27+108=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B6C is #16E493. Grayscale: #616161. Windows color (decimal): -1500308 or 7085033. OLE color: 7085033.
HSL color Cylindrical-coordinate representation of color #E91B6C: hue angle of 336.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B6C is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 108 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.09 |
| HSL | 336.41º | 0.82% | 0.51% | - |
| HSV(B) | 336.41º | 0.88% | 0.91% | - |
| XYZ | 36.7 | 19.19 | 15.96 | - |
| YUV | 97.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 108 | 0 | 0.88 | 0.54 | 0.09 | 336.41 | 0.82 | 0.51 |
| Hex | E9 | 1B | 6C | 0 | 58 | 36 | 9 | 150 | 52 | 33 |
| Octal | 351 | 33 | 154 | 0 | 130 | 66 | 11 | 520 | 122 | 63 |
| Binary | 11101001 | 11011 | 1101100 | 0 | 1011000 | 110110 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E91B6C
Complementary color
Monochromatic Colors of #E91B6C
Black with #E91B6C
Text Example
Text Example
White with #E91B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B6C; }
p { color: rgb(233,27,108); }
H1.HeaderClassName
{
color: #E91B6C;
}
.AnyTagClassName
{
color: #E91B6C;
}
</style>
background-color css
<style>
a { background-color: #E91B6C; }
a { background-color: rgb(233,27,108); }
div.DivClassName
{
background-color: #E91B6C;
}
.BgClassName
{
background-color: #E91B6C;
}
</style>
border-color css
<style>
span { border-color: #E91B6C; }
span { border-color: rgb(233,27,108); }
td.TdClassName
{
border-color: #E91B6C;
}
.TagClassName
{
border-color: #E91B6C;
}
</style>