Shades of Ruby #EE0C6E
Tints of Ruby #EE0C6E
RGB
CMYK
RGB Variations
Color information
#EE0C6E (or 0xEE0C6E) is known color: Ruby. HEX triplet: EE, 0C and 6E. RGB value is (238,12,110). Sum of RGB (Red+Green+Blue) = 238+12+110=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C6E is #11F391. Grayscale: #5A5A5A. Windows color (decimal): -1176466 or 7212270. OLE color: 7212270.
HSL color Cylindrical-coordinate representation of color #EE0C6E: hue angle of 333.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C6E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 110 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.07 |
| HSL | 333.98º | 0.9% | 0.49% | - |
| HSV(B) | 333.98º | 0.95% | 0.93% | - |
| XYZ | 38.21 | 19.57 | 16.51 | - |
| YUV | 90.75 | 138.87 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 110 | 0 | 0.95 | 0.54 | 0.07 | 333.98 | 0.9 | 0.49 |
| Hex | EE | C | 6E | 0 | 5F | 36 | 7 | 14E | 5A | 31 |
| Octal | 356 | 14 | 156 | 0 | 137 | 66 | 7 | 516 | 132 | 61 |
| Binary | 11101110 | 1100 | 1101110 | 0 | 1011111 | 110110 | 111 | 101001110 | 1011010 | 110001 |
Color Harmonies of #EE0C6E
Complementary color
Monochromatic Colors of #EE0C6E
Black with #EE0C6E
Text Example
Text Example
White with #EE0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C6E; }
p { color: rgb(238,12,110); }
H1.HeaderClassName
{
color: #EE0C6E;
}
.AnyTagClassName
{
color: #EE0C6E;
}
</style>
background-color css
<style>
a { background-color: #EE0C6E; }
a { background-color: rgb(238,12,110); }
div.DivClassName
{
background-color: #EE0C6E;
}
.BgClassName
{
background-color: #EE0C6E;
}
</style>
border-color css
<style>
span { border-color: #EE0C6E; }
span { border-color: rgb(238,12,110); }
td.TdClassName
{
border-color: #EE0C6E;
}
.TagClassName
{
border-color: #EE0C6E;
}
</style>