Shades of Ruby #EE196F
Tints of Ruby #EE196F
RGB
CMYK
RGB Variations
Color information
#EE196F (or 0xEE196F) is known color: Ruby. HEX triplet: EE, 19 and 6F. RGB value is (238,25,111). Sum of RGB (Red+Green+Blue) = 238+25+111=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE196F is #11E690. Grayscale: #626262. Windows color (decimal): -1173137 or 7281134. OLE color: 7281134.
HSL color Cylindrical-coordinate representation of color #EE196F: hue angle of 335.77º 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 #EE196F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.07 |
| HSL | 335.77º | 0.86% | 0.52% | - |
| HSV(B) | 335.77º | 0.89% | 0.93% | - |
| XYZ | 38.48 | 20.02 | 16.88 | - |
| YUV | 98.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 111 | 0 | 0.89 | 0.53 | 0.07 | 335.77 | 0.86 | 0.52 |
| Hex | EE | 19 | 6F | 0 | 59 | 35 | 7 | 150 | 56 | 34 |
| Octal | 356 | 31 | 157 | 0 | 131 | 65 | 7 | 520 | 126 | 64 |
| Binary | 11101110 | 11001 | 1101111 | 0 | 1011001 | 110101 | 111 | 101010000 | 1010110 | 110100 |
Color Harmonies of #EE196F
Complementary color
Monochromatic Colors of #EE196F
Black with #EE196F
Text Example
Text Example
White with #EE196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE196F; }
p { color: rgb(238,25,111); }
H1.HeaderClassName
{
color: #EE196F;
}
.AnyTagClassName
{
color: #EE196F;
}
</style>
background-color css
<style>
a { background-color: #EE196F; }
a { background-color: rgb(238,25,111); }
div.DivClassName
{
background-color: #EE196F;
}
.BgClassName
{
background-color: #EE196F;
}
</style>
border-color css
<style>
span { border-color: #EE196F; }
span { border-color: rgb(238,25,111); }
td.TdClassName
{
border-color: #EE196F;
}
.TagClassName
{
border-color: #EE196F;
}
</style>