Shades of Ruby #E9125E
Tints of Ruby #E9125E
RGB
CMYK
RGB Variations
Color information
#E9125E (or 0xE9125E) is known color: Ruby. HEX triplet: E9, 12 and 5E. RGB value is (233,18,94). Sum of RGB (Red+Green+Blue) = 233+18+94=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9125E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9125E is #16EDA1. Grayscale: #5A5A5A. Windows color (decimal): -1502626 or 6165225. OLE color: 6165225.
HSL color Cylindrical-coordinate representation of color #E9125E: hue angle of 338.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9125E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 94 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.09 |
| HSL | 338.79º | 0.86% | 0.49% | - |
| HSV(B) | 338.79º | 0.92% | 0.91% | - |
| XYZ | 35.84 | 18.56 | 12.28 | - |
| YUV | 90.95 | 129.73 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 94 | 0 | 0.92 | 0.60 | 0.09 | 338.79 | 0.86 | 0.49 |
| Hex | E9 | 12 | 5E | 0 | 5C | 3C | 9 | 153 | 56 | 31 |
| Octal | 351 | 22 | 136 | 0 | 134 | 74 | 11 | 523 | 126 | 61 |
| Binary | 11101001 | 10010 | 1011110 | 0 | 1011100 | 111100 | 1001 | 101010011 | 1010110 | 110001 |
Color Harmonies of #E9125E
Complementary color
Monochromatic Colors of #E9125E
Black with #E9125E
Text Example
Text Example
White with #E9125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9125E; }
p { color: rgb(233,18,94); }
H1.HeaderClassName
{
color: #E9125E;
}
.AnyTagClassName
{
color: #E9125E;
}
</style>
background-color css
<style>
a { background-color: #E9125E; }
a { background-color: rgb(233,18,94); }
div.DivClassName
{
background-color: #E9125E;
}
.BgClassName
{
background-color: #E9125E;
}
</style>
border-color css
<style>
span { border-color: #E9125E; }
span { border-color: rgb(233,18,94); }
td.TdClassName
{
border-color: #E9125E;
}
.TagClassName
{
border-color: #E9125E;
}
</style>