Shades of Ruby #EA1073
Tints of Ruby #EA1073
RGB
CMYK
RGB Variations
Color information
#EA1073 (or 0xEA1073) is known color: Ruby. HEX triplet: EA, 10 and 73. RGB value is (234,16,115). Sum of RGB (Red+Green+Blue) = 234+16+115=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1073 is #15EF8C. Grayscale: #5C5C5C. Windows color (decimal): -1437581 or 7540970. OLE color: 7540970.
HSL color Cylindrical-coordinate representation of color #EA1073: hue angle of 332.75º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1073 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 115 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.08 |
| HSL | 332.75º | 0.87% | 0.49% | - |
| HSV(B) | 332.75º | 0.93% | 0.92% | - |
| XYZ | 37.21 | 19.1 | 17.95 | - |
| YUV | 92.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 115 | 0 | 0.93 | 0.51 | 0.08 | 332.75 | 0.87 | 0.49 |
| Hex | EA | 10 | 73 | 0 | 5D | 33 | 8 | 14D | 57 | 31 |
| Octal | 352 | 20 | 163 | 0 | 135 | 63 | 10 | 515 | 127 | 61 |
| Binary | 11101010 | 10000 | 1110011 | 0 | 1011101 | 110011 | 1000 | 101001101 | 1010111 | 110001 |
Color Harmonies of #EA1073
Complementary color
Monochromatic Colors of #EA1073
Black with #EA1073
Text Example
Text Example
White with #EA1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1073; }
p { color: rgb(234,16,115); }
H1.HeaderClassName
{
color: #EA1073;
}
.AnyTagClassName
{
color: #EA1073;
}
</style>
background-color css
<style>
a { background-color: #EA1073; }
a { background-color: rgb(234,16,115); }
div.DivClassName
{
background-color: #EA1073;
}
.BgClassName
{
background-color: #EA1073;
}
</style>
border-color css
<style>
span { border-color: #EA1073; }
span { border-color: rgb(234,16,115); }
td.TdClassName
{
border-color: #EA1073;
}
.TagClassName
{
border-color: #EA1073;
}
</style>