Shades of Ruby #E0167A
Tints of Ruby #E0167A
RGB
CMYK
RGB Variations
Color information
#E0167A (or 0xE0167A) is known color: Ruby. HEX triplet: E0, 16 and 7A. RGB value is (224,22,122). Sum of RGB (Red+Green+Blue) = 224+22+122=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0167A is #1FE985. Grayscale: #5D5D5D. Windows color (decimal): -2091398 or 8001248. OLE color: 8001248.
HSL color Cylindrical-coordinate representation of color #E0167A: hue angle of 330.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0167A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 122 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.12 |
| HSL | 330.3º | 0.82% | 0.48% | - |
| HSV(B) | 330.3º | 0.9% | 0.88% | - |
| XYZ | 34.54 | 17.83 | 20.03 | - |
| YUV | 93.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 122 | 0 | 0.90 | 0.46 | 0.12 | 330.3 | 0.82 | 0.48 |
| Hex | E0 | 16 | 7A | 0 | 5A | 2E | C | 14A | 52 | 30 |
| Octal | 340 | 26 | 172 | 0 | 132 | 56 | 14 | 512 | 122 | 60 |
| Binary | 11100000 | 10110 | 1111010 | 0 | 1011010 | 101110 | 1100 | 101001010 | 1010010 | 110000 |
Color Harmonies of #E0167A
Complementary color
Monochromatic Colors of #E0167A
Black with #E0167A
Text Example
Text Example
White with #E0167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0167A; }
p { color: rgb(224,22,122); }
H1.HeaderClassName
{
color: #E0167A;
}
.AnyTagClassName
{
color: #E0167A;
}
</style>
background-color css
<style>
a { background-color: #E0167A; }
a { background-color: rgb(224,22,122); }
div.DivClassName
{
background-color: #E0167A;
}
.BgClassName
{
background-color: #E0167A;
}
</style>
border-color css
<style>
span { border-color: #E0167A; }
span { border-color: rgb(224,22,122); }
td.TdClassName
{
border-color: #E0167A;
}
.TagClassName
{
border-color: #E0167A;
}
</style>