Shades of Ruby #E0196C
Tints of Ruby #E0196C
RGB
CMYK
RGB Variations
Color information
#E0196C (or 0xE0196C) is known color: Ruby. HEX triplet: E0, 19 and 6C. RGB value is (224,25,108). Sum of RGB (Red+Green+Blue) = 224+25+108=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196C is #1FE693. Grayscale: #5D5D5D. Windows color (decimal): -2090644 or 7084512. OLE color: 7084512.
HSL color Cylindrical-coordinate representation of color #E0196C: hue angle of 334.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0196C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.12 |
| HSL | 334.97º | 0.8% | 0.49% | - |
| HSV(B) | 334.97º | 0.89% | 0.88% | - |
| XYZ | 33.79 | 17.63 | 15.81 | - |
| YUV | 93.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 108 | 0 | 0.89 | 0.52 | 0.12 | 334.97 | 0.8 | 0.49 |
| Hex | E0 | 19 | 6C | 0 | 59 | 34 | C | 14F | 50 | 31 |
| Octal | 340 | 31 | 154 | 0 | 131 | 64 | 14 | 517 | 120 | 61 |
| Binary | 11100000 | 11001 | 1101100 | 0 | 1011001 | 110100 | 1100 | 101001111 | 1010000 | 110001 |
Color Harmonies of #E0196C
Complementary color
Monochromatic Colors of #E0196C
Black with #E0196C
Text Example
Text Example
White with #E0196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0196C; }
p { color: rgb(224,25,108); }
H1.HeaderClassName
{
color: #E0196C;
}
.AnyTagClassName
{
color: #E0196C;
}
</style>
background-color css
<style>
a { background-color: #E0196C; }
a { background-color: rgb(224,25,108); }
div.DivClassName
{
background-color: #E0196C;
}
.BgClassName
{
background-color: #E0196C;
}
</style>
border-color css
<style>
span { border-color: #E0196C; }
span { border-color: rgb(224,25,108); }
td.TdClassName
{
border-color: #E0196C;
}
.TagClassName
{
border-color: #E0196C;
}
</style>