Shades of Ruby #E81A6D
Tints of Ruby #E81A6D
RGB
CMYK
RGB Variations
Color information
#E81A6D (or 0xE81A6D) is known color: Ruby. HEX triplet: E8, 1A and 6D. RGB value is (232,26,109). Sum of RGB (Red+Green+Blue) = 232+26+109=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A6D is #17E592. Grayscale: #606060. Windows color (decimal): -1566099 or 7150312. OLE color: 7150312.
HSL color Cylindrical-coordinate representation of color #E81A6D: hue angle of 335.83º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A6D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 109 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.09 |
| HSL | 335.83º | 0.82% | 0.51% | - |
| HSV(B) | 335.83º | 0.89% | 0.91% | - |
| XYZ | 36.41 | 19 | 16.22 | - |
| YUV | 97.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 109 | 0 | 0.89 | 0.53 | 0.09 | 335.83 | 0.82 | 0.51 |
| Hex | E8 | 1A | 6D | 0 | 59 | 35 | 9 | 150 | 52 | 33 |
| Octal | 350 | 32 | 155 | 0 | 131 | 65 | 11 | 520 | 122 | 63 |
| Binary | 11101000 | 11010 | 1101101 | 0 | 1011001 | 110101 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E81A6D
Complementary color
Monochromatic Colors of #E81A6D
Black with #E81A6D
Text Example
Text Example
White with #E81A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A6D; }
p { color: rgb(232,26,109); }
H1.HeaderClassName
{
color: #E81A6D;
}
.AnyTagClassName
{
color: #E81A6D;
}
</style>
background-color css
<style>
a { background-color: #E81A6D; }
a { background-color: rgb(232,26,109); }
div.DivClassName
{
background-color: #E81A6D;
}
.BgClassName
{
background-color: #E81A6D;
}
</style>
border-color css
<style>
span { border-color: #E81A6D; }
span { border-color: rgb(232,26,109); }
td.TdClassName
{
border-color: #E81A6D;
}
.TagClassName
{
border-color: #E81A6D;
}
</style>