Shades of Ruby #EA1873
Tints of Ruby #EA1873
RGB
CMYK
RGB Variations
Color information
#EA1873 (or 0xEA1873) is known color: Ruby. HEX triplet: EA, 18 and 73. RGB value is (234,24,115). Sum of RGB (Red+Green+Blue) = 234+24+115=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1873 is #15E78C. Grayscale: #616161. Windows color (decimal): -1435533 or 7543018. OLE color: 7543018.
HSL color Cylindrical-coordinate representation of color #EA1873: hue angle of 334º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1873 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 115 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.08 |
| HSL | 334º | 0.83% | 0.51% | - |
| HSV(B) | 334º | 0.9% | 0.92% | - |
| XYZ | 37.35 | 19.38 | 17.99 | - |
| YUV | 97.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 115 | 0 | 0.90 | 0.51 | 0.08 | 334 | 0.83 | 0.51 |
| Hex | EA | 18 | 73 | 0 | 5A | 33 | 8 | 14E | 53 | 33 |
| Octal | 352 | 30 | 163 | 0 | 132 | 63 | 10 | 516 | 123 | 63 |
| Binary | 11101010 | 11000 | 1110011 | 0 | 1011010 | 110011 | 1000 | 101001110 | 1010011 | 110011 |
Color Harmonies of #EA1873
Complementary color
Monochromatic Colors of #EA1873
Black with #EA1873
Text Example
Text Example
White with #EA1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1873; }
p { color: rgb(234,24,115); }
H1.HeaderClassName
{
color: #EA1873;
}
.AnyTagClassName
{
color: #EA1873;
}
</style>
background-color css
<style>
a { background-color: #EA1873; }
a { background-color: rgb(234,24,115); }
div.DivClassName
{
background-color: #EA1873;
}
.BgClassName
{
background-color: #EA1873;
}
</style>
border-color css
<style>
span { border-color: #EA1873; }
span { border-color: rgb(234,24,115); }
td.TdClassName
{
border-color: #EA1873;
}
.TagClassName
{
border-color: #EA1873;
}
</style>