Shades of Ruby #E40B6D
Tints of Ruby #E40B6D
RGB
CMYK
RGB Variations
Color information
#E40B6D (or 0xE40B6D) is known color: Ruby. HEX triplet: E4, 0B and 6D. RGB value is (228,11,109). Sum of RGB (Red+Green+Blue) = 228+11+109=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B6D is #1BF492. Grayscale: #565656. Windows color (decimal): -1832083 or 7146468. OLE color: 7146468.
HSL color Cylindrical-coordinate representation of color #E40B6D: hue angle of 332.9º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B6D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.11 |
| HSL | 332.9º | 0.91% | 0.47% | - |
| HSV(B) | 332.9º | 0.95% | 0.89% | - |
| XYZ | 34.87 | 17.84 | 16.07 | - |
| YUV | 87.06 | 140.39 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 109 | 0 | 0.95 | 0.52 | 0.11 | 332.9 | 0.91 | 0.47 |
| Hex | E4 | B | 6D | 0 | 5F | 34 | B | 14D | 5B | 2F |
| Octal | 344 | 13 | 155 | 0 | 137 | 64 | 13 | 515 | 133 | 57 |
| Binary | 11100100 | 1011 | 1101101 | 0 | 1011111 | 110100 | 1011 | 101001101 | 1011011 | 101111 |
Color Harmonies of #E40B6D
Complementary color
Monochromatic Colors of #E40B6D
Black with #E40B6D
Text Example
Text Example
White with #E40B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B6D; }
p { color: rgb(228,11,109); }
H1.HeaderClassName
{
color: #E40B6D;
}
.AnyTagClassName
{
color: #E40B6D;
}
</style>
background-color css
<style>
a { background-color: #E40B6D; }
a { background-color: rgb(228,11,109); }
div.DivClassName
{
background-color: #E40B6D;
}
.BgClassName
{
background-color: #E40B6D;
}
</style>
border-color css
<style>
span { border-color: #E40B6D; }
span { border-color: rgb(228,11,109); }
td.TdClassName
{
border-color: #E40B6D;
}
.TagClassName
{
border-color: #E40B6D;
}
</style>