Shades of Ruby #E9145E
Tints of Ruby #E9145E
RGB
CMYK
RGB Variations
Color information
#E9145E (or 0xE9145E) is known color: Ruby. HEX triplet: E9, 14 and 5E. RGB value is (233,20,94). Sum of RGB (Red+Green+Blue) = 233+20+94=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9145E is #16EBA1. Grayscale: #5C5C5C. Windows color (decimal): -1502114 or 6165737. OLE color: 6165737.
HSL color Cylindrical-coordinate representation of color #E9145E: hue angle of 339.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9145E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.09 |
| HSL | 339.15º | 0.84% | 0.5% | - |
| HSV(B) | 339.15º | 0.91% | 0.91% | - |
| XYZ | 35.87 | 18.63 | 12.3 | - |
| YUV | 92.12 | 129.07 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 94 | 0 | 0.91 | 0.60 | 0.09 | 339.15 | 0.84 | 0.5 |
| Hex | E9 | 14 | 5E | 0 | 5B | 3C | 9 | 153 | 54 | 32 |
| Octal | 351 | 24 | 136 | 0 | 133 | 74 | 11 | 523 | 124 | 62 |
| Binary | 11101001 | 10100 | 1011110 | 0 | 1011011 | 111100 | 1001 | 101010011 | 1010100 | 110010 |
Color Harmonies of #E9145E
Complementary color
Monochromatic Colors of #E9145E
Black with #E9145E
Text Example
Text Example
White with #E9145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9145E; }
p { color: rgb(233,20,94); }
H1.HeaderClassName
{
color: #E9145E;
}
.AnyTagClassName
{
color: #E9145E;
}
</style>
background-color css
<style>
a { background-color: #E9145E; }
a { background-color: rgb(233,20,94); }
div.DivClassName
{
background-color: #E9145E;
}
.BgClassName
{
background-color: #E9145E;
}
</style>
border-color css
<style>
span { border-color: #E9145E; }
span { border-color: rgb(233,20,94); }
td.TdClassName
{
border-color: #E9145E;
}
.TagClassName
{
border-color: #E9145E;
}
</style>