Shades of Ruby #EA145B
Tints of Ruby #EA145B
RGB
CMYK
RGB Variations
Color information
#EA145B (or 0xEA145B) is known color: Ruby. HEX triplet: EA, 14 and 5B. RGB value is (234,20,91). Sum of RGB (Red+Green+Blue) = 234+20+91=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA145B is #15EBA4. Grayscale: #5C5C5C. Windows color (decimal): -1436581 or 5969130. OLE color: 5969130.
HSL color Cylindrical-coordinate representation of color #EA145B: hue angle of 340.09º 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 #EA145B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.08 |
| HSL | 340.09º | 0.84% | 0.5% | - |
| HSV(B) | 340.09º | 0.91% | 0.92% | - |
| XYZ | 36.07 | 18.75 | 11.62 | - |
| YUV | 92.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 91 | 0 | 0.91 | 0.61 | 0.08 | 340.09 | 0.84 | 0.5 |
| Hex | EA | 14 | 5B | 0 | 5B | 3D | 8 | 154 | 54 | 32 |
| Octal | 352 | 24 | 133 | 0 | 133 | 75 | 10 | 524 | 124 | 62 |
| Binary | 11101010 | 10100 | 1011011 | 0 | 1011011 | 111101 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EA145B
Complementary color
Monochromatic Colors of #EA145B
Black with #EA145B
Text Example
Text Example
White with #EA145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA145B; }
p { color: rgb(234,20,91); }
H1.HeaderClassName
{
color: #EA145B;
}
.AnyTagClassName
{
color: #EA145B;
}
</style>
background-color css
<style>
a { background-color: #EA145B; }
a { background-color: rgb(234,20,91); }
div.DivClassName
{
background-color: #EA145B;
}
.BgClassName
{
background-color: #EA145B;
}
</style>
border-color css
<style>
span { border-color: #EA145B; }
span { border-color: rgb(234,20,91); }
td.TdClassName
{
border-color: #EA145B;
}
.TagClassName
{
border-color: #EA145B;
}
</style>