Shades of Ruby #E81E68
Tints of Ruby #E81E68
RGB
CMYK
RGB Variations
Color information
#E81E68 (or 0xE81E68) is known color: Ruby. HEX triplet: E8, 1E and 68. RGB value is (232,30,104). Sum of RGB (Red+Green+Blue) = 232+30+104=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E68 is #17E197. Grayscale: #626262. Windows color (decimal): -1565080 or 6823656. OLE color: 6823656.
HSL color Cylindrical-coordinate representation of color #E81E68: hue angle of 338.02º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E68 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 104 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.09 |
| HSL | 338.02º | 0.81% | 0.51% | - |
| HSV(B) | 338.02º | 0.87% | 0.91% | - |
| XYZ | 36.24 | 19.08 | 14.87 | - |
| YUV | 98.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 104 | 0 | 0.87 | 0.55 | 0.09 | 338.02 | 0.81 | 0.51 |
| Hex | E8 | 1E | 68 | 0 | 57 | 37 | 9 | 152 | 51 | 33 |
| Octal | 350 | 36 | 150 | 0 | 127 | 67 | 11 | 522 | 121 | 63 |
| Binary | 11101000 | 11110 | 1101000 | 0 | 1010111 | 110111 | 1001 | 101010010 | 1010001 | 110011 |
Color Harmonies of #E81E68
Complementary color
Monochromatic Colors of #E81E68
Black with #E81E68
Text Example
Text Example
White with #E81E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E68; }
p { color: rgb(232,30,104); }
H1.HeaderClassName
{
color: #E81E68;
}
.AnyTagClassName
{
color: #E81E68;
}
</style>
background-color css
<style>
a { background-color: #E81E68; }
a { background-color: rgb(232,30,104); }
div.DivClassName
{
background-color: #E81E68;
}
.BgClassName
{
background-color: #E81E68;
}
</style>
border-color css
<style>
span { border-color: #E81E68; }
span { border-color: rgb(232,30,104); }
td.TdClassName
{
border-color: #E81E68;
}
.TagClassName
{
border-color: #E81E68;
}
</style>