Shades of Ruby #EE126A
Tints of Ruby #EE126A
RGB
CMYK
RGB Variations
Color information
#EE126A (or 0xEE126A) is known color: Ruby. HEX triplet: EE, 12 and 6A. RGB value is (238,18,106). Sum of RGB (Red+Green+Blue) = 238+18+106=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE126A is #11ED95. Grayscale: #5D5D5D. Windows color (decimal): -1174934 or 6951662. OLE color: 6951662.
HSL color Cylindrical-coordinate representation of color #EE126A: hue angle of 336º 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 #EE126A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 336º | 0.87% | 0.5% | - |
| HSV(B) | 336º | 0.92% | 0.93% | - |
| XYZ | 38.08 | 19.65 | 15.42 | - |
| YUV | 93.81 | 134.89 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 106 | 0 | 0.92 | 0.55 | 0.07 | 336 | 0.87 | 0.5 |
| Hex | EE | 12 | 6A | 0 | 5C | 37 | 7 | 150 | 57 | 32 |
| Octal | 356 | 22 | 152 | 0 | 134 | 67 | 7 | 520 | 127 | 62 |
| Binary | 11101110 | 10010 | 1101010 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EE126A
Complementary color
Monochromatic Colors of #EE126A
Black with #EE126A
Text Example
Text Example
White with #EE126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE126A; }
p { color: rgb(238,18,106); }
H1.HeaderClassName
{
color: #EE126A;
}
.AnyTagClassName
{
color: #EE126A;
}
</style>
background-color css
<style>
a { background-color: #EE126A; }
a { background-color: rgb(238,18,106); }
div.DivClassName
{
background-color: #EE126A;
}
.BgClassName
{
background-color: #EE126A;
}
</style>
border-color css
<style>
span { border-color: #EE126A; }
span { border-color: rgb(238,18,106); }
td.TdClassName
{
border-color: #EE126A;
}
.TagClassName
{
border-color: #EE126A;
}
</style>