Shades of Ruby #EA1471
Tints of Ruby #EA1471
RGB
CMYK
RGB Variations
Color information
#EA1471 (or 0xEA1471) is known color: Ruby. HEX triplet: EA, 14 and 71. RGB value is (234,20,113). Sum of RGB (Red+Green+Blue) = 234+20+113=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1471 is #15EB8E. Grayscale: #5E5E5E. Windows color (decimal): -1436559 or 7410922. OLE color: 7410922.
HSL color Cylindrical-coordinate representation of color #EA1471: hue angle of 333.93º degrees, saturation: 0.84, 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 #EA1471 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 113 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.08 |
| HSL | 333.93º | 0.84% | 0.5% | - |
| HSV(B) | 333.93º | 0.91% | 0.92% | - |
| XYZ | 37.16 | 19.18 | 17.37 | - |
| YUV | 94.59 | 138.4 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 113 | 0 | 0.91 | 0.52 | 0.08 | 333.93 | 0.84 | 0.5 |
| Hex | EA | 14 | 71 | 0 | 5B | 34 | 8 | 14E | 54 | 32 |
| Octal | 352 | 24 | 161 | 0 | 133 | 64 | 10 | 516 | 124 | 62 |
| Binary | 11101010 | 10100 | 1110001 | 0 | 1011011 | 110100 | 1000 | 101001110 | 1010100 | 110010 |
Color Harmonies of #EA1471
Complementary color
Monochromatic Colors of #EA1471
Black with #EA1471
Text Example
Text Example
White with #EA1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1471; }
p { color: rgb(234,20,113); }
H1.HeaderClassName
{
color: #EA1471;
}
.AnyTagClassName
{
color: #EA1471;
}
</style>
background-color css
<style>
a { background-color: #EA1471; }
a { background-color: rgb(234,20,113); }
div.DivClassName
{
background-color: #EA1471;
}
.BgClassName
{
background-color: #EA1471;
}
</style>
border-color css
<style>
span { border-color: #EA1471; }
span { border-color: rgb(234,20,113); }
td.TdClassName
{
border-color: #EA1471;
}
.TagClassName
{
border-color: #EA1471;
}
</style>