Shades of Ruby #E0196E
Tints of Ruby #E0196E
RGB
CMYK
RGB Variations
Color information
#E0196E (or 0xE0196E) is known color: Ruby. HEX triplet: E0, 19 and 6E. RGB value is (224,25,110). Sum of RGB (Red+Green+Blue) = 224+25+110=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196E is #1FE691. Grayscale: #5E5E5E. Windows color (decimal): -2090642 or 7215584. OLE color: 7215584.
HSL color Cylindrical-coordinate representation of color #E0196E: hue angle of 334.37º 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 #E0196E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 110 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.12 |
| HSL | 334.37º | 0.8% | 0.49% | - |
| HSV(B) | 334.37º | 0.89% | 0.88% | - |
| XYZ | 33.9 | 17.67 | 16.38 | - |
| YUV | 94.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 110 | 0 | 0.89 | 0.51 | 0.12 | 334.37 | 0.8 | 0.49 |
| Hex | E0 | 19 | 6E | 0 | 59 | 33 | C | 14E | 50 | 31 |
| Octal | 340 | 31 | 156 | 0 | 131 | 63 | 14 | 516 | 120 | 61 |
| Binary | 11100000 | 11001 | 1101110 | 0 | 1011001 | 110011 | 1100 | 101001110 | 1010000 | 110001 |
Color Harmonies of #E0196E
Complementary color
Monochromatic Colors of #E0196E
Black with #E0196E
Text Example
Text Example
White with #E0196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0196E; }
p { color: rgb(224,25,110); }
H1.HeaderClassName
{
color: #E0196E;
}
.AnyTagClassName
{
color: #E0196E;
}
</style>
background-color css
<style>
a { background-color: #E0196E; }
a { background-color: rgb(224,25,110); }
div.DivClassName
{
background-color: #E0196E;
}
.BgClassName
{
background-color: #E0196E;
}
</style>
border-color css
<style>
span { border-color: #E0196E; }
span { border-color: rgb(224,25,110); }
td.TdClassName
{
border-color: #E0196E;
}
.TagClassName
{
border-color: #E0196E;
}
</style>