Shades of Ruby #EE156A
Tints of Ruby #EE156A
RGB
CMYK
RGB Variations
Color information
#EE156A (or 0xEE156A) is known color: Ruby. HEX triplet: EE, 15 and 6A. RGB value is (238,21,106). Sum of RGB (Red+Green+Blue) = 238+21+106=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE156A is #11EA95. Grayscale: #5F5F5F. Windows color (decimal): -1174166 or 6952430. OLE color: 6952430.
HSL color Cylindrical-coordinate representation of color #EE156A: hue angle of 336.5º 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 #EE156A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.07 |
| HSL | 336.5º | 0.86% | 0.51% | - |
| HSV(B) | 336.5º | 0.91% | 0.93% | - |
| XYZ | 38.13 | 19.75 | 15.44 | - |
| YUV | 95.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 106 | 0 | 0.91 | 0.55 | 0.07 | 336.5 | 0.86 | 0.51 |
| Hex | EE | 15 | 6A | 0 | 5B | 37 | 7 | 150 | 56 | 33 |
| Octal | 356 | 25 | 152 | 0 | 133 | 67 | 7 | 520 | 126 | 63 |
| Binary | 11101110 | 10101 | 1101010 | 0 | 1011011 | 110111 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #EE156A
Complementary color
Monochromatic Colors of #EE156A
Black with #EE156A
Text Example
Text Example
White with #EE156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE156A; }
p { color: rgb(238,21,106); }
H1.HeaderClassName
{
color: #EE156A;
}
.AnyTagClassName
{
color: #EE156A;
}
</style>
background-color css
<style>
a { background-color: #EE156A; }
a { background-color: rgb(238,21,106); }
div.DivClassName
{
background-color: #EE156A;
}
.BgClassName
{
background-color: #EE156A;
}
</style>
border-color css
<style>
span { border-color: #EE156A; }
span { border-color: rgb(238,21,106); }
td.TdClassName
{
border-color: #EE156A;
}
.TagClassName
{
border-color: #EE156A;
}
</style>