Shades of Ruby #E9145D
Tints of Ruby #E9145D
RGB
CMYK
RGB Variations
Color information
#E9145D (or 0xE9145D) is known color: Ruby. HEX triplet: E9, 14 and 5D. RGB value is (233,20,93). Sum of RGB (Red+Green+Blue) = 233+20+93=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9145D is #16EBA2. Grayscale: #5B5B5B. Windows color (decimal): -1502115 or 6100201. OLE color: 6100201.
HSL color Cylindrical-coordinate representation of color #E9145D: hue angle of 339.44º 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 #E9145D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 93 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.09 |
| HSL | 339.44º | 0.84% | 0.5% | - |
| HSV(B) | 339.44º | 0.91% | 0.91% | - |
| XYZ | 35.83 | 18.61 | 12.06 | - |
| YUV | 92.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 93 | 0 | 0.91 | 0.60 | 0.09 | 339.44 | 0.84 | 0.5 |
| Hex | E9 | 14 | 5D | 0 | 5B | 3C | 9 | 153 | 54 | 32 |
| Octal | 351 | 24 | 135 | 0 | 133 | 74 | 11 | 523 | 124 | 62 |
| Binary | 11101001 | 10100 | 1011101 | 0 | 1011011 | 111100 | 1001 | 101010011 | 1010100 | 110010 |
Color Harmonies of #E9145D
Complementary color
Monochromatic Colors of #E9145D
Black with #E9145D
Text Example
Text Example
White with #E9145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9145D; }
p { color: rgb(233,20,93); }
H1.HeaderClassName
{
color: #E9145D;
}
.AnyTagClassName
{
color: #E9145D;
}
</style>
background-color css
<style>
a { background-color: #E9145D; }
a { background-color: rgb(233,20,93); }
div.DivClassName
{
background-color: #E9145D;
}
.BgClassName
{
background-color: #E9145D;
}
</style>
border-color css
<style>
span { border-color: #E9145D; }
span { border-color: rgb(233,20,93); }
td.TdClassName
{
border-color: #E9145D;
}
.TagClassName
{
border-color: #E9145D;
}
</style>