Shades of Ruby #EE1D77
Tints of Ruby #EE1D77
RGB
CMYK
RGB Variations
Color information
#EE1D77 (or 0xEE1D77) is known color: Ruby. HEX triplet: EE, 1D and 77. RGB value is (238,29,119). Sum of RGB (Red+Green+Blue) = 238+29+119=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D77 is #11E288. Grayscale: #656565. Windows color (decimal): -1172105 or 7806446. OLE color: 7806446.
HSL color Cylindrical-coordinate representation of color #EE1D77: hue angle of 334.16º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D77 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 119 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.07 |
| HSL | 334.16º | 0.86% | 0.52% | - |
| HSV(B) | 334.16º | 0.88% | 0.93% | - |
| XYZ | 39.03 | 20.39 | 19.33 | - |
| YUV | 101.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 119 | 0 | 0.88 | 0.50 | 0.07 | 334.16 | 0.86 | 0.52 |
| Hex | EE | 1D | 77 | 0 | 58 | 32 | 7 | 14E | 56 | 34 |
| Octal | 356 | 35 | 167 | 0 | 130 | 62 | 7 | 516 | 126 | 64 |
| Binary | 11101110 | 11101 | 1110111 | 0 | 1011000 | 110010 | 111 | 101001110 | 1010110 | 110100 |
Color Harmonies of #EE1D77
Complementary color
Monochromatic Colors of #EE1D77
Black with #EE1D77
Text Example
Text Example
White with #EE1D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D77; }
p { color: rgb(238,29,119); }
H1.HeaderClassName
{
color: #EE1D77;
}
.AnyTagClassName
{
color: #EE1D77;
}
</style>
background-color css
<style>
a { background-color: #EE1D77; }
a { background-color: rgb(238,29,119); }
div.DivClassName
{
background-color: #EE1D77;
}
.BgClassName
{
background-color: #EE1D77;
}
</style>
border-color css
<style>
span { border-color: #EE1D77; }
span { border-color: rgb(238,29,119); }
td.TdClassName
{
border-color: #EE1D77;
}
.TagClassName
{
border-color: #EE1D77;
}
</style>