Shades of Ruby #EE206D
Tints of Ruby #EE206D
RGB
CMYK
RGB Variations
Color information
#EE206D (or 0xEE206D) is known color: Ruby. HEX triplet: EE, 20 and 6D. RGB value is (238,32,109). Sum of RGB (Red+Green+Blue) = 238+32+109=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE206D is #11DF92. Grayscale: #666666. Windows color (decimal): -1171347 or 7151854. OLE color: 7151854.
HSL color Cylindrical-coordinate representation of color #EE206D: hue angle of 337.57º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE206D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.07 |
| HSL | 337.57º | 0.86% | 0.53% | - |
| HSV(B) | 337.57º | 0.87% | 0.93% | - |
| XYZ | 38.54 | 20.31 | 16.36 | - |
| YUV | 102.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 109 | 0 | 0.87 | 0.54 | 0.07 | 337.57 | 0.86 | 0.53 |
| Hex | EE | 20 | 6D | 0 | 57 | 36 | 7 | 152 | 56 | 35 |
| Octal | 356 | 40 | 155 | 0 | 127 | 66 | 7 | 522 | 126 | 65 |
| Binary | 11101110 | 100000 | 1101101 | 0 | 1010111 | 110110 | 111 | 101010010 | 1010110 | 110101 |
Color Harmonies of #EE206D
Complementary color
Monochromatic Colors of #EE206D
Black with #EE206D
Text Example
Text Example
White with #EE206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE206D; }
p { color: rgb(238,32,109); }
H1.HeaderClassName
{
color: #EE206D;
}
.AnyTagClassName
{
color: #EE206D;
}
</style>
background-color css
<style>
a { background-color: #EE206D; }
a { background-color: rgb(238,32,109); }
div.DivClassName
{
background-color: #EE206D;
}
.BgClassName
{
background-color: #EE206D;
}
</style>
border-color css
<style>
span { border-color: #EE206D; }
span { border-color: rgb(238,32,109); }
td.TdClassName
{
border-color: #EE206D;
}
.TagClassName
{
border-color: #EE206D;
}
</style>