Shades of Ruby #EA0872
Tints of Ruby #EA0872
RGB
CMYK
RGB Variations
Color information
#EA0872 (or 0xEA0872) is known color: Ruby. HEX triplet: EA, 08 and 72. RGB value is (234,8,114). Sum of RGB (Red+Green+Blue) = 234+8+114=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0872 is #15F78D. Grayscale: #575757. Windows color (decimal): -1439630 or 7473386. OLE color: 7473386.
HSL color Cylindrical-coordinate representation of color #EA0872: hue angle of 331.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0872 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 114 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.08 |
| HSL | 331.86º | 0.93% | 0.47% | - |
| HSV(B) | 331.86º | 0.97% | 0.92% | - |
| XYZ | 37.06 | 18.88 | 17.61 | - |
| YUV | 87.66 | 142.87 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 114 | 0 | 0.97 | 0.51 | 0.08 | 331.86 | 0.93 | 0.47 |
| Hex | EA | 8 | 72 | 0 | 61 | 33 | 8 | 14C | 5D | 2F |
| Octal | 352 | 10 | 162 | 0 | 141 | 63 | 10 | 514 | 135 | 57 |
| Binary | 11101010 | 1000 | 1110010 | 0 | 1100001 | 110011 | 1000 | 101001100 | 1011101 | 101111 |
Color Harmonies of #EA0872
Complementary color
Monochromatic Colors of #EA0872
Black with #EA0872
Text Example
Text Example
White with #EA0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0872; }
p { color: rgb(234,8,114); }
H1.HeaderClassName
{
color: #EA0872;
}
.AnyTagClassName
{
color: #EA0872;
}
</style>
background-color css
<style>
a { background-color: #EA0872; }
a { background-color: rgb(234,8,114); }
div.DivClassName
{
background-color: #EA0872;
}
.BgClassName
{
background-color: #EA0872;
}
</style>
border-color css
<style>
span { border-color: #EA0872; }
span { border-color: rgb(234,8,114); }
td.TdClassName
{
border-color: #EA0872;
}
.TagClassName
{
border-color: #EA0872;
}
</style>