Shades of Ruby #E01B6A
Tints of Ruby #E01B6A
RGB
CMYK
RGB Variations
Color information
#E01B6A (or 0xE01B6A) is known color: Ruby. HEX triplet: E0, 1B and 6A. RGB value is (224,27,106). Sum of RGB (Red+Green+Blue) = 224+27+106=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B6A is #1FE495. Grayscale: #5E5E5E. Windows color (decimal): -2090134 or 6953952. OLE color: 6953952.
HSL color Cylindrical-coordinate representation of color #E01B6A: hue angle of 335.94º 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 #E01B6A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 106 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.12 |
| HSL | 335.94º | 0.78% | 0.49% | - |
| HSV(B) | 335.94º | 0.88% | 0.88% | - |
| XYZ | 33.73 | 17.67 | 15.27 | - |
| YUV | 94.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 106 | 0 | 0.88 | 0.53 | 0.12 | 335.94 | 0.78 | 0.49 |
| Hex | E0 | 1B | 6A | 0 | 58 | 35 | C | 150 | 4E | 31 |
| Octal | 340 | 33 | 152 | 0 | 130 | 65 | 14 | 520 | 116 | 61 |
| Binary | 11100000 | 11011 | 1101010 | 0 | 1011000 | 110101 | 1100 | 101010000 | 1001110 | 110001 |
Color Harmonies of #E01B6A
Complementary color
Monochromatic Colors of #E01B6A
Black with #E01B6A
Text Example
Text Example
White with #E01B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B6A; }
p { color: rgb(224,27,106); }
H1.HeaderClassName
{
color: #E01B6A;
}
.AnyTagClassName
{
color: #E01B6A;
}
</style>
background-color css
<style>
a { background-color: #E01B6A; }
a { background-color: rgb(224,27,106); }
div.DivClassName
{
background-color: #E01B6A;
}
.BgClassName
{
background-color: #E01B6A;
}
</style>
border-color css
<style>
span { border-color: #E01B6A; }
span { border-color: rgb(224,27,106); }
td.TdClassName
{
border-color: #E01B6A;
}
.TagClassName
{
border-color: #E01B6A;
}
</style>