Shades of Ruby #EE1A6D
Tints of Ruby #EE1A6D
RGB
CMYK
RGB Variations
Color information
#EE1A6D (or 0xEE1A6D) is known color: Ruby. HEX triplet: EE, 1A and 6D. RGB value is (238,26,109). Sum of RGB (Red+Green+Blue) = 238+26+109=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1A6D is #11E592. Grayscale: #626262. Windows color (decimal): -1172883 or 7150318. OLE color: 7150318.
HSL color Cylindrical-coordinate representation of color #EE1A6D: hue angle of 336.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1A6D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 109 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.07 |
| HSL | 336.51º | 0.86% | 0.52% | - |
| HSV(B) | 336.51º | 0.89% | 0.93% | - |
| XYZ | 38.39 | 20.02 | 16.31 | - |
| YUV | 98.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 109 | 0 | 0.89 | 0.54 | 0.07 | 336.51 | 0.86 | 0.52 |
| Hex | EE | 1A | 6D | 0 | 59 | 36 | 7 | 151 | 56 | 34 |
| Octal | 356 | 32 | 155 | 0 | 131 | 66 | 7 | 521 | 126 | 64 |
| Binary | 11101110 | 11010 | 1101101 | 0 | 1011001 | 110110 | 111 | 101010001 | 1010110 | 110100 |
Color Harmonies of #EE1A6D
Complementary color
Monochromatic Colors of #EE1A6D
Black with #EE1A6D
Text Example
Text Example
White with #EE1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A6D; }
p { color: rgb(238,26,109); }
H1.HeaderClassName
{
color: #EE1A6D;
}
.AnyTagClassName
{
color: #EE1A6D;
}
</style>
background-color css
<style>
a { background-color: #EE1A6D; }
a { background-color: rgb(238,26,109); }
div.DivClassName
{
background-color: #EE1A6D;
}
.BgClassName
{
background-color: #EE1A6D;
}
</style>
border-color css
<style>
span { border-color: #EE1A6D; }
span { border-color: rgb(238,26,109); }
td.TdClassName
{
border-color: #EE1A6D;
}
.TagClassName
{
border-color: #EE1A6D;
}
</style>