Shades of Ruby #EE1976
Tints of Ruby #EE1976
RGB
CMYK
RGB Variations
Color information
#EE1976 (or 0xEE1976) is known color: Ruby. HEX triplet: EE, 19 and 76. RGB value is (238,25,118). Sum of RGB (Red+Green+Blue) = 238+25+118=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1976 is #11E689. Grayscale: #636363. Windows color (decimal): -1173130 or 7739886. OLE color: 7739886.
HSL color Cylindrical-coordinate representation of color #EE1976: hue angle of 333.8º 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 #EE1976 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.07 |
| HSL | 333.8º | 0.86% | 0.52% | - |
| HSV(B) | 333.8º | 0.89% | 0.93% | - |
| XYZ | 38.88 | 20.18 | 18.99 | - |
| YUV | 99.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 118 | 0 | 0.89 | 0.50 | 0.07 | 333.8 | 0.86 | 0.52 |
| Hex | EE | 19 | 76 | 0 | 59 | 32 | 7 | 14E | 56 | 34 |
| Octal | 356 | 31 | 166 | 0 | 131 | 62 | 7 | 516 | 126 | 64 |
| Binary | 11101110 | 11001 | 1110110 | 0 | 1011001 | 110010 | 111 | 101001110 | 1010110 | 110100 |
Color Harmonies of #EE1976
Complementary color
Monochromatic Colors of #EE1976
Black with #EE1976
Text Example
Text Example
White with #EE1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1976; }
p { color: rgb(238,25,118); }
H1.HeaderClassName
{
color: #EE1976;
}
.AnyTagClassName
{
color: #EE1976;
}
</style>
background-color css
<style>
a { background-color: #EE1976; }
a { background-color: rgb(238,25,118); }
div.DivClassName
{
background-color: #EE1976;
}
.BgClassName
{
background-color: #EE1976;
}
</style>
border-color css
<style>
span { border-color: #EE1976; }
span { border-color: rgb(238,25,118); }
td.TdClassName
{
border-color: #EE1976;
}
.TagClassName
{
border-color: #EE1976;
}
</style>