Shades of Ruby #EA2161
Tints of Ruby #EA2161
RGB
CMYK
RGB Variations
Color information
#EA2161 (or 0xEA2161) is known color: Ruby. HEX triplet: EA, 21 and 61. RGB value is (234,33,97). Sum of RGB (Red+Green+Blue) = 234+33+97=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2161 is #15DE9E. Grayscale: #646464. Windows color (decimal): -1433247 or 6365674. OLE color: 6365674.
HSL color Cylindrical-coordinate representation of color #EA2161: hue angle of 340.9º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2161 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 97 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.08 |
| HSL | 340.9º | 0.83% | 0.52% | - |
| HSV(B) | 340.9º | 0.86% | 0.92% | - |
| XYZ | 36.63 | 19.44 | 13.13 | - |
| YUV | 100.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 97 | 0 | 0.86 | 0.59 | 0.08 | 340.9 | 0.83 | 0.52 |
| Hex | EA | 21 | 61 | 0 | 56 | 3B | 8 | 155 | 53 | 34 |
| Octal | 352 | 41 | 141 | 0 | 126 | 73 | 10 | 525 | 123 | 64 |
| Binary | 11101010 | 100001 | 1100001 | 0 | 1010110 | 111011 | 1000 | 101010101 | 1010011 | 110100 |
Color Harmonies of #EA2161
Complementary color
Monochromatic Colors of #EA2161
Black with #EA2161
Text Example
Text Example
White with #EA2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2161; }
p { color: rgb(234,33,97); }
H1.HeaderClassName
{
color: #EA2161;
}
.AnyTagClassName
{
color: #EA2161;
}
</style>
background-color css
<style>
a { background-color: #EA2161; }
a { background-color: rgb(234,33,97); }
div.DivClassName
{
background-color: #EA2161;
}
.BgClassName
{
background-color: #EA2161;
}
</style>
border-color css
<style>
span { border-color: #EA2161; }
span { border-color: rgb(234,33,97); }
td.TdClassName
{
border-color: #EA2161;
}
.TagClassName
{
border-color: #EA2161;
}
</style>