Shades of Ruby #EE1370
Tints of Ruby #EE1370
RGB
CMYK
RGB Variations
Color information
#EE1370 (or 0xEE1370) is known color: Ruby. HEX triplet: EE, 13 and 70. RGB value is (238,19,112). Sum of RGB (Red+Green+Blue) = 238+19+112=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1370 is #11EC8F. Grayscale: #5E5E5E. Windows color (decimal): -1174672 or 7345134. OLE color: 7345134.
HSL color Cylindrical-coordinate representation of color #EE1370: hue angle of 334.52º 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 #EE1370 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.52º | 0.87% | 0.5% | - |
| HSV(B) | 334.52º | 0.92% | 0.93% | - |
| XYZ | 38.42 | 19.81 | 17.13 | - |
| YUV | 95.08 | 137.55 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 112 | 0 | 0.92 | 0.53 | 0.07 | 334.52 | 0.87 | 0.5 |
| Hex | EE | 13 | 70 | 0 | 5C | 35 | 7 | 14F | 57 | 32 |
| Octal | 356 | 23 | 160 | 0 | 134 | 65 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10011 | 1110000 | 0 | 1011100 | 110101 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE1370
Complementary color
Monochromatic Colors of #EE1370
Black with #EE1370
Text Example
Text Example
White with #EE1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1370; }
p { color: rgb(238,19,112); }
H1.HeaderClassName
{
color: #EE1370;
}
.AnyTagClassName
{
color: #EE1370;
}
</style>
background-color css
<style>
a { background-color: #EE1370; }
a { background-color: rgb(238,19,112); }
div.DivClassName
{
background-color: #EE1370;
}
.BgClassName
{
background-color: #EE1370;
}
</style>
border-color css
<style>
span { border-color: #EE1370; }
span { border-color: rgb(238,19,112); }
td.TdClassName
{
border-color: #EE1370;
}
.TagClassName
{
border-color: #EE1370;
}
</style>