Shades of Ruby #EA1872
Tints of Ruby #EA1872
RGB
CMYK
RGB Variations
Color information
#EA1872 (or 0xEA1872) is known color: Ruby. HEX triplet: EA, 18 and 72. RGB value is (234,24,114). Sum of RGB (Red+Green+Blue) = 234+24+114=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1872 is #15E78D. Grayscale: #606060. Windows color (decimal): -1435534 or 7477482. OLE color: 7477482.
HSL color Cylindrical-coordinate representation of color #EA1872: hue angle of 334.29º 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 #EA1872 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 114 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.08 |
| HSL | 334.29º | 0.83% | 0.51% | - |
| HSV(B) | 334.29º | 0.9% | 0.92% | - |
| XYZ | 37.3 | 19.36 | 17.69 | - |
| YUV | 97.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 114 | 0 | 0.90 | 0.51 | 0.08 | 334.29 | 0.83 | 0.51 |
| Hex | EA | 18 | 72 | 0 | 5A | 33 | 8 | 14E | 53 | 33 |
| Octal | 352 | 30 | 162 | 0 | 132 | 63 | 10 | 516 | 123 | 63 |
| Binary | 11101010 | 11000 | 1110010 | 0 | 1011010 | 110011 | 1000 | 101001110 | 1010011 | 110011 |
Color Harmonies of #EA1872
Complementary color
Monochromatic Colors of #EA1872
Black with #EA1872
Text Example
Text Example
White with #EA1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1872; }
p { color: rgb(234,24,114); }
H1.HeaderClassName
{
color: #EA1872;
}
.AnyTagClassName
{
color: #EA1872;
}
</style>
background-color css
<style>
a { background-color: #EA1872; }
a { background-color: rgb(234,24,114); }
div.DivClassName
{
background-color: #EA1872;
}
.BgClassName
{
background-color: #EA1872;
}
</style>
border-color css
<style>
span { border-color: #EA1872; }
span { border-color: rgb(234,24,114); }
td.TdClassName
{
border-color: #EA1872;
}
.TagClassName
{
border-color: #EA1872;
}
</style>