Shades of Ruby #EA176A
Tints of Ruby #EA176A
RGB
CMYK
RGB Variations
Color information
#EA176A (or 0xEA176A) is known color: Ruby. HEX triplet: EA, 17 and 6A. RGB value is (234,23,106). Sum of RGB (Red+Green+Blue) = 234+23+106=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA176A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA176A is #15E895. Grayscale: #5F5F5F. Windows color (decimal): -1435798 or 6952938. OLE color: 6952938.
HSL color Cylindrical-coordinate representation of color #EA176A: hue angle of 336.4º 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 #EA176A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 106 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.08 |
| HSL | 336.4º | 0.83% | 0.5% | - |
| HSV(B) | 336.4º | 0.9% | 0.92% | - |
| XYZ | 36.84 | 19.15 | 15.39 | - |
| YUV | 95.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 106 | 0 | 0.90 | 0.55 | 0.08 | 336.4 | 0.83 | 0.5 |
| Hex | EA | 17 | 6A | 0 | 5A | 37 | 8 | 150 | 53 | 32 |
| Octal | 352 | 27 | 152 | 0 | 132 | 67 | 10 | 520 | 123 | 62 |
| Binary | 11101010 | 10111 | 1101010 | 0 | 1011010 | 110111 | 1000 | 101010000 | 1010011 | 110010 |
Color Harmonies of #EA176A
Complementary color
Monochromatic Colors of #EA176A
Black with #EA176A
Text Example
Text Example
White with #EA176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA176A; }
p { color: rgb(234,23,106); }
H1.HeaderClassName
{
color: #EA176A;
}
.AnyTagClassName
{
color: #EA176A;
}
</style>
background-color css
<style>
a { background-color: #EA176A; }
a { background-color: rgb(234,23,106); }
div.DivClassName
{
background-color: #EA176A;
}
.BgClassName
{
background-color: #EA176A;
}
</style>
border-color css
<style>
span { border-color: #EA176A; }
span { border-color: rgb(234,23,106); }
td.TdClassName
{
border-color: #EA176A;
}
.TagClassName
{
border-color: #EA176A;
}
</style>