Shades of Ruby #EA2169
Tints of Ruby #EA2169
RGB
CMYK
RGB Variations
Color information
#EA2169 (or 0xEA2169) is known color: Ruby. HEX triplet: EA, 21 and 69. RGB value is (234,33,105). Sum of RGB (Red+Green+Blue) = 234+33+105=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2169 is #15DE96. Grayscale: #656565. Windows color (decimal): -1433239 or 6889962. OLE color: 6889962.
HSL color Cylindrical-coordinate representation of color #EA2169: hue angle of 338.51º 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 #EA2169 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 105 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.08 |
| HSL | 338.51º | 0.83% | 0.52% | - |
| HSV(B) | 338.51º | 0.86% | 0.92% | - |
| XYZ | 37.03 | 19.6 | 15.2 | - |
| YUV | 101.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 105 | 0 | 0.86 | 0.55 | 0.08 | 338.51 | 0.83 | 0.52 |
| Hex | EA | 21 | 69 | 0 | 56 | 37 | 8 | 153 | 53 | 34 |
| Octal | 352 | 41 | 151 | 0 | 126 | 67 | 10 | 523 | 123 | 64 |
| Binary | 11101010 | 100001 | 1101001 | 0 | 1010110 | 110111 | 1000 | 101010011 | 1010011 | 110100 |
Color Harmonies of #EA2169
Complementary color
Monochromatic Colors of #EA2169
Black with #EA2169
Text Example
Text Example
White with #EA2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2169; }
p { color: rgb(234,33,105); }
H1.HeaderClassName
{
color: #EA2169;
}
.AnyTagClassName
{
color: #EA2169;
}
</style>
background-color css
<style>
a { background-color: #EA2169; }
a { background-color: rgb(234,33,105); }
div.DivClassName
{
background-color: #EA2169;
}
.BgClassName
{
background-color: #EA2169;
}
</style>
border-color css
<style>
span { border-color: #EA2169; }
span { border-color: rgb(234,33,105); }
td.TdClassName
{
border-color: #EA2169;
}
.TagClassName
{
border-color: #EA2169;
}
</style>