Shades of Ruby #EA2162
Tints of Ruby #EA2162
RGB
CMYK
RGB Variations
Color information
#EA2162 (or 0xEA2162) is known color: Ruby. HEX triplet: EA, 21 and 62. RGB value is (234,33,98). Sum of RGB (Red+Green+Blue) = 234+33+98=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2162 is #15DE9D. Grayscale: #646464. Windows color (decimal): -1433246 or 6431210. OLE color: 6431210.
HSL color Cylindrical-coordinate representation of color #EA2162: hue angle of 340.6º 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 #EA2162 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 98 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.08 |
| HSL | 340.6º | 0.83% | 0.52% | - |
| HSV(B) | 340.6º | 0.86% | 0.92% | - |
| XYZ | 36.68 | 19.46 | 13.38 | - |
| YUV | 100.51 | 126.59 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 98 | 0 | 0.86 | 0.58 | 0.08 | 340.6 | 0.83 | 0.52 |
| Hex | EA | 21 | 62 | 0 | 56 | 3A | 8 | 155 | 53 | 34 |
| Octal | 352 | 41 | 142 | 0 | 126 | 72 | 10 | 525 | 123 | 64 |
| Binary | 11101010 | 100001 | 1100010 | 0 | 1010110 | 111010 | 1000 | 101010101 | 1010011 | 110100 |
Color Harmonies of #EA2162
Complementary color
Monochromatic Colors of #EA2162
Black with #EA2162
Text Example
Text Example
White with #EA2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2162; }
p { color: rgb(234,33,98); }
H1.HeaderClassName
{
color: #EA2162;
}
.AnyTagClassName
{
color: #EA2162;
}
</style>
background-color css
<style>
a { background-color: #EA2162; }
a { background-color: rgb(234,33,98); }
div.DivClassName
{
background-color: #EA2162;
}
.BgClassName
{
background-color: #EA2162;
}
</style>
border-color css
<style>
span { border-color: #EA2162; }
span { border-color: rgb(234,33,98); }
td.TdClassName
{
border-color: #EA2162;
}
.TagClassName
{
border-color: #EA2162;
}
</style>