Shades of Ruby #EA1871
Tints of Ruby #EA1871
RGB
CMYK
RGB Variations
Color information
#EA1871 (or 0xEA1871) is known color: Ruby. HEX triplet: EA, 18 and 71. RGB value is (234,24,113). Sum of RGB (Red+Green+Blue) = 234+24+113=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1871 is #15E78E. Grayscale: #606060. Windows color (decimal): -1435535 or 7411946. OLE color: 7411946.
HSL color Cylindrical-coordinate representation of color #EA1871: hue angle of 334.57º 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 #EA1871 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.08 |
| HSL | 334.57º | 0.83% | 0.51% | - |
| HSV(B) | 334.57º | 0.9% | 0.92% | - |
| XYZ | 37.24 | 19.34 | 17.39 | - |
| YUV | 96.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 113 | 0 | 0.90 | 0.52 | 0.08 | 334.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 71 | 0 | 5A | 34 | 8 | 14F | 53 | 33 |
| Octal | 352 | 30 | 161 | 0 | 132 | 64 | 10 | 517 | 123 | 63 |
| Binary | 11101010 | 11000 | 1110001 | 0 | 1011010 | 110100 | 1000 | 101001111 | 1010011 | 110011 |
Color Harmonies of #EA1871
Complementary color
Monochromatic Colors of #EA1871
Black with #EA1871
Text Example
Text Example
White with #EA1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1871; }
p { color: rgb(234,24,113); }
H1.HeaderClassName
{
color: #EA1871;
}
.AnyTagClassName
{
color: #EA1871;
}
</style>
background-color css
<style>
a { background-color: #EA1871; }
a { background-color: rgb(234,24,113); }
div.DivClassName
{
background-color: #EA1871;
}
.BgClassName
{
background-color: #EA1871;
}
</style>
border-color css
<style>
span { border-color: #EA1871; }
span { border-color: rgb(234,24,113); }
td.TdClassName
{
border-color: #EA1871;
}
.TagClassName
{
border-color: #EA1871;
}
</style>