Shades of Ruby #E40B6E
Tints of Ruby #E40B6E
RGB
CMYK
RGB Variations
Color information
#E40B6E (or 0xE40B6E) is known color: Ruby. HEX triplet: E4, 0B and 6E. RGB value is (228,11,110). Sum of RGB (Red+Green+Blue) = 228+11+110=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B6E is #1BF491. Grayscale: #565656. Windows color (decimal): -1832082 or 7212004. OLE color: 7212004.
HSL color Cylindrical-coordinate representation of color #E40B6E: hue angle of 332.63º 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 #E40B6E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 110 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.11 |
| HSL | 332.63º | 0.91% | 0.47% | - |
| HSV(B) | 332.63º | 0.95% | 0.89% | - |
| XYZ | 34.93 | 17.86 | 16.36 | - |
| YUV | 87.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 110 | 0 | 0.95 | 0.52 | 0.11 | 332.63 | 0.91 | 0.47 |
| Hex | E4 | B | 6E | 0 | 5F | 34 | B | 14D | 5B | 2F |
| Octal | 344 | 13 | 156 | 0 | 137 | 64 | 13 | 515 | 133 | 57 |
| Binary | 11100100 | 1011 | 1101110 | 0 | 1011111 | 110100 | 1011 | 101001101 | 1011011 | 101111 |
Color Harmonies of #E40B6E
Complementary color
Monochromatic Colors of #E40B6E
Black with #E40B6E
Text Example
Text Example
White with #E40B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B6E; }
p { color: rgb(228,11,110); }
H1.HeaderClassName
{
color: #E40B6E;
}
.AnyTagClassName
{
color: #E40B6E;
}
</style>
background-color css
<style>
a { background-color: #E40B6E; }
a { background-color: rgb(228,11,110); }
div.DivClassName
{
background-color: #E40B6E;
}
.BgClassName
{
background-color: #E40B6E;
}
</style>
border-color css
<style>
span { border-color: #E40B6E; }
span { border-color: rgb(228,11,110); }
td.TdClassName
{
border-color: #E40B6E;
}
.TagClassName
{
border-color: #E40B6E;
}
</style>