Shades of Ruby #E9197B
Tints of Ruby #E9197B
RGB
CMYK
RGB Variations
Color information
#E9197B (or 0xE9197B) is known color: Ruby. HEX triplet: E9, 19 and 7B. RGB value is (233,25,123). Sum of RGB (Red+Green+Blue) = 233+25+123=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9197B is #16E684. Grayscale: #626262. Windows color (decimal): -1500805 or 8067561. OLE color: 8067561.
HSL color Cylindrical-coordinate representation of color #E9197B: hue angle of 331.73º degrees, saturation: 0.83, 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 #E9197B is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 123 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.09 |
| HSL | 331.73º | 0.83% | 0.51% | - |
| HSV(B) | 331.73º | 0.89% | 0.91% | - |
| XYZ | 37.53 | 19.45 | 20.52 | - |
| YUV | 98.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 123 | 0 | 0.89 | 0.47 | 0.09 | 331.73 | 0.83 | 0.51 |
| Hex | E9 | 19 | 7B | 0 | 59 | 2F | 9 | 14C | 53 | 33 |
| Octal | 351 | 31 | 173 | 0 | 131 | 57 | 11 | 514 | 123 | 63 |
| Binary | 11101001 | 11001 | 1111011 | 0 | 1011001 | 101111 | 1001 | 101001100 | 1010011 | 110011 |
Color Harmonies of #E9197B
Complementary color
Monochromatic Colors of #E9197B
Black with #E9197B
Text Example
Text Example
White with #E9197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9197B; }
p { color: rgb(233,25,123); }
H1.HeaderClassName
{
color: #E9197B;
}
.AnyTagClassName
{
color: #E9197B;
}
</style>
background-color css
<style>
a { background-color: #E9197B; }
a { background-color: rgb(233,25,123); }
div.DivClassName
{
background-color: #E9197B;
}
.BgClassName
{
background-color: #E9197B;
}
</style>
border-color css
<style>
span { border-color: #E9197B; }
span { border-color: rgb(233,25,123); }
td.TdClassName
{
border-color: #E9197B;
}
.TagClassName
{
border-color: #E9197B;
}
</style>