Shades of Ruby #E5166F
Tints of Ruby #E5166F
RGB
CMYK
RGB Variations
Color information
#E5166F (or 0xE5166F) is known color: Ruby. HEX triplet: E5, 16 and 6F. RGB value is (229,22,111). Sum of RGB (Red+Green+Blue) = 229+22+111=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5166F is #1AE990. Grayscale: #5D5D5D. Windows color (decimal): -1763729 or 7280357. OLE color: 7280357.
HSL color Cylindrical-coordinate representation of color #E5166F: hue angle of 334.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5166F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.2º | 0.82% | 0.49% | - |
| HSV(B) | 334.2º | 0.9% | 0.9% | - |
| XYZ | 35.47 | 18.38 | 16.72 | - |
| YUV | 94.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 111 | 0 | 0.90 | 0.52 | 0.10 | 334.2 | 0.82 | 0.49 |
| Hex | E5 | 16 | 6F | 0 | 5A | 34 | A | 14E | 52 | 31 |
| Octal | 345 | 26 | 157 | 0 | 132 | 64 | 12 | 516 | 122 | 61 |
| Binary | 11100101 | 10110 | 1101111 | 0 | 1011010 | 110100 | 1010 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E5166F
Complementary color
Monochromatic Colors of #E5166F
Black with #E5166F
Text Example
Text Example
White with #E5166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5166F; }
p { color: rgb(229,22,111); }
H1.HeaderClassName
{
color: #E5166F;
}
.AnyTagClassName
{
color: #E5166F;
}
</style>
background-color css
<style>
a { background-color: #E5166F; }
a { background-color: rgb(229,22,111); }
div.DivClassName
{
background-color: #E5166F;
}
.BgClassName
{
background-color: #E5166F;
}
</style>
border-color css
<style>
span { border-color: #E5166F; }
span { border-color: rgb(229,22,111); }
td.TdClassName
{
border-color: #E5166F;
}
.TagClassName
{
border-color: #E5166F;
}
</style>