Shades of Ruby #EA145E
Tints of Ruby #EA145E
RGB
CMYK
RGB Variations
Color information
#EA145E (or 0xEA145E) is known color: Ruby. HEX triplet: EA, 14 and 5E. RGB value is (234,20,94). Sum of RGB (Red+Green+Blue) = 234+20+94=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA145E is #15EBA1. Grayscale: #5C5C5C. Windows color (decimal): -1436578 or 6165738. OLE color: 6165738.
HSL color Cylindrical-coordinate representation of color #EA145E: hue angle of 339.25º 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 #EA145E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.08 |
| HSL | 339.25º | 0.84% | 0.5% | - |
| HSV(B) | 339.25º | 0.91% | 0.92% | - |
| XYZ | 36.2 | 18.8 | 12.31 | - |
| YUV | 92.42 | 128.9 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 94 | 0 | 0.91 | 0.60 | 0.08 | 339.25 | 0.84 | 0.5 |
| Hex | EA | 14 | 5E | 0 | 5B | 3C | 8 | 153 | 54 | 32 |
| Octal | 352 | 24 | 136 | 0 | 133 | 74 | 10 | 523 | 124 | 62 |
| Binary | 11101010 | 10100 | 1011110 | 0 | 1011011 | 111100 | 1000 | 101010011 | 1010100 | 110010 |
Color Harmonies of #EA145E
Complementary color
Monochromatic Colors of #EA145E
Black with #EA145E
Text Example
Text Example
White with #EA145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA145E; }
p { color: rgb(234,20,94); }
H1.HeaderClassName
{
color: #EA145E;
}
.AnyTagClassName
{
color: #EA145E;
}
</style>
background-color css
<style>
a { background-color: #EA145E; }
a { background-color: rgb(234,20,94); }
div.DivClassName
{
background-color: #EA145E;
}
.BgClassName
{
background-color: #EA145E;
}
</style>
border-color css
<style>
span { border-color: #EA145E; }
span { border-color: rgb(234,20,94); }
td.TdClassName
{
border-color: #EA145E;
}
.TagClassName
{
border-color: #EA145E;
}
</style>