Shades of Ruby #EE1364
Tints of Ruby #EE1364
RGB
CMYK
RGB Variations
Color information
#EE1364 (or 0xEE1364) is known color: Ruby. HEX triplet: EE, 13 and 64. RGB value is (238,19,100). Sum of RGB (Red+Green+Blue) = 238+19+100=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1364 is #11EC9B. Grayscale: #5D5D5D. Windows color (decimal): -1174684 or 6558702. OLE color: 6558702.
HSL color Cylindrical-coordinate representation of color #EE1364: hue angle of 337.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1364 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 100 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.07 |
| HSL | 337.81º | 0.87% | 0.5% | - |
| HSV(B) | 337.81º | 0.92% | 0.93% | - |
| XYZ | 37.79 | 19.56 | 13.84 | - |
| YUV | 93.72 | 131.55 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 100 | 0 | 0.92 | 0.58 | 0.07 | 337.81 | 0.87 | 0.5 |
| Hex | EE | 13 | 64 | 0 | 5C | 3A | 7 | 152 | 57 | 32 |
| Octal | 356 | 23 | 144 | 0 | 134 | 72 | 7 | 522 | 127 | 62 |
| Binary | 11101110 | 10011 | 1100100 | 0 | 1011100 | 111010 | 111 | 101010010 | 1010111 | 110010 |
Color Harmonies of #EE1364
Complementary color
Monochromatic Colors of #EE1364
Black with #EE1364
Text Example
Text Example
White with #EE1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1364; }
p { color: rgb(238,19,100); }
H1.HeaderClassName
{
color: #EE1364;
}
.AnyTagClassName
{
color: #EE1364;
}
</style>
background-color css
<style>
a { background-color: #EE1364; }
a { background-color: rgb(238,19,100); }
div.DivClassName
{
background-color: #EE1364;
}
.BgClassName
{
background-color: #EE1364;
}
</style>
border-color css
<style>
span { border-color: #EE1364; }
span { border-color: rgb(238,19,100); }
td.TdClassName
{
border-color: #EE1364;
}
.TagClassName
{
border-color: #EE1364;
}
</style>