Shades of Ruby #EE1778
Tints of Ruby #EE1778
RGB
CMYK
RGB Variations
Color information
#EE1778 (or 0xEE1778) is known color: Ruby. HEX triplet: EE, 17 and 78. RGB value is (238,23,120). Sum of RGB (Red+Green+Blue) = 238+23+120=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1778 is #11E887. Grayscale: #626262. Windows color (decimal): -1173640 or 7870446. OLE color: 7870446.
HSL color Cylindrical-coordinate representation of color #EE1778: hue angle of 332.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1778 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 120 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.07 |
| HSL | 332.93º | 0.86% | 0.51% | - |
| HSV(B) | 332.93º | 0.9% | 0.93% | - |
| XYZ | 38.96 | 20.15 | 19.6 | - |
| YUV | 98.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 120 | 0 | 0.90 | 0.50 | 0.07 | 332.93 | 0.86 | 0.51 |
| Hex | EE | 17 | 78 | 0 | 5A | 32 | 7 | 14D | 56 | 33 |
| Octal | 356 | 27 | 170 | 0 | 132 | 62 | 7 | 515 | 126 | 63 |
| Binary | 11101110 | 10111 | 1111000 | 0 | 1011010 | 110010 | 111 | 101001101 | 1010110 | 110011 |
Color Harmonies of #EE1778
Complementary color
Monochromatic Colors of #EE1778
Black with #EE1778
Text Example
Text Example
White with #EE1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1778; }
p { color: rgb(238,23,120); }
H1.HeaderClassName
{
color: #EE1778;
}
.AnyTagClassName
{
color: #EE1778;
}
</style>
background-color css
<style>
a { background-color: #EE1778; }
a { background-color: rgb(238,23,120); }
div.DivClassName
{
background-color: #EE1778;
}
.BgClassName
{
background-color: #EE1778;
}
</style>
border-color css
<style>
span { border-color: #EE1778; }
span { border-color: rgb(238,23,120); }
td.TdClassName
{
border-color: #EE1778;
}
.TagClassName
{
border-color: #EE1778;
}
</style>