Shades of Ruby #EA1169
Tints of Ruby #EA1169
RGB
CMYK
RGB Variations
Color information
#EA1169 (or 0xEA1169) is known color: Ruby. HEX triplet: EA, 11 and 69. RGB value is (234,17,105). Sum of RGB (Red+Green+Blue) = 234+17+105=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1169 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1169 is #15EE96. Grayscale: #5B5B5B. Windows color (decimal): -1437335 or 6885866. OLE color: 6885866.
HSL color Cylindrical-coordinate representation of color #EA1169: hue angle of 335.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1169 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 105 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.08 |
| HSL | 335.67º | 0.86% | 0.49% | - |
| HSV(B) | 335.67º | 0.93% | 0.92% | - |
| XYZ | 36.68 | 18.91 | 15.08 | - |
| YUV | 91.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 105 | 0 | 0.93 | 0.55 | 0.08 | 335.67 | 0.86 | 0.49 |
| Hex | EA | 11 | 69 | 0 | 5D | 37 | 8 | 150 | 56 | 31 |
| Octal | 352 | 21 | 151 | 0 | 135 | 67 | 10 | 520 | 126 | 61 |
| Binary | 11101010 | 10001 | 1101001 | 0 | 1011101 | 110111 | 1000 | 101010000 | 1010110 | 110001 |
Color Harmonies of #EA1169
Complementary color
Monochromatic Colors of #EA1169
Black with #EA1169
Text Example
Text Example
White with #EA1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1169; }
p { color: rgb(234,17,105); }
H1.HeaderClassName
{
color: #EA1169;
}
.AnyTagClassName
{
color: #EA1169;
}
</style>
background-color css
<style>
a { background-color: #EA1169; }
a { background-color: rgb(234,17,105); }
div.DivClassName
{
background-color: #EA1169;
}
.BgClassName
{
background-color: #EA1169;
}
</style>
border-color css
<style>
span { border-color: #EA1169; }
span { border-color: rgb(234,17,105); }
td.TdClassName
{
border-color: #EA1169;
}
.TagClassName
{
border-color: #EA1169;
}
</style>