Shades of Ruby #EE195C
Tints of Ruby #EE195C
RGB
CMYK
RGB Variations
Color information
#EE195C (or 0xEE195C) is known color: Ruby. HEX triplet: EE, 19 and 5C. RGB value is (238,25,92). Sum of RGB (Red+Green+Blue) = 238+25+92=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE195C is #11E6A3. Grayscale: #606060. Windows color (decimal): -1173156 or 6035950. OLE color: 6035950.
HSL color Cylindrical-coordinate representation of color #EE195C: hue angle of 341.13º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE195C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.07 |
| HSL | 341.13º | 0.86% | 0.52% | - |
| HSV(B) | 341.13º | 0.89% | 0.93% | - |
| XYZ | 37.54 | 19.65 | 11.94 | - |
| YUV | 96.33 | 125.57 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 92 | 0 | 0.89 | 0.61 | 0.07 | 341.13 | 0.86 | 0.52 |
| Hex | EE | 19 | 5C | 0 | 59 | 3D | 7 | 155 | 56 | 34 |
| Octal | 356 | 31 | 134 | 0 | 131 | 75 | 7 | 525 | 126 | 64 |
| Binary | 11101110 | 11001 | 1011100 | 0 | 1011001 | 111101 | 111 | 101010101 | 1010110 | 110100 |
Color Harmonies of #EE195C
Complementary color
Monochromatic Colors of #EE195C
Black with #EE195C
Text Example
Text Example
White with #EE195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE195C; }
p { color: rgb(238,25,92); }
H1.HeaderClassName
{
color: #EE195C;
}
.AnyTagClassName
{
color: #EE195C;
}
</style>
background-color css
<style>
a { background-color: #EE195C; }
a { background-color: rgb(238,25,92); }
div.DivClassName
{
background-color: #EE195C;
}
.BgClassName
{
background-color: #EE195C;
}
</style>
border-color css
<style>
span { border-color: #EE195C; }
span { border-color: rgb(238,25,92); }
td.TdClassName
{
border-color: #EE195C;
}
.TagClassName
{
border-color: #EE195C;
}
</style>