Shades of Ruby #EE136A
Tints of Ruby #EE136A
RGB
CMYK
RGB Variations
Color information
#EE136A (or 0xEE136A) is known color: Ruby. HEX triplet: EE, 13 and 6A. RGB value is (238,19,106). Sum of RGB (Red+Green+Blue) = 238+19+106=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE136A is #11EC95. Grayscale: #5E5E5E. Windows color (decimal): -1174678 or 6951918. OLE color: 6951918.
HSL color Cylindrical-coordinate representation of color #EE136A: hue angle of 336.16º 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 #EE136A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 336.16º | 0.87% | 0.5% | - |
| HSV(B) | 336.16º | 0.92% | 0.93% | - |
| XYZ | 38.09 | 19.68 | 15.43 | - |
| YUV | 94.4 | 134.55 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 106 | 0 | 0.92 | 0.55 | 0.07 | 336.16 | 0.87 | 0.5 |
| Hex | EE | 13 | 6A | 0 | 5C | 37 | 7 | 150 | 57 | 32 |
| Octal | 356 | 23 | 152 | 0 | 134 | 67 | 7 | 520 | 127 | 62 |
| Binary | 11101110 | 10011 | 1101010 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EE136A
Complementary color
Monochromatic Colors of #EE136A
Black with #EE136A
Text Example
Text Example
White with #EE136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE136A; }
p { color: rgb(238,19,106); }
H1.HeaderClassName
{
color: #EE136A;
}
.AnyTagClassName
{
color: #EE136A;
}
</style>
background-color css
<style>
a { background-color: #EE136A; }
a { background-color: rgb(238,19,106); }
div.DivClassName
{
background-color: #EE136A;
}
.BgClassName
{
background-color: #EE136A;
}
</style>
border-color css
<style>
span { border-color: #EE136A; }
span { border-color: rgb(238,19,106); }
td.TdClassName
{
border-color: #EE136A;
}
.TagClassName
{
border-color: #EE136A;
}
</style>