Shades of Ruby #EE1473
Tints of Ruby #EE1473
RGB
CMYK
RGB Variations
Color information
#EE1473 (or 0xEE1473) is known color: Ruby. HEX triplet: EE, 14 and 73. RGB value is (238,20,115). Sum of RGB (Red+Green+Blue) = 238+20+115=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1473 is #11EB8C. Grayscale: #5F5F5F. Windows color (decimal): -1174413 or 7541998. OLE color: 7541998.
HSL color Cylindrical-coordinate representation of color #EE1473: hue angle of 333.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1473 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 115 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.07 |
| HSL | 333.85º | 0.87% | 0.51% | - |
| HSV(B) | 333.85º | 0.92% | 0.93% | - |
| XYZ | 38.6 | 19.92 | 18.03 | - |
| YUV | 96.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 115 | 0 | 0.92 | 0.52 | 0.07 | 333.85 | 0.87 | 0.51 |
| Hex | EE | 14 | 73 | 0 | 5C | 34 | 7 | 14E | 57 | 33 |
| Octal | 356 | 24 | 163 | 0 | 134 | 64 | 7 | 516 | 127 | 63 |
| Binary | 11101110 | 10100 | 1110011 | 0 | 1011100 | 110100 | 111 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EE1473
Complementary color
Monochromatic Colors of #EE1473
Black with #EE1473
Text Example
Text Example
White with #EE1473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1473; }
p { color: rgb(238,20,115); }
H1.HeaderClassName
{
color: #EE1473;
}
.AnyTagClassName
{
color: #EE1473;
}
</style>
background-color css
<style>
a { background-color: #EE1473; }
a { background-color: rgb(238,20,115); }
div.DivClassName
{
background-color: #EE1473;
}
.BgClassName
{
background-color: #EE1473;
}
</style>
border-color css
<style>
span { border-color: #EE1473; }
span { border-color: rgb(238,20,115); }
td.TdClassName
{
border-color: #EE1473;
}
.TagClassName
{
border-color: #EE1473;
}
</style>