Shades of Ruby #E0195F
Tints of Ruby #E0195F
RGB
CMYK
RGB Variations
Color information
#E0195F (or 0xE0195F) is known color: Ruby. HEX triplet: E0, 19 and 5F. RGB value is (224,25,95). Sum of RGB (Red+Green+Blue) = 224+25+95=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E0195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0195F is #1FE6A0. Grayscale: #5C5C5C. Windows color (decimal): -2090657 or 6232544. OLE color: 6232544.
HSL color Cylindrical-coordinate representation of color #E0195F: hue angle of 338.89º 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 #E0195F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.12 |
| HSL | 338.89º | 0.8% | 0.49% | - |
| HSV(B) | 338.89º | 0.89% | 0.88% | - |
| XYZ | 33.15 | 17.37 | 12.43 | - |
| YUV | 92.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 95 | 0 | 0.89 | 0.58 | 0.12 | 338.89 | 0.8 | 0.49 |
| Hex | E0 | 19 | 5F | 0 | 59 | 3A | C | 153 | 50 | 31 |
| Octal | 340 | 31 | 137 | 0 | 131 | 72 | 14 | 523 | 120 | 61 |
| Binary | 11100000 | 11001 | 1011111 | 0 | 1011001 | 111010 | 1100 | 101010011 | 1010000 | 110001 |
Color Harmonies of #E0195F
Complementary color
Monochromatic Colors of #E0195F
Black with #E0195F
Text Example
Text Example
White with #E0195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0195F; }
p { color: rgb(224,25,95); }
H1.HeaderClassName
{
color: #E0195F;
}
.AnyTagClassName
{
color: #E0195F;
}
</style>
background-color css
<style>
a { background-color: #E0195F; }
a { background-color: rgb(224,25,95); }
div.DivClassName
{
background-color: #E0195F;
}
.BgClassName
{
background-color: #E0195F;
}
</style>
border-color css
<style>
span { border-color: #E0195F; }
span { border-color: rgb(224,25,95); }
td.TdClassName
{
border-color: #E0195F;
}
.TagClassName
{
border-color: #E0195F;
}
</style>