Shades of Ruby #EE1772
Tints of Ruby #EE1772
RGB
CMYK
RGB Variations
Color information
#EE1772 (or 0xEE1772) is known color: Ruby. HEX triplet: EE, 17 and 72. RGB value is (238,23,114). Sum of RGB (Red+Green+Blue) = 238+23+114=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1772 is #11E88D. Grayscale: #616161. Windows color (decimal): -1173646 or 7477230. OLE color: 7477230.
HSL color Cylindrical-coordinate representation of color #EE1772: hue angle of 334.6º 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 #EE1772 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.07 |
| HSL | 334.6º | 0.86% | 0.51% | - |
| HSV(B) | 334.6º | 0.9% | 0.93% | - |
| XYZ | 38.6 | 20 | 17.75 | - |
| YUV | 97.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 114 | 0 | 0.90 | 0.52 | 0.07 | 334.6 | 0.86 | 0.51 |
| Hex | EE | 17 | 72 | 0 | 5A | 34 | 7 | 14F | 56 | 33 |
| Octal | 356 | 27 | 162 | 0 | 132 | 64 | 7 | 517 | 126 | 63 |
| Binary | 11101110 | 10111 | 1110010 | 0 | 1011010 | 110100 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #EE1772
Complementary color
Monochromatic Colors of #EE1772
Black with #EE1772
Text Example
Text Example
White with #EE1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1772; }
p { color: rgb(238,23,114); }
H1.HeaderClassName
{
color: #EE1772;
}
.AnyTagClassName
{
color: #EE1772;
}
</style>
background-color css
<style>
a { background-color: #EE1772; }
a { background-color: rgb(238,23,114); }
div.DivClassName
{
background-color: #EE1772;
}
.BgClassName
{
background-color: #EE1772;
}
</style>
border-color css
<style>
span { border-color: #EE1772; }
span { border-color: rgb(238,23,114); }
td.TdClassName
{
border-color: #EE1772;
}
.TagClassName
{
border-color: #EE1772;
}
</style>