Shades of Ruby #E81770
Tints of Ruby #E81770
RGB
CMYK
RGB Variations
Color information
#E81770 (or 0xE81770) is known color: Ruby. HEX triplet: E8, 17 and 70. RGB value is (232,23,112). Sum of RGB (Red+Green+Blue) = 232+23+112=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81770 is #17E88F. Grayscale: #5F5F5F. Windows color (decimal): -1566864 or 7346152. OLE color: 7346152.
HSL color Cylindrical-coordinate representation of color #E81770: hue angle of 334.45º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81770 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.45º | 0.82% | 0.5% | - |
| HSV(B) | 334.45º | 0.9% | 0.91% | - |
| XYZ | 36.51 | 18.94 | 17.06 | - |
| YUV | 95.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 112 | 0 | 0.90 | 0.52 | 0.09 | 334.45 | 0.82 | 0.5 |
| Hex | E8 | 17 | 70 | 0 | 5A | 34 | 9 | 14E | 52 | 32 |
| Octal | 350 | 27 | 160 | 0 | 132 | 64 | 11 | 516 | 122 | 62 |
| Binary | 11101000 | 10111 | 1110000 | 0 | 1011010 | 110100 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E81770
Complementary color
Monochromatic Colors of #E81770
Black with #E81770
Text Example
Text Example
White with #E81770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81770; }
p { color: rgb(232,23,112); }
H1.HeaderClassName
{
color: #E81770;
}
.AnyTagClassName
{
color: #E81770;
}
</style>
background-color css
<style>
a { background-color: #E81770; }
a { background-color: rgb(232,23,112); }
div.DivClassName
{
background-color: #E81770;
}
.BgClassName
{
background-color: #E81770;
}
</style>
border-color css
<style>
span { border-color: #E81770; }
span { border-color: rgb(232,23,112); }
td.TdClassName
{
border-color: #E81770;
}
.TagClassName
{
border-color: #E81770;
}
</style>