Shades of Ruby #E40D69
Tints of Ruby #E40D69
RGB
CMYK
RGB Variations
Color information
#E40D69 (or 0xE40D69) is known color: Ruby. HEX triplet: E4, 0D and 69. RGB value is (228,13,105). Sum of RGB (Red+Green+Blue) = 228+13+105=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40D69 is #1BF296. Grayscale: #575757. Windows color (decimal): -1831575 or 6884836. OLE color: 6884836.
HSL color Cylindrical-coordinate representation of color #E40D69: hue angle of 334.33º degrees, saturation: 0.89, 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 #E40D69 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.11 |
| HSL | 334.33º | 0.89% | 0.47% | - |
| HSV(B) | 334.33º | 0.94% | 0.89% | - |
| XYZ | 34.69 | 17.8 | 14.97 | - |
| YUV | 87.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 105 | 0 | 0.94 | 0.54 | 0.11 | 334.33 | 0.89 | 0.47 |
| Hex | E4 | D | 69 | 0 | 5E | 36 | B | 14E | 59 | 2F |
| Octal | 344 | 15 | 151 | 0 | 136 | 66 | 13 | 516 | 131 | 57 |
| Binary | 11100100 | 1101 | 1101001 | 0 | 1011110 | 110110 | 1011 | 101001110 | 1011001 | 101111 |
Color Harmonies of #E40D69
Complementary color
Monochromatic Colors of #E40D69
Black with #E40D69
Text Example
Text Example
White with #E40D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D69; }
p { color: rgb(228,13,105); }
H1.HeaderClassName
{
color: #E40D69;
}
.AnyTagClassName
{
color: #E40D69;
}
</style>
background-color css
<style>
a { background-color: #E40D69; }
a { background-color: rgb(228,13,105); }
div.DivClassName
{
background-color: #E40D69;
}
.BgClassName
{
background-color: #E40D69;
}
</style>
border-color css
<style>
span { border-color: #E40D69; }
span { border-color: rgb(228,13,105); }
td.TdClassName
{
border-color: #E40D69;
}
.TagClassName
{
border-color: #E40D69;
}
</style>