Shades of Ruby #E81F68
Tints of Ruby #E81F68
RGB
CMYK
RGB Variations
Color information
#E81F68 (or 0xE81F68) is known color: Ruby. HEX triplet: E8, 1F and 68. RGB value is (232,31,104). Sum of RGB (Red+Green+Blue) = 232+31+104=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81F68 is #17E097. Grayscale: #636363. Windows color (decimal): -1564824 or 6823912. OLE color: 6823912.
HSL color Cylindrical-coordinate representation of color #E81F68: hue angle of 338.21º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81F68 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 104 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.09 |
| HSL | 338.21º | 0.81% | 0.52% | - |
| HSV(B) | 338.21º | 0.87% | 0.91% | - |
| XYZ | 36.27 | 19.14 | 14.88 | - |
| YUV | 99.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 104 | 0 | 0.87 | 0.55 | 0.09 | 338.21 | 0.81 | 0.52 |
| Hex | E8 | 1F | 68 | 0 | 57 | 37 | 9 | 152 | 51 | 34 |
| Octal | 350 | 37 | 150 | 0 | 127 | 67 | 11 | 522 | 121 | 64 |
| Binary | 11101000 | 11111 | 1101000 | 0 | 1010111 | 110111 | 1001 | 101010010 | 1010001 | 110100 |
Color Harmonies of #E81F68
Complementary color
Monochromatic Colors of #E81F68
Black with #E81F68
Text Example
Text Example
White with #E81F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F68; }
p { color: rgb(232,31,104); }
H1.HeaderClassName
{
color: #E81F68;
}
.AnyTagClassName
{
color: #E81F68;
}
</style>
background-color css
<style>
a { background-color: #E81F68; }
a { background-color: rgb(232,31,104); }
div.DivClassName
{
background-color: #E81F68;
}
.BgClassName
{
background-color: #E81F68;
}
</style>
border-color css
<style>
span { border-color: #E81F68; }
span { border-color: rgb(232,31,104); }
td.TdClassName
{
border-color: #E81F68;
}
.TagClassName
{
border-color: #E81F68;
}
</style>