Shades of Ruby #EE156B
Tints of Ruby #EE156B
RGB
CMYK
RGB Variations
Color information
#EE156B (or 0xEE156B) is known color: Ruby. HEX triplet: EE, 15 and 6B. RGB value is (238,21,107). Sum of RGB (Red+Green+Blue) = 238+21+107=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE156B is #11EA94. Grayscale: #5F5F5F. Windows color (decimal): -1174165 or 7017966. OLE color: 7017966.
HSL color Cylindrical-coordinate representation of color #EE156B: hue angle of 336.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE156B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.07 |
| HSL | 336.22º | 0.86% | 0.51% | - |
| HSV(B) | 336.22º | 0.91% | 0.93% | - |
| XYZ | 38.18 | 19.78 | 15.71 | - |
| YUV | 95.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 107 | 0 | 0.91 | 0.55 | 0.07 | 336.22 | 0.86 | 0.51 |
| Hex | EE | 15 | 6B | 0 | 5B | 37 | 7 | 150 | 56 | 33 |
| Octal | 356 | 25 | 153 | 0 | 133 | 67 | 7 | 520 | 126 | 63 |
| Binary | 11101110 | 10101 | 1101011 | 0 | 1011011 | 110111 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #EE156B
Complementary color
Monochromatic Colors of #EE156B
Black with #EE156B
Text Example
Text Example
White with #EE156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE156B; }
p { color: rgb(238,21,107); }
H1.HeaderClassName
{
color: #EE156B;
}
.AnyTagClassName
{
color: #EE156B;
}
</style>
background-color css
<style>
a { background-color: #EE156B; }
a { background-color: rgb(238,21,107); }
div.DivClassName
{
background-color: #EE156B;
}
.BgClassName
{
background-color: #EE156B;
}
</style>
border-color css
<style>
span { border-color: #EE156B; }
span { border-color: rgb(238,21,107); }
td.TdClassName
{
border-color: #EE156B;
}
.TagClassName
{
border-color: #EE156B;
}
</style>