Shades of Ruby #EB145E
Tints of Ruby #EB145E
RGB
CMYK
RGB Variations
Color information
#EB145E (or 0xEB145E) is known color: Ruby. HEX triplet: EB, 14 and 5E. RGB value is (235,20,94). Sum of RGB (Red+Green+Blue) = 235+20+94=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB145E is #14EBA1. Grayscale: #5C5C5C. Windows color (decimal): -1371042 or 6165739. OLE color: 6165739.
HSL color Cylindrical-coordinate representation of color #EB145E: hue angle of 339.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB145E is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.6 | 0.08 |
| HSL | 339.35º | 0.84% | 0.5% | - |
| HSV(B) | 339.35º | 0.91% | 0.92% | - |
| XYZ | 36.53 | 18.97 | 12.33 | - |
| YUV | 92.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 94 | 0 | 0.91 | 0.6 | 0.08 | 339.35 | 0.84 | 0.5 |
| Hex | EB | 14 | 5E | 0 | 5B | 3C | 8 | 153 | 54 | 32 |
| Octal | 353 | 24 | 136 | 0 | 133 | 74 | 10 | 523 | 124 | 62 |
| Binary | 11101011 | 10100 | 1011110 | 0 | 1011011 | 111100 | 1000 | 101010011 | 1010100 | 110010 |
Color Harmonies of #EB145E
Complementary color
Monochromatic Colors of #EB145E
Black with #EB145E
Text Example
Text Example
White with #EB145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB145E; }
p { color: rgb(235,20,94); }
H1.HeaderClassName
{
color: #EB145E;
}
.AnyTagClassName
{
color: #EB145E;
}
</style>
background-color css
<style>
a { background-color: #EB145E; }
a { background-color: rgb(235,20,94); }
div.DivClassName
{
background-color: #EB145E;
}
.BgClassName
{
background-color: #EB145E;
}
</style>
border-color css
<style>
span { border-color: #EB145E; }
span { border-color: rgb(235,20,94); }
td.TdClassName
{
border-color: #EB145E;
}
.TagClassName
{
border-color: #EB145E;
}
</style>