Shades of Ruby #EE196C
Tints of Ruby #EE196C
RGB
CMYK
RGB Variations
Color information
#EE196C (or 0xEE196C) is known color: Ruby. HEX triplet: EE, 19 and 6C. RGB value is (238,25,108). Sum of RGB (Red+Green+Blue) = 238+25+108=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE196C is #11E693. Grayscale: #626262. Windows color (decimal): -1173140 or 7084526. OLE color: 7084526.
HSL color Cylindrical-coordinate representation of color #EE196C: hue angle of 336.62º 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 #EE196C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.07 |
| HSL | 336.62º | 0.86% | 0.52% | - |
| HSV(B) | 336.62º | 0.89% | 0.93% | - |
| XYZ | 38.31 | 19.96 | 16.02 | - |
| YUV | 98.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 108 | 0 | 0.89 | 0.55 | 0.07 | 336.62 | 0.86 | 0.52 |
| Hex | EE | 19 | 6C | 0 | 59 | 37 | 7 | 151 | 56 | 34 |
| Octal | 356 | 31 | 154 | 0 | 131 | 67 | 7 | 521 | 126 | 64 |
| Binary | 11101110 | 11001 | 1101100 | 0 | 1011001 | 110111 | 111 | 101010001 | 1010110 | 110100 |
Color Harmonies of #EE196C
Complementary color
Monochromatic Colors of #EE196C
Black with #EE196C
Text Example
Text Example
White with #EE196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE196C; }
p { color: rgb(238,25,108); }
H1.HeaderClassName
{
color: #EE196C;
}
.AnyTagClassName
{
color: #EE196C;
}
</style>
background-color css
<style>
a { background-color: #EE196C; }
a { background-color: rgb(238,25,108); }
div.DivClassName
{
background-color: #EE196C;
}
.BgClassName
{
background-color: #EE196C;
}
</style>
border-color css
<style>
span { border-color: #EE196C; }
span { border-color: rgb(238,25,108); }
td.TdClassName
{
border-color: #EE196C;
}
.TagClassName
{
border-color: #EE196C;
}
</style>