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