Shades of Ruby #EE2172
Tints of Ruby #EE2172
RGB
CMYK
RGB Variations
Color information
#EE2172 (or 0xEE2172) is known color: Ruby. HEX triplet: EE, 21 and 72. RGB value is (238,33,114). Sum of RGB (Red+Green+Blue) = 238+33+114=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2172 is #11DE8D. Grayscale: #676767. Windows color (decimal): -1171086 or 7479790. OLE color: 7479790.
HSL color Cylindrical-coordinate representation of color #EE2172: hue angle of 336.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2172 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 114 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.07 |
| HSL | 336.29º | 0.86% | 0.53% | - |
| HSV(B) | 336.29º | 0.86% | 0.93% | - |
| XYZ | 38.84 | 20.48 | 17.83 | - |
| YUV | 103.53 | 133.92 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 114 | 0 | 0.86 | 0.52 | 0.07 | 336.29 | 0.86 | 0.53 |
| Hex | EE | 21 | 72 | 0 | 56 | 34 | 7 | 150 | 56 | 35 |
| Octal | 356 | 41 | 162 | 0 | 126 | 64 | 7 | 520 | 126 | 65 |
| Binary | 11101110 | 100001 | 1110010 | 0 | 1010110 | 110100 | 111 | 101010000 | 1010110 | 110101 |
Color Harmonies of #EE2172
Complementary color
Monochromatic Colors of #EE2172
Black with #EE2172
Text Example
Text Example
White with #EE2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2172; }
p { color: rgb(238,33,114); }
H1.HeaderClassName
{
color: #EE2172;
}
.AnyTagClassName
{
color: #EE2172;
}
</style>
background-color css
<style>
a { background-color: #EE2172; }
a { background-color: rgb(238,33,114); }
div.DivClassName
{
background-color: #EE2172;
}
.BgClassName
{
background-color: #EE2172;
}
</style>
border-color css
<style>
span { border-color: #EE2172; }
span { border-color: rgb(238,33,114); }
td.TdClassName
{
border-color: #EE2172;
}
.TagClassName
{
border-color: #EE2172;
}
</style>