Shades of Ruby #E81A70
Tints of Ruby #E81A70
RGB
CMYK
RGB Variations
Color information
#E81A70 (or 0xE81A70) is known color: Ruby. HEX triplet: E8, 1A and 70. RGB value is (232,26,112). Sum of RGB (Red+Green+Blue) = 232+26+112=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A70 is #17E58F. Grayscale: #616161. Windows color (decimal): -1566096 or 7346920. OLE color: 7346920.
HSL color Cylindrical-coordinate representation of color #E81A70: hue angle of 334.95º 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 #E81A70 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 334.95º | 0.82% | 0.51% | - |
| HSV(B) | 334.95º | 0.89% | 0.91% | - |
| XYZ | 36.57 | 19.06 | 17.08 | - |
| YUV | 97.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 112 | 0 | 0.89 | 0.52 | 0.09 | 334.95 | 0.82 | 0.51 |
| Hex | E8 | 1A | 70 | 0 | 59 | 34 | 9 | 14F | 52 | 33 |
| Octal | 350 | 32 | 160 | 0 | 131 | 64 | 11 | 517 | 122 | 63 |
| Binary | 11101000 | 11010 | 1110000 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010010 | 110011 |
Color Harmonies of #E81A70
Complementary color
Monochromatic Colors of #E81A70
Black with #E81A70
Text Example
Text Example
White with #E81A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A70; }
p { color: rgb(232,26,112); }
H1.HeaderClassName
{
color: #E81A70;
}
.AnyTagClassName
{
color: #E81A70;
}
</style>
background-color css
<style>
a { background-color: #E81A70; }
a { background-color: rgb(232,26,112); }
div.DivClassName
{
background-color: #E81A70;
}
.BgClassName
{
background-color: #E81A70;
}
</style>
border-color css
<style>
span { border-color: #E81A70; }
span { border-color: rgb(232,26,112); }
td.TdClassName
{
border-color: #E81A70;
}
.TagClassName
{
border-color: #E81A70;
}
</style>