Shades of Torch Red #EE0546
Tints of Torch Red #EE0546
RGB
CMYK
RGB Variations
Color information
#EE0546 (or 0xEE0546) is known color: Torch Red. HEX triplet: EE, 05 and 46. RGB value is (238,5,70). Sum of RGB (Red+Green+Blue) = 238+5+70=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0546 is #11FAB9. Grayscale: #525252. Windows color (decimal): -1178298 or 4589038. OLE color: 4589038.
HSL color Cylindrical-coordinate representation of color #EE0546: hue angle of 343.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0546 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.07 |
| HSL | 343.26º | 0.96% | 0.48% | - |
| HSV(B) | 343.26º | 0.98% | 0.93% | - |
| XYZ | 36.42 | 18.73 | 7.49 | - |
| YUV | 82.08 | 121.19 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 70 | 0 | 0.98 | 0.71 | 0.07 | 343.26 | 0.96 | 0.48 |
| Hex | EE | 5 | 46 | 0 | 62 | 47 | 7 | 157 | 60 | 30 |
| Octal | 356 | 5 | 106 | 0 | 142 | 107 | 7 | 527 | 140 | 60 |
| Binary | 11101110 | 101 | 1000110 | 0 | 1100010 | 1000111 | 111 | 101010111 | 1100000 | 110000 |
Color Harmonies of #EE0546
Complementary color
Monochromatic Colors of #EE0546
Black with #EE0546
Text Example
Text Example
White with #EE0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0546; }
p { color: rgb(238,5,70); }
H1.HeaderClassName
{
color: #EE0546;
}
.AnyTagClassName
{
color: #EE0546;
}
</style>
background-color css
<style>
a { background-color: #EE0546; }
a { background-color: rgb(238,5,70); }
div.DivClassName
{
background-color: #EE0546;
}
.BgClassName
{
background-color: #EE0546;
}
</style>
border-color css
<style>
span { border-color: #EE0546; }
span { border-color: rgb(238,5,70); }
td.TdClassName
{
border-color: #EE0546;
}
.TagClassName
{
border-color: #EE0546;
}
</style>