Shades of Ruby #EE136D
Tints of Ruby #EE136D
RGB
CMYK
RGB Variations
Color information
#EE136D (or 0xEE136D) is known color: Ruby. HEX triplet: EE, 13 and 6D. RGB value is (238,19,109). Sum of RGB (Red+Green+Blue) = 238+19+109=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE136D is #11EC92. Grayscale: #5E5E5E. Windows color (decimal): -1174675 or 7148526. OLE color: 7148526.
HSL color Cylindrical-coordinate representation of color #EE136D: hue angle of 335.34º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE136D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.34º | 0.87% | 0.5% | - |
| HSV(B) | 335.34º | 0.92% | 0.93% | - |
| XYZ | 38.25 | 19.75 | 16.26 | - |
| YUV | 94.74 | 136.05 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 109 | 0 | 0.92 | 0.54 | 0.07 | 335.34 | 0.87 | 0.5 |
| Hex | EE | 13 | 6D | 0 | 5C | 36 | 7 | 14F | 57 | 32 |
| Octal | 356 | 23 | 155 | 0 | 134 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10011 | 1101101 | 0 | 1011100 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE136D
Complementary color
Monochromatic Colors of #EE136D
Black with #EE136D
Text Example
Text Example
White with #EE136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE136D; }
p { color: rgb(238,19,109); }
H1.HeaderClassName
{
color: #EE136D;
}
.AnyTagClassName
{
color: #EE136D;
}
</style>
background-color css
<style>
a { background-color: #EE136D; }
a { background-color: rgb(238,19,109); }
div.DivClassName
{
background-color: #EE136D;
}
.BgClassName
{
background-color: #EE136D;
}
</style>
border-color css
<style>
span { border-color: #EE136D; }
span { border-color: rgb(238,19,109); }
td.TdClassName
{
border-color: #EE136D;
}
.TagClassName
{
border-color: #EE136D;
}
</style>