Shades of Ruby #E81A6F
Tints of Ruby #E81A6F
RGB
CMYK
RGB Variations
Color information
#E81A6F (or 0xE81A6F) is known color: Ruby. HEX triplet: E8, 1A and 6F. RGB value is (232,26,111). Sum of RGB (Red+Green+Blue) = 232+26+111=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A6F is #17E590. Grayscale: #616161. Windows color (decimal): -1566097 or 7281384. OLE color: 7281384.
HSL color Cylindrical-coordinate representation of color #E81A6F: hue angle of 335.24º 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 #E81A6F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 111 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 335.24º | 0.82% | 0.51% | - |
| HSV(B) | 335.24º | 0.89% | 0.91% | - |
| XYZ | 36.52 | 19.04 | 16.79 | - |
| YUV | 97.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 111 | 0 | 0.89 | 0.52 | 0.09 | 335.24 | 0.82 | 0.51 |
| Hex | E8 | 1A | 6F | 0 | 59 | 34 | 9 | 14F | 52 | 33 |
| Octal | 350 | 32 | 157 | 0 | 131 | 64 | 11 | 517 | 122 | 63 |
| Binary | 11101000 | 11010 | 1101111 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010010 | 110011 |
Color Harmonies of #E81A6F
Complementary color
Monochromatic Colors of #E81A6F
Black with #E81A6F
Text Example
Text Example
White with #E81A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A6F; }
p { color: rgb(232,26,111); }
H1.HeaderClassName
{
color: #E81A6F;
}
.AnyTagClassName
{
color: #E81A6F;
}
</style>
background-color css
<style>
a { background-color: #E81A6F; }
a { background-color: rgb(232,26,111); }
div.DivClassName
{
background-color: #E81A6F;
}
.BgClassName
{
background-color: #E81A6F;
}
</style>
border-color css
<style>
span { border-color: #E81A6F; }
span { border-color: rgb(232,26,111); }
td.TdClassName
{
border-color: #E81A6F;
}
.TagClassName
{
border-color: #E81A6F;
}
</style>