Shades of Ruby #E0156B
Tints of Ruby #E0156B
RGB
CMYK
RGB Variations
Color information
#E0156B (or 0xE0156B) is known color: Ruby. HEX triplet: E0, 15 and 6B. RGB value is (224,21,107). Sum of RGB (Red+Green+Blue) = 224+21+107=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0156B is #1FEA94. Grayscale: #5B5B5B. Windows color (decimal): -2091669 or 7017952. OLE color: 7017952.
HSL color Cylindrical-coordinate representation of color #E0156B: hue angle of 334.58º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0156B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.12 |
| HSL | 334.58º | 0.83% | 0.48% | - |
| HSV(B) | 334.58º | 0.91% | 0.88% | - |
| XYZ | 33.66 | 17.45 | 15.5 | - |
| YUV | 91.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 107 | 0 | 0.91 | 0.52 | 0.12 | 334.58 | 0.83 | 0.48 |
| Hex | E0 | 15 | 6B | 0 | 5B | 34 | C | 14F | 53 | 30 |
| Octal | 340 | 25 | 153 | 0 | 133 | 64 | 14 | 517 | 123 | 60 |
| Binary | 11100000 | 10101 | 1101011 | 0 | 1011011 | 110100 | 1100 | 101001111 | 1010011 | 110000 |
Color Harmonies of #E0156B
Complementary color
Monochromatic Colors of #E0156B
Black with #E0156B
Text Example
Text Example
White with #E0156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0156B; }
p { color: rgb(224,21,107); }
H1.HeaderClassName
{
color: #E0156B;
}
.AnyTagClassName
{
color: #E0156B;
}
</style>
background-color css
<style>
a { background-color: #E0156B; }
a { background-color: rgb(224,21,107); }
div.DivClassName
{
background-color: #E0156B;
}
.BgClassName
{
background-color: #E0156B;
}
</style>
border-color css
<style>
span { border-color: #E0156B; }
span { border-color: rgb(224,21,107); }
td.TdClassName
{
border-color: #E0156B;
}
.TagClassName
{
border-color: #E0156B;
}
</style>