Shades of Ruby #E81468
Tints of Ruby #E81468
RGB
CMYK
RGB Variations
Color information
#E81468 (or 0xE81468) is known color: Ruby. HEX triplet: E8, 14 and 68. RGB value is (232,20,104). Sum of RGB (Red+Green+Blue) = 232+20+104=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E81468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81468 is #17EB97. Grayscale: #5C5C5C. Windows color (decimal): -1567640 or 6821096. OLE color: 6821096.
HSL color Cylindrical-coordinate representation of color #E81468: hue angle of 336.23º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81468 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.23º | 0.84% | 0.49% | - |
| HSV(B) | 336.23º | 0.91% | 0.91% | - |
| XYZ | 36.03 | 18.66 | 14.8 | - |
| YUV | 92.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 104 | 0 | 0.91 | 0.55 | 0.09 | 336.23 | 0.84 | 0.49 |
| Hex | E8 | 14 | 68 | 0 | 5B | 37 | 9 | 150 | 54 | 31 |
| Octal | 350 | 24 | 150 | 0 | 133 | 67 | 11 | 520 | 124 | 61 |
| Binary | 11101000 | 10100 | 1101000 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E81468
Complementary color
Monochromatic Colors of #E81468
Black with #E81468
Text Example
Text Example
White with #E81468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81468; }
p { color: rgb(232,20,104); }
H1.HeaderClassName
{
color: #E81468;
}
.AnyTagClassName
{
color: #E81468;
}
</style>
background-color css
<style>
a { background-color: #E81468; }
a { background-color: rgb(232,20,104); }
div.DivClassName
{
background-color: #E81468;
}
.BgClassName
{
background-color: #E81468;
}
</style>
border-color css
<style>
span { border-color: #E81468; }
span { border-color: rgb(232,20,104); }
td.TdClassName
{
border-color: #E81468;
}
.TagClassName
{
border-color: #E81468;
}
</style>