Shades of Ruby #E01B6B
Tints of Ruby #E01B6B
RGB
CMYK
RGB Variations
Color information
#E01B6B (or 0xE01B6B) is known color: Ruby. HEX triplet: E0, 1B and 6B. RGB value is (224,27,107). Sum of RGB (Red+Green+Blue) = 224+27+107=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B6B is #1FE494. Grayscale: #5E5E5E. Windows color (decimal): -2090133 or 7019488. OLE color: 7019488.
HSL color Cylindrical-coordinate representation of color #E01B6B: hue angle of 335.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B6B is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 107 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.12 |
| HSL | 335.63º | 0.78% | 0.49% | - |
| HSV(B) | 335.63º | 0.88% | 0.88% | - |
| XYZ | 33.79 | 17.69 | 15.54 | - |
| YUV | 95.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 107 | 0 | 0.88 | 0.52 | 0.12 | 335.63 | 0.78 | 0.49 |
| Hex | E0 | 1B | 6B | 0 | 58 | 34 | C | 150 | 4E | 31 |
| Octal | 340 | 33 | 153 | 0 | 130 | 64 | 14 | 520 | 116 | 61 |
| Binary | 11100000 | 11011 | 1101011 | 0 | 1011000 | 110100 | 1100 | 101010000 | 1001110 | 110001 |
Color Harmonies of #E01B6B
Complementary color
Monochromatic Colors of #E01B6B
Black with #E01B6B
Text Example
Text Example
White with #E01B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B6B; }
p { color: rgb(224,27,107); }
H1.HeaderClassName
{
color: #E01B6B;
}
.AnyTagClassName
{
color: #E01B6B;
}
</style>
background-color css
<style>
a { background-color: #E01B6B; }
a { background-color: rgb(224,27,107); }
div.DivClassName
{
background-color: #E01B6B;
}
.BgClassName
{
background-color: #E01B6B;
}
</style>
border-color css
<style>
span { border-color: #E01B6B; }
span { border-color: rgb(224,27,107); }
td.TdClassName
{
border-color: #E01B6B;
}
.TagClassName
{
border-color: #E01B6B;
}
</style>