Shades of Ruby #E81B6D
Tints of Ruby #E81B6D
RGB
CMYK
RGB Variations
Color information
#E81B6D (or 0xE81B6D) is known color: Ruby. HEX triplet: E8, 1B and 6D. RGB value is (232,27,109). Sum of RGB (Red+Green+Blue) = 232+27+109=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B6D is #17E492. Grayscale: #616161. Windows color (decimal): -1565843 or 7150568. OLE color: 7150568.
HSL color Cylindrical-coordinate representation of color #E81B6D: hue angle of 336º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B6D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 109 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.09 |
| HSL | 336º | 0.82% | 0.51% | - |
| HSV(B) | 336º | 0.88% | 0.91% | - |
| XYZ | 36.43 | 19.04 | 16.22 | - |
| YUV | 97.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 109 | 0 | 0.88 | 0.53 | 0.09 | 336 | 0.82 | 0.51 |
| Hex | E8 | 1B | 6D | 0 | 58 | 35 | 9 | 150 | 52 | 33 |
| Octal | 350 | 33 | 155 | 0 | 130 | 65 | 11 | 520 | 122 | 63 |
| Binary | 11101000 | 11011 | 1101101 | 0 | 1011000 | 110101 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E81B6D
Complementary color
Monochromatic Colors of #E81B6D
Black with #E81B6D
Text Example
Text Example
White with #E81B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B6D; }
p { color: rgb(232,27,109); }
H1.HeaderClassName
{
color: #E81B6D;
}
.AnyTagClassName
{
color: #E81B6D;
}
</style>
background-color css
<style>
a { background-color: #E81B6D; }
a { background-color: rgb(232,27,109); }
div.DivClassName
{
background-color: #E81B6D;
}
.BgClassName
{
background-color: #E81B6D;
}
</style>
border-color css
<style>
span { border-color: #E81B6D; }
span { border-color: rgb(232,27,109); }
td.TdClassName
{
border-color: #E81B6D;
}
.TagClassName
{
border-color: #E81B6D;
}
</style>