Shades of Ruby #E10B67
Tints of Ruby #E10B67
RGB
CMYK
RGB Variations
Color information
#E10B67 (or 0xE10B67) is known color: Ruby. HEX triplet: E1, 0B and 67. RGB value is (225,11,103). Sum of RGB (Red+Green+Blue) = 225+11+103=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B67 is #1EF498. Grayscale: #555555. Windows color (decimal): -2028697 or 6753249. OLE color: 6753249.
HSL color Cylindrical-coordinate representation of color #E10B67: hue angle of 334.21º 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 #E10B67 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 103 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.12 |
| HSL | 334.21º | 0.91% | 0.46% | - |
| HSV(B) | 334.21º | 0.95% | 0.88% | - |
| XYZ | 33.62 | 17.23 | 14.39 | - |
| YUV | 85.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 103 | 0 | 0.95 | 0.54 | 0.12 | 334.21 | 0.91 | 0.46 |
| Hex | E1 | B | 67 | 0 | 5F | 36 | C | 14E | 5B | 2E |
| Octal | 341 | 13 | 147 | 0 | 137 | 66 | 14 | 516 | 133 | 56 |
| Binary | 11100001 | 1011 | 1100111 | 0 | 1011111 | 110110 | 1100 | 101001110 | 1011011 | 101110 |
Color Harmonies of #E10B67
Complementary color
Monochromatic Colors of #E10B67
Black with #E10B67
Text Example
Text Example
White with #E10B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B67; }
p { color: rgb(225,11,103); }
H1.HeaderClassName
{
color: #E10B67;
}
.AnyTagClassName
{
color: #E10B67;
}
</style>
background-color css
<style>
a { background-color: #E10B67; }
a { background-color: rgb(225,11,103); }
div.DivClassName
{
background-color: #E10B67;
}
.BgClassName
{
background-color: #E10B67;
}
</style>
border-color css
<style>
span { border-color: #E10B67; }
span { border-color: rgb(225,11,103); }
td.TdClassName
{
border-color: #E10B67;
}
.TagClassName
{
border-color: #E10B67;
}
</style>