Shades of Ruby #E40E68
Tints of Ruby #E40E68
RGB
CMYK
RGB Variations
Color information
#E40E68 (or 0xE40E68) is known color: Ruby. HEX triplet: E4, 0E and 68. RGB value is (228,14,104). Sum of RGB (Red+Green+Blue) = 228+14+104=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E68 is #1BF197. Grayscale: #585858. Windows color (decimal): -1831320 or 6819556. OLE color: 6819556.
HSL color Cylindrical-coordinate representation of color #E40E68: hue angle of 334.77º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E68 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 104 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.11 |
| HSL | 334.77º | 0.88% | 0.47% | - |
| HSV(B) | 334.77º | 0.94% | 0.89% | - |
| XYZ | 34.65 | 17.81 | 14.71 | - |
| YUV | 88.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 104 | 0 | 0.94 | 0.54 | 0.11 | 334.77 | 0.88 | 0.47 |
| Hex | E4 | E | 68 | 0 | 5E | 36 | B | 14F | 58 | 2F |
| Octal | 344 | 16 | 150 | 0 | 136 | 66 | 13 | 517 | 130 | 57 |
| Binary | 11100100 | 1110 | 1101000 | 0 | 1011110 | 110110 | 1011 | 101001111 | 1011000 | 101111 |
Color Harmonies of #E40E68
Complementary color
Monochromatic Colors of #E40E68
Black with #E40E68
Text Example
Text Example
White with #E40E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E68; }
p { color: rgb(228,14,104); }
H1.HeaderClassName
{
color: #E40E68;
}
.AnyTagClassName
{
color: #E40E68;
}
</style>
background-color css
<style>
a { background-color: #E40E68; }
a { background-color: rgb(228,14,104); }
div.DivClassName
{
background-color: #E40E68;
}
.BgClassName
{
background-color: #E40E68;
}
</style>
border-color css
<style>
span { border-color: #E40E68; }
span { border-color: rgb(228,14,104); }
td.TdClassName
{
border-color: #E40E68;
}
.TagClassName
{
border-color: #E40E68;
}
</style>