Shades of Ruby #EE126F
Tints of Ruby #EE126F
RGB
CMYK
RGB Variations
Color information
#EE126F (or 0xEE126F) is known color: Ruby. HEX triplet: EE, 12 and 6F. RGB value is (238,18,111). Sum of RGB (Red+Green+Blue) = 238+18+111=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE126F is #11ED90. Grayscale: #5E5E5E. Windows color (decimal): -1174929 or 7279342. OLE color: 7279342.
HSL color Cylindrical-coordinate representation of color #EE126F: hue angle of 334.64º 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 #EE126F is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 111 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.64º | 0.87% | 0.5% | - |
| HSV(B) | 334.64º | 0.92% | 0.93% | - |
| XYZ | 38.35 | 19.76 | 16.83 | - |
| YUV | 94.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 111 | 0 | 0.92 | 0.53 | 0.07 | 334.64 | 0.87 | 0.5 |
| Hex | EE | 12 | 6F | 0 | 5C | 35 | 7 | 14F | 57 | 32 |
| Octal | 356 | 22 | 157 | 0 | 134 | 65 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10010 | 1101111 | 0 | 1011100 | 110101 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE126F
Complementary color
Monochromatic Colors of #EE126F
Black with #EE126F
Text Example
Text Example
White with #EE126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE126F; }
p { color: rgb(238,18,111); }
H1.HeaderClassName
{
color: #EE126F;
}
.AnyTagClassName
{
color: #EE126F;
}
</style>
background-color css
<style>
a { background-color: #EE126F; }
a { background-color: rgb(238,18,111); }
div.DivClassName
{
background-color: #EE126F;
}
.BgClassName
{
background-color: #EE126F;
}
</style>
border-color css
<style>
span { border-color: #EE126F; }
span { border-color: rgb(238,18,111); }
td.TdClassName
{
border-color: #EE126F;
}
.TagClassName
{
border-color: #EE126F;
}
</style>