Shades of Ruby #E40E6D
Tints of Ruby #E40E6D
RGB
CMYK
RGB Variations
Color information
#E40E6D (or 0xE40E6D) is known color: Ruby. HEX triplet: E4, 0E and 6D. RGB value is (228,14,109). Sum of RGB (Red+Green+Blue) = 228+14+109=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E6D is #1BF192. Grayscale: #585858. Windows color (decimal): -1831315 or 7147236. OLE color: 7147236.
HSL color Cylindrical-coordinate representation of color #E40E6D: hue angle of 333.36º 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 #E40E6D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.11 |
| HSL | 333.36º | 0.88% | 0.47% | - |
| HSV(B) | 333.36º | 0.94% | 0.89% | - |
| XYZ | 34.91 | 17.91 | 16.09 | - |
| YUV | 88.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 109 | 0 | 0.94 | 0.52 | 0.11 | 333.36 | 0.88 | 0.47 |
| Hex | E4 | E | 6D | 0 | 5E | 34 | B | 14D | 58 | 2F |
| Octal | 344 | 16 | 155 | 0 | 136 | 64 | 13 | 515 | 130 | 57 |
| Binary | 11100100 | 1110 | 1101101 | 0 | 1011110 | 110100 | 1011 | 101001101 | 1011000 | 101111 |
Color Harmonies of #E40E6D
Complementary color
Monochromatic Colors of #E40E6D
Black with #E40E6D
Text Example
Text Example
White with #E40E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E6D; }
p { color: rgb(228,14,109); }
H1.HeaderClassName
{
color: #E40E6D;
}
.AnyTagClassName
{
color: #E40E6D;
}
</style>
background-color css
<style>
a { background-color: #E40E6D; }
a { background-color: rgb(228,14,109); }
div.DivClassName
{
background-color: #E40E6D;
}
.BgClassName
{
background-color: #E40E6D;
}
</style>
border-color css
<style>
span { border-color: #E40E6D; }
span { border-color: rgb(228,14,109); }
td.TdClassName
{
border-color: #E40E6D;
}
.TagClassName
{
border-color: #E40E6D;
}
</style>