Shades of Ruby #EE1876
Tints of Ruby #EE1876
RGB
CMYK
RGB Variations
Color information
#EE1876 (or 0xEE1876) is known color: Ruby. HEX triplet: EE, 18 and 76. RGB value is (238,24,118). Sum of RGB (Red+Green+Blue) = 238+24+118=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1876 is #11E789. Grayscale: #626262. Windows color (decimal): -1173386 or 7739630. OLE color: 7739630.
HSL color Cylindrical-coordinate representation of color #EE1876: hue angle of 333.64º 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 #EE1876 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.07 |
| HSL | 333.64º | 0.86% | 0.51% | - |
| HSV(B) | 333.64º | 0.9% | 0.93% | - |
| XYZ | 38.86 | 20.14 | 18.98 | - |
| YUV | 98.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 118 | 0 | 0.90 | 0.50 | 0.07 | 333.64 | 0.86 | 0.51 |
| Hex | EE | 18 | 76 | 0 | 5A | 32 | 7 | 14E | 56 | 33 |
| Octal | 356 | 30 | 166 | 0 | 132 | 62 | 7 | 516 | 126 | 63 |
| Binary | 11101110 | 11000 | 1110110 | 0 | 1011010 | 110010 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #EE1876
Complementary color
Monochromatic Colors of #EE1876
Black with #EE1876
Text Example
Text Example
White with #EE1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1876; }
p { color: rgb(238,24,118); }
H1.HeaderClassName
{
color: #EE1876;
}
.AnyTagClassName
{
color: #EE1876;
}
</style>
background-color css
<style>
a { background-color: #EE1876; }
a { background-color: rgb(238,24,118); }
div.DivClassName
{
background-color: #EE1876;
}
.BgClassName
{
background-color: #EE1876;
}
</style>
border-color css
<style>
span { border-color: #EE1876; }
span { border-color: rgb(238,24,118); }
td.TdClassName
{
border-color: #EE1876;
}
.TagClassName
{
border-color: #EE1876;
}
</style>