Shades of Ruby #EE0E6C
Tints of Ruby #EE0E6C
RGB
CMYK
RGB Variations
Color information
#EE0E6C (or 0xEE0E6C) is known color: Ruby. HEX triplet: EE, 0E and 6C. RGB value is (238,14,108). Sum of RGB (Red+Green+Blue) = 238+14+108=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E6C is #11F193. Grayscale: #5B5B5B. Windows color (decimal): -1175956 or 7081710. OLE color: 7081710.
HSL color Cylindrical-coordinate representation of color #EE0E6C: hue angle of 334.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E6C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.07 |
| HSL | 334.82º | 0.89% | 0.49% | - |
| HSV(B) | 334.82º | 0.94% | 0.93% | - |
| XYZ | 38.12 | 19.57 | 15.96 | - |
| YUV | 91.69 | 137.21 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 108 | 0 | 0.94 | 0.55 | 0.07 | 334.82 | 0.89 | 0.49 |
| Hex | EE | E | 6C | 0 | 5E | 37 | 7 | 14F | 59 | 31 |
| Octal | 356 | 16 | 154 | 0 | 136 | 67 | 7 | 517 | 131 | 61 |
| Binary | 11101110 | 1110 | 1101100 | 0 | 1011110 | 110111 | 111 | 101001111 | 1011001 | 110001 |
Color Harmonies of #EE0E6C
Complementary color
Monochromatic Colors of #EE0E6C
Black with #EE0E6C
Text Example
Text Example
White with #EE0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E6C; }
p { color: rgb(238,14,108); }
H1.HeaderClassName
{
color: #EE0E6C;
}
.AnyTagClassName
{
color: #EE0E6C;
}
</style>
background-color css
<style>
a { background-color: #EE0E6C; }
a { background-color: rgb(238,14,108); }
div.DivClassName
{
background-color: #EE0E6C;
}
.BgClassName
{
background-color: #EE0E6C;
}
</style>
border-color css
<style>
span { border-color: #EE0E6C; }
span { border-color: rgb(238,14,108); }
td.TdClassName
{
border-color: #EE0E6C;
}
.TagClassName
{
border-color: #EE0E6C;
}
</style>