Shades of Ruby #EE146C
Tints of Ruby #EE146C
RGB
CMYK
RGB Variations
Color information
#EE146C (or 0xEE146C) is known color: Ruby. HEX triplet: EE, 14 and 6C. RGB value is (238,20,108). Sum of RGB (Red+Green+Blue) = 238+20+108=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146C is #11EB93. Grayscale: #5F5F5F. Windows color (decimal): -1174420 or 7083246. OLE color: 7083246.
HSL color Cylindrical-coordinate representation of color #EE146C: hue angle of 335.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE146C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 335.78º | 0.87% | 0.51% | - |
| HSV(B) | 335.78º | 0.92% | 0.93% | - |
| XYZ | 38.22 | 19.76 | 15.99 | - |
| YUV | 95.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 108 | 0 | 0.92 | 0.55 | 0.07 | 335.78 | 0.87 | 0.51 |
| Hex | EE | 14 | 6C | 0 | 5C | 37 | 7 | 150 | 57 | 33 |
| Octal | 356 | 24 | 154 | 0 | 134 | 67 | 7 | 520 | 127 | 63 |
| Binary | 11101110 | 10100 | 1101100 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EE146C
Complementary color
Monochromatic Colors of #EE146C
Black with #EE146C
Text Example
Text Example
White with #EE146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE146C; }
p { color: rgb(238,20,108); }
H1.HeaderClassName
{
color: #EE146C;
}
.AnyTagClassName
{
color: #EE146C;
}
</style>
background-color css
<style>
a { background-color: #EE146C; }
a { background-color: rgb(238,20,108); }
div.DivClassName
{
background-color: #EE146C;
}
.BgClassName
{
background-color: #EE146C;
}
</style>
border-color css
<style>
span { border-color: #EE146C; }
span { border-color: rgb(238,20,108); }
td.TdClassName
{
border-color: #EE146C;
}
.TagClassName
{
border-color: #EE146C;
}
</style>