Shades of Ruby #EA1673
Tints of Ruby #EA1673
RGB
CMYK
RGB Variations
Color information
#EA1673 (or 0xEA1673) is known color: Ruby. HEX triplet: EA, 16 and 73. RGB value is (234,22,115). Sum of RGB (Red+Green+Blue) = 234+22+115=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1673 is #15E98C. Grayscale: #5F5F5F. Windows color (decimal): -1436045 or 7542506. OLE color: 7542506.
HSL color Cylindrical-coordinate representation of color #EA1673: hue angle of 333.68º degrees, saturation: 0.83, 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 #EA1673 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.08 |
| HSL | 333.68º | 0.83% | 0.5% | - |
| HSV(B) | 333.68º | 0.91% | 0.92% | - |
| XYZ | 37.31 | 19.3 | 17.98 | - |
| YUV | 95.99 | 138.74 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 115 | 0 | 0.91 | 0.51 | 0.08 | 333.68 | 0.83 | 0.5 |
| Hex | EA | 16 | 73 | 0 | 5B | 33 | 8 | 14E | 53 | 32 |
| Octal | 352 | 26 | 163 | 0 | 133 | 63 | 10 | 516 | 123 | 62 |
| Binary | 11101010 | 10110 | 1110011 | 0 | 1011011 | 110011 | 1000 | 101001110 | 1010011 | 110010 |
Color Harmonies of #EA1673
Complementary color
Monochromatic Colors of #EA1673
Black with #EA1673
Text Example
Text Example
White with #EA1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1673; }
p { color: rgb(234,22,115); }
H1.HeaderClassName
{
color: #EA1673;
}
.AnyTagClassName
{
color: #EA1673;
}
</style>
background-color css
<style>
a { background-color: #EA1673; }
a { background-color: rgb(234,22,115); }
div.DivClassName
{
background-color: #EA1673;
}
.BgClassName
{
background-color: #EA1673;
}
</style>
border-color css
<style>
span { border-color: #EA1673; }
span { border-color: rgb(234,22,115); }
td.TdClassName
{
border-color: #EA1673;
}
.TagClassName
{
border-color: #EA1673;
}
</style>