Shades of Ruby #EA177A
Tints of Ruby #EA177A
RGB
CMYK
RGB Variations
Color information
#EA177A (or 0xEA177A) is known color: Ruby. HEX triplet: EA, 17 and 7A. RGB value is (234,23,122). Sum of RGB (Red+Green+Blue) = 234+23+122=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA177A is #15E885. Grayscale: #616161. Windows color (decimal): -1435782 or 8001514. OLE color: 8001514.
HSL color Cylindrical-coordinate representation of color #EA177A: hue angle of 331.85º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA177A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.08 |
| HSL | 331.85º | 0.83% | 0.5% | - |
| HSV(B) | 331.85º | 0.9% | 0.92% | - |
| XYZ | 37.75 | 19.51 | 20.19 | - |
| YUV | 97.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 122 | 0 | 0.90 | 0.48 | 0.08 | 331.85 | 0.83 | 0.5 |
| Hex | EA | 17 | 7A | 0 | 5A | 30 | 8 | 14C | 53 | 32 |
| Octal | 352 | 27 | 172 | 0 | 132 | 60 | 10 | 514 | 123 | 62 |
| Binary | 11101010 | 10111 | 1111010 | 0 | 1011010 | 110000 | 1000 | 101001100 | 1010011 | 110010 |
Color Harmonies of #EA177A
Complementary color
Monochromatic Colors of #EA177A
Black with #EA177A
Text Example
Text Example
White with #EA177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA177A; }
p { color: rgb(234,23,122); }
H1.HeaderClassName
{
color: #EA177A;
}
.AnyTagClassName
{
color: #EA177A;
}
</style>
background-color css
<style>
a { background-color: #EA177A; }
a { background-color: rgb(234,23,122); }
div.DivClassName
{
background-color: #EA177A;
}
.BgClassName
{
background-color: #EA177A;
}
</style>
border-color css
<style>
span { border-color: #EA177A; }
span { border-color: rgb(234,23,122); }
td.TdClassName
{
border-color: #EA177A;
}
.TagClassName
{
border-color: #EA177A;
}
</style>