Shades of Ruby #EE146B
Tints of Ruby #EE146B
RGB
CMYK
RGB Variations
Color information
#EE146B (or 0xEE146B) is known color: Ruby. HEX triplet: EE, 14 and 6B. RGB value is (238,20,107). Sum of RGB (Red+Green+Blue) = 238+20+107=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146B is #11EB94. Grayscale: #5E5E5E. Windows color (decimal): -1174421 or 7017710. OLE color: 7017710.
HSL color Cylindrical-coordinate representation of color #EE146B: hue angle of 336.06º 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 #EE146B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 336.06º | 0.87% | 0.51% | - |
| HSV(B) | 336.06º | 0.92% | 0.93% | - |
| XYZ | 38.16 | 19.74 | 15.71 | - |
| YUV | 95.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 107 | 0 | 0.92 | 0.55 | 0.07 | 336.06 | 0.87 | 0.51 |
| Hex | EE | 14 | 6B | 0 | 5C | 37 | 7 | 150 | 57 | 33 |
| Octal | 356 | 24 | 153 | 0 | 134 | 67 | 7 | 520 | 127 | 63 |
| Binary | 11101110 | 10100 | 1101011 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EE146B
Complementary color
Monochromatic Colors of #EE146B
Black with #EE146B
Text Example
Text Example
White with #EE146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE146B; }
p { color: rgb(238,20,107); }
H1.HeaderClassName
{
color: #EE146B;
}
.AnyTagClassName
{
color: #EE146B;
}
</style>
background-color css
<style>
a { background-color: #EE146B; }
a { background-color: rgb(238,20,107); }
div.DivClassName
{
background-color: #EE146B;
}
.BgClassName
{
background-color: #EE146B;
}
</style>
border-color css
<style>
span { border-color: #EE146B; }
span { border-color: rgb(238,20,107); }
td.TdClassName
{
border-color: #EE146B;
}
.TagClassName
{
border-color: #EE146B;
}
</style>