Shades of Ruby #EE1D6A
Tints of Ruby #EE1D6A
RGB
CMYK
RGB Variations
Color information
#EE1D6A (or 0xEE1D6A) is known color: Ruby. HEX triplet: EE, 1D and 6A. RGB value is (238,29,106). Sum of RGB (Red+Green+Blue) = 238+29+106=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D6A is #11E295. Grayscale: #646464. Windows color (decimal): -1172118 or 6954478. OLE color: 6954478.
HSL color Cylindrical-coordinate representation of color #EE1D6A: hue angle of 337.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D6A is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 106 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.07 |
| HSL | 337.89º | 0.86% | 0.52% | - |
| HSV(B) | 337.89º | 0.88% | 0.93% | - |
| XYZ | 38.3 | 20.1 | 15.5 | - |
| YUV | 100.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 106 | 0 | 0.88 | 0.55 | 0.07 | 337.89 | 0.86 | 0.52 |
| Hex | EE | 1D | 6A | 0 | 58 | 37 | 7 | 152 | 56 | 34 |
| Octal | 356 | 35 | 152 | 0 | 130 | 67 | 7 | 522 | 126 | 64 |
| Binary | 11101110 | 11101 | 1101010 | 0 | 1011000 | 110111 | 111 | 101010010 | 1010110 | 110100 |
Color Harmonies of #EE1D6A
Complementary color
Monochromatic Colors of #EE1D6A
Black with #EE1D6A
Text Example
Text Example
White with #EE1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D6A; }
p { color: rgb(238,29,106); }
H1.HeaderClassName
{
color: #EE1D6A;
}
.AnyTagClassName
{
color: #EE1D6A;
}
</style>
background-color css
<style>
a { background-color: #EE1D6A; }
a { background-color: rgb(238,29,106); }
div.DivClassName
{
background-color: #EE1D6A;
}
.BgClassName
{
background-color: #EE1D6A;
}
</style>
border-color css
<style>
span { border-color: #EE1D6A; }
span { border-color: rgb(238,29,106); }
td.TdClassName
{
border-color: #EE1D6A;
}
.TagClassName
{
border-color: #EE1D6A;
}
</style>