Shades of Ruby #E10B6C
Tints of Ruby #E10B6C
RGB
CMYK
RGB Variations
Color information
#E10B6C (or 0xE10B6C) is known color: Ruby. HEX triplet: E1, 0B and 6C. RGB value is (225,11,108). Sum of RGB (Red+Green+Blue) = 225+11+108=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B6C is #1EF493. Grayscale: #555555. Windows color (decimal): -2028692 or 7080929. OLE color: 7080929.
HSL color Cylindrical-coordinate representation of color #E10B6C: hue angle of 332.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B6C is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 108 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.12 |
| HSL | 332.8º | 0.91% | 0.46% | - |
| HSV(B) | 332.8º | 0.95% | 0.88% | - |
| XYZ | 33.88 | 17.33 | 15.75 | - |
| YUV | 86.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 108 | 0 | 0.95 | 0.52 | 0.12 | 332.8 | 0.91 | 0.46 |
| Hex | E1 | B | 6C | 0 | 5F | 34 | C | 14D | 5B | 2E |
| Octal | 341 | 13 | 154 | 0 | 137 | 64 | 14 | 515 | 133 | 56 |
| Binary | 11100001 | 1011 | 1101100 | 0 | 1011111 | 110100 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E10B6C
Complementary color
Monochromatic Colors of #E10B6C
Black with #E10B6C
Text Example
Text Example
White with #E10B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B6C; }
p { color: rgb(225,11,108); }
H1.HeaderClassName
{
color: #E10B6C;
}
.AnyTagClassName
{
color: #E10B6C;
}
</style>
background-color css
<style>
a { background-color: #E10B6C; }
a { background-color: rgb(225,11,108); }
div.DivClassName
{
background-color: #E10B6C;
}
.BgClassName
{
background-color: #E10B6C;
}
</style>
border-color css
<style>
span { border-color: #E10B6C; }
span { border-color: rgb(225,11,108); }
td.TdClassName
{
border-color: #E10B6C;
}
.TagClassName
{
border-color: #E10B6C;
}
</style>