Shades of Ruby #E91C6E
Tints of Ruby #E91C6E
RGB
CMYK
RGB Variations
Color information
#E91C6E (or 0xE91C6E) is known color: Ruby. HEX triplet: E9, 1C and 6E. RGB value is (233,28,110). Sum of RGB (Red+Green+Blue) = 233+28+110=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C6E is #16E391. Grayscale: #626262. Windows color (decimal): -1500050 or 7216361. OLE color: 7216361.
HSL color Cylindrical-coordinate representation of color #E91C6E: hue angle of 336º 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 #E91C6E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 110 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.09 |
| HSL | 336º | 0.82% | 0.51% | - |
| HSV(B) | 336º | 0.88% | 0.91% | - |
| XYZ | 36.83 | 19.28 | 16.53 | - |
| YUV | 98.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 110 | 0 | 0.88 | 0.53 | 0.09 | 336 | 0.82 | 0.51 |
| Hex | E9 | 1C | 6E | 0 | 58 | 35 | 9 | 150 | 52 | 33 |
| Octal | 351 | 34 | 156 | 0 | 130 | 65 | 11 | 520 | 122 | 63 |
| Binary | 11101001 | 11100 | 1101110 | 0 | 1011000 | 110101 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E91C6E
Complementary color
Monochromatic Colors of #E91C6E
Black with #E91C6E
Text Example
Text Example
White with #E91C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C6E; }
p { color: rgb(233,28,110); }
H1.HeaderClassName
{
color: #E91C6E;
}
.AnyTagClassName
{
color: #E91C6E;
}
</style>
background-color css
<style>
a { background-color: #E91C6E; }
a { background-color: rgb(233,28,110); }
div.DivClassName
{
background-color: #E91C6E;
}
.BgClassName
{
background-color: #E91C6E;
}
</style>
border-color css
<style>
span { border-color: #E91C6E; }
span { border-color: rgb(233,28,110); }
td.TdClassName
{
border-color: #E91C6E;
}
.TagClassName
{
border-color: #E91C6E;
}
</style>