Shades of Ruby #EE1579
Tints of Ruby #EE1579
RGB
CMYK
RGB Variations
Color information
#EE1579 (or 0xEE1579) is known color: Ruby. HEX triplet: EE, 15 and 79. RGB value is (238,21,121). Sum of RGB (Red+Green+Blue) = 238+21+121=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1579 is #11EA86. Grayscale: #616161. Windows color (decimal): -1174151 or 7935470. OLE color: 7935470.
HSL color Cylindrical-coordinate representation of color #EE1579: hue angle of 332.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1579 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.07 |
| HSL | 332.35º | 0.86% | 0.51% | - |
| HSV(B) | 332.35º | 0.91% | 0.93% | - |
| XYZ | 38.98 | 20.09 | 19.91 | - |
| YUV | 97.28 | 141.39 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 121 | 0 | 0.91 | 0.49 | 0.07 | 332.35 | 0.86 | 0.51 |
| Hex | EE | 15 | 79 | 0 | 5B | 31 | 7 | 14C | 56 | 33 |
| Octal | 356 | 25 | 171 | 0 | 133 | 61 | 7 | 514 | 126 | 63 |
| Binary | 11101110 | 10101 | 1111001 | 0 | 1011011 | 110001 | 111 | 101001100 | 1010110 | 110011 |
Color Harmonies of #EE1579
Complementary color
Monochromatic Colors of #EE1579
Black with #EE1579
Text Example
Text Example
White with #EE1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1579; }
p { color: rgb(238,21,121); }
H1.HeaderClassName
{
color: #EE1579;
}
.AnyTagClassName
{
color: #EE1579;
}
</style>
background-color css
<style>
a { background-color: #EE1579; }
a { background-color: rgb(238,21,121); }
div.DivClassName
{
background-color: #EE1579;
}
.BgClassName
{
background-color: #EE1579;
}
</style>
border-color css
<style>
span { border-color: #EE1579; }
span { border-color: rgb(238,21,121); }
td.TdClassName
{
border-color: #EE1579;
}
.TagClassName
{
border-color: #EE1579;
}
</style>