Shades of Ruby #EE1570
Tints of Ruby #EE1570
RGB
CMYK
RGB Variations
Color information
#EE1570 (or 0xEE1570) is known color: Ruby. HEX triplet: EE, 15 and 70. RGB value is (238,21,112). Sum of RGB (Red+Green+Blue) = 238+21+112=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1570 is #11EA8F. Grayscale: #606060. Windows color (decimal): -1174160 or 7345646. OLE color: 7345646.
HSL color Cylindrical-coordinate representation of color #EE1570: hue angle of 334.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1570 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.07 |
| HSL | 334.84º | 0.86% | 0.51% | - |
| HSV(B) | 334.84º | 0.91% | 0.93% | - |
| XYZ | 38.45 | 19.88 | 17.14 | - |
| YUV | 96.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 112 | 0 | 0.91 | 0.53 | 0.07 | 334.84 | 0.86 | 0.51 |
| Hex | EE | 15 | 70 | 0 | 5B | 35 | 7 | 14F | 56 | 33 |
| Octal | 356 | 25 | 160 | 0 | 133 | 65 | 7 | 517 | 126 | 63 |
| Binary | 11101110 | 10101 | 1110000 | 0 | 1011011 | 110101 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #EE1570
Complementary color
Monochromatic Colors of #EE1570
Black with #EE1570
Text Example
Text Example
White with #EE1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1570; }
p { color: rgb(238,21,112); }
H1.HeaderClassName
{
color: #EE1570;
}
.AnyTagClassName
{
color: #EE1570;
}
</style>
background-color css
<style>
a { background-color: #EE1570; }
a { background-color: rgb(238,21,112); }
div.DivClassName
{
background-color: #EE1570;
}
.BgClassName
{
background-color: #EE1570;
}
</style>
border-color css
<style>
span { border-color: #EE1570; }
span { border-color: rgb(238,21,112); }
td.TdClassName
{
border-color: #EE1570;
}
.TagClassName
{
border-color: #EE1570;
}
</style>